What are Univariate Distributions in the StatsModels library?

This recipe describes what are Univariate Distributions in the StatsModels library

Recipe Objective - What are Univariate Distributions in the StatsModels library?

Univariate distributions can be generated from non-linear transformations of existing univariate distributions. Transf_gen is a class that can cause a new distribution from a monotonous shift. TransfTwo_gen can use hump or U-shaped conversions such as abs and quadratic. The rest of the objects are exceptional cases.

For more related projects -

https://www.dezyre.com/projects/data-science-projects/deep-learning-projects
https://www.dezyre.com/projects/data-science-projects/neural-network-projects

Different types:

TransfTwo_gen(kls, func, funcinvplus, ...)
Distribution based on a non-monotonic (u- or hump-shaped transformation)

Transf_gen(kls, func, funcinv, args, *kwargs)
a class for non-linear monotonic transformation of a continuous random variable

ExpTransf_gen(kls, args, *kwargs)
Distribution based on log/exp transformation

LogTransf_gen(kls, args, *kwargs)
Distribution based on log/exp transformation

SquareFunc()
class to hold quadratic function with inverse function and derivative

absnormalg
Distribution based on a non-monotonic (u- or hump-shaped transformation)

invdnormalg
a class for non-linear monotonic transformation of a continuous random variable

loggammaexpg
univariate distribution of a non-linear monotonic transformation of a random variable

lognormalg
a class for the non-linear monotonic transformation of a continuous random variable

negsquarenormalg
Distribution based on a non-monotonic (u- or hump-shaped transformation)

squarenormalg
Distribution based on a non-monotonic (u- or hump-shaped transformation)

squaretg
Distribution based on a non-monotonic (u- or hump-shaped transformation)

What Users are saying..

profile image

Ed Godalle

Director Data Analytics at EY / EY Tech
linkedin profile url

I am the Director of Data Analytics with over 10+ years of IT experience. I have a background in SQL, Python, and Big Data working with Accenture, IBM, and Infosys. I am looking to enhance my skills... Read More

Relevant Projects

Build Customer Propensity to Purchase Model in Python
In this machine learning project, you will learn to build a machine learning model to estimate customer propensity to purchase.

Build an Image Classifier for Plant Species Identification
In this machine learning project, we will use binary leaf images and extracted features, including shape, margin, and texture to accurately identify plant species using different benchmark classification techniques.

Build Regression Models in Python for House Price Prediction
In this Machine Learning Regression project, you will build and evaluate various regression models in Python for house price prediction.

Hands-On Approach to Causal Inference in Machine Learning
In this Machine Learning Project, you will learn to implement various causal inference techniques in Python to determine, how effective the sprinkler is in making the grass wet.

Build a Customer Churn Prediction Model using Decision Trees
Develop a customer churn prediction model using decision tree machine learning algorithms and data science on streaming service data.

Classification Projects on Machine Learning for Beginners - 2
Learn to implement various ensemble techniques to predict license status for a given business.

Predictive Analytics Project for Working Capital Optimization
In this Predictive Analytics Project, you will build a model to accurately forecast the timing of customer and supplier payments for optimizing working capital.

Medical Image Segmentation Deep Learning Project
In this deep learning project, you will learn to implement Unet++ models for medical image segmentation to detect and classify colorectal polyps.

Build CNN Image Classification Models for Real Time Prediction
Image Classification Project to build a CNN model in Python that can classify images into social security cards, driving licenses, and other key identity information.

AWS Project to Build and Deploy LSTM Model with Sagemaker
In this AWS Sagemaker Project, you will learn to build a LSTM model on Sagemaker for sales forecasting while analyzing the impact of weather conditions on Sales.