SinghMaddalaDistribution
SinghMaddalaDistribution[q,a,b]
represents the Singh–Maddala distribution with shape parameters q and a and scale parameter b.
Details
- SinghMaddalaDistribution is also known as Burr XII distribution.
- The probability density for value in a Singh–Maddala distribution is proportional to for .
- SinghMaddalaDistribution allows q, a, and b to be any positive real numbers.
- SinghMaddalaDistribution allows b to be a quantity of any unit dimension, and q and a to be dimensionless quantities. »
- SinghMaddalaDistribution can be used with such functions as Mean, CDF, and RandomVariate.
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 Singh–Maddala 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 Singh–Maddala 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 Singh–Maddala 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 Singh–Maddala 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 Singh–Maddala 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 Singh–Maddala 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 Singh–Maddala 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 Singh–Maddala distribution, EstimatedDistribution to estimate a Singh–Maddala parametric distribution from given data, and FindDistributionParameters to fit data to a Singh–Maddala distribution. ProbabilityPlot can be used to generate a plot of the CDF of given data against the CDF of a symbolic Singh–Maddala distribution, and QuantilePlot to generate a plot of the quantiles of given data against the quantiles of a symbolic Singh–Maddala distribution.
- TransformedDistribution can be used to represent a transformed Singh–Maddala 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 Singh–Maddala distribution, and ProductDistribution can be used to compute a joint distribution with independent component distributions involving Singh–Maddala 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 allBasic Examples (4)
Scope (8)
Generate a sample of pseudorandom numbers from a Singh–Maddala 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 :
Different moments with closed forms as functions of parameters:
Closed form for symbolic order:
Consistent use of Quantity in parameters yields QuantityDistribution:
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)
Singh–Maddala 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:
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