Learn R Programming

PearsonDS (version 1.3.1)

pearsonDiagram: Regions of Pearson Distribution Types

Description

2D-Plot of the regions for the different types of Pearson distributions, depending on (squared) skewness and kurtosis.

Usage

pearsonDiagram(max.skewness = sqrt(14), max.kurtosis = 24, 
               squared.skewness = TRUE, lwd = 2, legend = TRUE, 
               n = 301)

Value

Nothing useful. Function called for its side-effects.

Arguments

max.skewness

maximal value for the skewness.

max.kurtosis

maximal value for the kurtosis (not excess kurtosis!).

squared.skewness

plot squared skewness on x-axis (default: TRUE)?

lwd

line width for distributions of type II, III, V, VII.

legend

include legend in the plot (default: TRUE)?

n

number of points for curve.

Author

Martin Becker martin.becker@mx.uni-saarland.de and Stefan Klößner S.Kloessner@mx.uni-saarland.de

Details

The label of the x-axis is \(\beta_1\) for squared skewness and \(\sqrt{\beta_1}\) for regular skewness. The label of the y-axis is \(\beta_2\).

References

[1] Johnson, N. L., Kotz, S. and Balakrishnan, N. (1994) Continuous Univariate Distributions, Vol. 1, Wiley Series in Probability and Mathematical Statistics, Wiley

See Also

PearsonDS-package

Examples

Run this code
## Show me the regions for the different distribution types!
pearsonDiagram()

Run the code above in your browser using DataLab