If you have the Statistics and Machine Learning Toolbox -- Inverse Gaussian Distribution.
For example,
pd = makedist('InverseGaussian');
x = 0:0.1:5; y = pd.pdf(x) figure; plot(x,y,'.')
If you have the Statistics and Machine Learning Toolbox -- Inverse Gaussian Distribution.
For example,
pd = makedist('InverseGaussian');
x = 0:0.1:5; y = pd.pdf(x) figure; plot(x,y,'.')
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!