| ecd.max_kurtosis | R Documentation |
This utility calculates the kurtosis for alpha from 2.85 to 3.00. Then the location and value of maximum kurtosis is presented.
ecd.max_kurtosis(jinv = 0)
jinv |
specify 0 (default) or 1728. |
numeric vector, in which the first element is alpha, and the second element is the maximum kurtosis.
Stephen H-T. Lihn
## Not run:
k <- ecd.max_kurtosis()
alpha <- k[1]
kurtosis <- k[2]
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.