powered by
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)
specify 0 (default) or 1728.
numeric vector, in which the first element is alpha, and the second element is the maximum kurtosis.
# NOT RUN { k <- ecd.max_kurtosis() alpha <- k[1] kurtosis <- k[2] # }
Run the code above in your browser using DataLab