Skip to content

Use moments to estimate parameters of a Johnson distribution.

License

Notifications You must be signed in to change notification settings

maxdevblock/j_johnson_M

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

j_johnson_M

Use moments to estimate parameters of a Johnson distribution.

Usage

from j_johnson_M import f_johnson_M

coef, j_type, err = f_johnson_M(mu, sd, skew, kurt)

gamma, delta, xi, lam = coef

References

Ported from original MATLAB ToolBox "Johnson Curve Toolbox"
Dave (2021). Johnson Curve Toolbox 
(https://www.mathworks.com/matlabcentral/fileexchange/46123-johnson-curve-toolbox), 
MATLAB Central File Exchange. Retrieved April 29, 2021.

######################################################################
# Coded in Python by MAX PIERINI © 2021 EpiData.it (info@epidata.it) #
######################################################################

About

Use moments to estimate parameters of a Johnson distribution.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages