Next: , Previous: , Up: Octave Functions and Scripts   [Contents][Index]


5.40 get_marginal_distr_pearson

Function File: [r type ] = get_marginal_distr_pearson (mu, sigma, skew, kurt, Z)

Compute a marginal distribution for given set of uniform random variables with given mean, standard deviation skewness and kurtosis. The mapping is done via the Pearson distribution family.
The implementation is based on the R package ’PearsonDS: Pearson Distribution System’ and the function ’pearsonFitM’ by
Martin Becker and Stefan Kloessner (2013)
R package version 0.97.
URL: http://CRAN.R-project.org/package=PearsonDS
licensed under the GPL >= 2.0
Input and output variables:

The marginal distribution type is chosen according to the input parameters out of the Pearson Type I-VII distribution family:

See also: discount_factor.