Johnson curve fitting

Fits a Johnson curve to data based on AS99, returns parameter estimates and curve type.
2.2K Downloads
Updated 21 Sep 2006

No License

Implements Carnegie-Mellon STATLIB/Applied Statistics AS-99 for fitting Johnson curve pdfs and developed by:

Hill, I.D., R. Hill, and R.L. Holder, 1976. Algorithm AS 99: Fitting Johnson Curves by Moments, Applied Statistics, Vol. 25, No. 2, 180-189.

[gamma,delta,lambda,xi,jctype,fault_msg]=cmu_as99_johnson_pdf_off_line(x)

Input:
x vector of sample observations

Output:
Parameter names as in AS-99.
Johnson curve parameters:
AS-99 Hahn-Shapiro
gamma gamma
delta eta
xi epsilon
lambda lambda

Johnson curve type and error state: jctype, fault_msg

Cite As

Benjamin Levy (2024). Johnson curve fitting (https://www.mathworks.com/matlabcentral/fileexchange/4595-johnson-curve-fitting), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R13
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Curve Fitting Toolbox in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0

forgot to add dll file with new m file.