Re: Flexible probability density function




Ramesh Rebba wrote:
Which is the most flexible probability distribution that spans from

(1) -inf to +inf
(2) zero to +inf

I am guessing Weibull could be a good choice for (2). Any ideas about (1)?

For (1), there are the
(a) Johnson and Pearson families of distributions, which both can be
fit to the first four moments of data.
(b) skewed t distribution, with at least two distinct parameterizations
-- see the links to R packages at
(i) http://cran.r-project.org/src/contrib/Descriptions/sn.html
(ii) http://cran.r-project.org/src/contrib/Descriptions/skewt.html
(c) mixture of normals (or mixture of Student t, for even more
flexibility)

For (2), note that if x has range (-inf,inf), log(x) has range (0,inf).

There is something called the "generalized lambda" distribution, that
can fit data of type (1). I have not used it myself, but it is covered
in the book "Fitting Statistical Distributions: The Generalized Lambda
Distribution and Generalized Bootstrap Methods" published in 2000.

.



Relevant Pages

  • Re: code for random placement of set of numbers
    ... thajudin wrote: ... distribution - if so, the distribution has to be specified ... a probability to each of the numbers in the original list. ... Dear Inf, ...
    (comp.soft-sys.matlab)
  • Re: code for random placement of set of numbers
    ... program, if we plot the histogram of the generated sequence, it ... distribution - if so, the distribution has to be specified - by ... Dear Inf, ...
    (comp.soft-sys.matlab)
  • Flexible probability density function
    ... Which is the most flexible probability distribution that spans from ... -inf to +inf ... I am guessing Weibull could be a good choice for. ... the distribution should take symmetric as well skewed shape depending on the distribution parameters. ...
    (sci.stat.math)
  • Re: Flexible probability density function
    ... "> Which is the most flexible probability distribution that spans from ... -inf to +inf ... the distribution should take symmetric as well skewed ... shape depending on the distribution parameters. ...
    (sci.stat.math)