SinghMaddalaDistribution

SinghMaddalaDistribution[q,a,b]

represents the SinghMaddala distribution with shape parameters q and a and scale parameter b.

Details

Background & Context

  • SinghMaddalaDistribution[q,a,b] represents a continuous statistical distribution supported on the interval and parametrized by positive real numbers q, a, and b (two "shape parameters" and a "scale parameter", respectively) that together determine the overall behavior of its probability density function (PDF). Depending on the values of q, a, and b, the PDF of a SinghMaddala distribution may have any of a number of shapes including unimodal with a single "peak" (i.e. a global maximum) or monotone decreasing with potential singularities approaching the lower boundary of its domain. In addition, the tails of the PDF are "fat" in the sense that the PDF decreases algebraically rather than exponentially for large values of . (This behavior can be made quantitatively precise by analyzing the SurvivalFunction of the distribution.) The SinghMaddala distribution is also sometimes referred to as the Burr XII distribution or as the Burr distribution and is one of a number of distributions referred to as generalized log-logistic distributions (not to be confused with LogLogisticDistribution).
  • The SinghMaddala distribution was first discovered in the early 1940s by I. W. Burr before being rediscovered in the 1970s by S. K. Singh and G. S. Maddala as an alternative to the gamma (GammaDistribution) and log-normal distributions (LogNormalDistribution) in modeling income distribution. Since then, the SinghMaddala distribution has been used ubiquitously throughout economics and econometrics to model various financial phenomena and has also been used as a tool in areas such as actuarial science, Monte Carlo theory, publishing, and sociology.
  • RandomVariate can be used to give one or more machine- or arbitrary-precision (the latter via the WorkingPrecision option) pseudorandom variates from a SinghMaddala distribution. Distributed[x,SinghMaddalaDistribution[q,a,b]], written more concisely as xSinghMaddalaDistribution[q,a,b], can be used to assert that a random variable x is distributed according to a SinghMaddala distribution. Such an assertion can then be used in functions such as Probability, NProbability, Expectation, and NExpectation.
  • The probability density and cumulative distribution functions for SinghMaddala distributions may be given using PDF[SinghMaddalaDistribution[q,a,b],x] and CDF[SinghMaddalaDistribution[q,a,b],x]. The mean, median, variance, raw moments, and central moments may be computed using Mean, Median, Variance, Moment, and CentralMoment, respectively.
  • DistributionFitTest can be used to test if a given dataset is consistent with a SinghMaddala distribution, EstimatedDistribution to estimate a SinghMaddala parametric distribution from given data, and FindDistributionParameters to fit data to a SinghMaddala distribution. ProbabilityPlot can be used to generate a plot of the CDF of given data against the CDF of a symbolic SinghMaddala distribution, and QuantilePlot to generate a plot of the quantiles of given data against the quantiles of a symbolic SinghMaddala distribution.
  • TransformedDistribution can be used to represent a transformed SinghMaddala distribution, CensoredDistribution to represent the distribution of values censored between upper and lower values, and TruncatedDistribution to represent the distribution of values truncated between upper and lower values. CopulaDistribution can be used to build higher-dimensional distributions that contain a SinghMaddala distribution, and ProductDistribution can be used to compute a joint distribution with independent component distributions involving SinghMaddala distributions.
  • SinghMaddalaDistribution is related to a number of other distributions. SinghMaddalaDistribution generalizes LogLogisticDistribution (the PDF of SinghMaddalaDistribution[1,γ,σ] is precisely that of LogLogisticDistribution[γ,σ]), is generalized by BetaPrimeDistribution (the PDF of SinghMaddalaDistribution[q,a,b] is exactly that of BetaPrimeDistribution[1,q,a,b]), and is a transformation (TransformedDistribution) of DagumDistribution. SinghMaddalaDistribution is also closely related to BetaDistribution, ParetoDistribution, PearsonDistribution, GammaDistribution, WeibullDistribution, and LogNormalDistribution.

Examples

open allclose all

Basic Examples  (4)

Probability density function:

Cumulative distribution function:

Mean and variance may not be defined for all parameter values:

Median:

Scope  (8)

Generate a sample of pseudorandom numbers from a SinghMaddala distribution:

Compare its histogram to the PDF:

Distribution parameters estimation:

Estimate the distribution parameters from sample data:

Compare the density histogram of the sample with the PDF of the estimated distribution:

Skewness varies with the shape parameters and and is defined when :

Kurtosis is defined when :

Different moments with closed forms as functions of parameters:

Moment:

Closed form for symbolic order:

CentralMoment:

FactorialMoment:

Cumulant:

Hazard function:

Quantile function:

Consistent use of Quantity in parameters yields QuantityDistribution:

Find the quartiles:

Applications  (1)

The number of earthquakes per year can be modeled with SinghMaddalaDistribution:

Fit the distribution to the data:

Compare the data histogram with the PDF of the estimated distribution:

Find the probability of at least 60 earthquakes in the US in a year:

Find the mean amount of earthquakes in the US in a year:

Simulate the number of earthquakes per year for the next 30 years:

Properties & Relations  (8)

SinghMaddala distribution is closed under scaling by a positive factor:

The family of SinghMaddalaDistribution is closed under a minimum:

The hazard function is unimodal for , and decreasing for :

The parameter q is a scale factor for the hazard function:

Relations to other distributions:

SinghMaddalaDistribution is a special case of BetaPrimeDistribution:

If has a SinghMaddalaDistribution, then has a DagumDistribution:

LogLogisticDistribution is a special case of SinghMaddalaDistribution:

Neat Examples  (1)

PDFs for different q values with CDF contours:

Wolfram Research (2010), SinghMaddalaDistribution, Wolfram Language function, https://reference.wolfram.com/language/ref/SinghMaddalaDistribution.html (updated 2016).

Text

Wolfram Research (2010), SinghMaddalaDistribution, Wolfram Language function, https://reference.wolfram.com/language/ref/SinghMaddalaDistribution.html (updated 2016).

CMS

Wolfram Language. 2010. "SinghMaddalaDistribution." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2016. https://reference.wolfram.com/language/ref/SinghMaddalaDistribution.html.

APA

Wolfram Language. (2010). SinghMaddalaDistribution. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/SinghMaddalaDistribution.html

BibTeX

@misc{reference.wolfram_2023_singhmaddaladistribution, author="Wolfram Research", title="{SinghMaddalaDistribution}", year="2016", howpublished="\url{https://reference.wolfram.com/language/ref/SinghMaddalaDistribution.html}", note=[Accessed: 16-April-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_singhmaddaladistribution, organization={Wolfram Research}, title={SinghMaddalaDistribution}, year={2016}, url={https://reference.wolfram.com/language/ref/SinghMaddalaDistribution.html}, note=[Accessed: 16-April-2024 ]}