Description Usage Arguments Value References See Also Examples
This function contains Fleishman's third-order polynomial transformation equations (doi: 10.1007/BF02293811). It is used in
find_constants
to find the constants c1, c2, and c3 (c0 = -c2) that satisfy the
equations given skewness and standardized kurtosis values. It can be used to verify a set of constants satisfy
the equations. Note that there exist solutions that yield invalid power method pdfs (see
power_norm_corr
, pdf_check
).
This function would not ordinarily be called by the user.
1 |
c |
a vector of constants c1, c2, c3; note that |
a |
a vector c(skewness, standardized kurtosis) |
a list of length 3; if the constants satisfy the equations, returns 0 for all list elements
Fleishman AI (1978). A Method for Simulating Non-normal Distributions. Psychometrika, 43, 521-532. doi: 10.1007/BF02293811.
Headrick TC, Sawilowsky SS (1999). Simulating Correlated Non-normal Distributions: Extending the Fleishman Power Method. Psychometrika, 64, 25-35. doi: 10.1007/BF02294317.
poly
, power_norm_corr
,
pdf_check
, find_constants
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.