Borrar filtros
Borrar filtros

Plotting the inverse Gaussian distribution

12 visualizaciones (últimos 30 días)
Abas Arkawazi
Abas Arkawazi el 5 de En. de 2020
Comentada: Abas Arkawazi el 6 de En. de 2020
How to plot the inverse Gaussian distribution with different values of its parameter??? please help me I need it.
Thanks
Abbas

Respuesta aceptada

David Hill
David Hill el 5 de En. de 2020
pf=makedist('InverseGuaussian','mu',1,'lambda',1);%establish whatever you want for mu and lambda
x=0:.001:2;%establish whatever values you want evaluated
y=pdf(pf,x);
plot(x,y);

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by