Hi, How can I plot the functions below on Matlab?
Afficher commentaires plus anciens

1 commentaire
Réponses (3)
vandeleeuw
le 21 Oct 2018
0 votes
You can use probability density functions:
y1=gampdf(x+1/lambda,2,1/lambda); y2=normpdf(x);
3 commentaires
H
le 21 Oct 2018
vandeleeuw
le 22 Oct 2018
If X has a standard normal distribution, then (X^2)/2 has a gamma distribution with parameters lambda=1 and a=1/2.
H
le 21 Oct 2018
0 votes
Catégories
En savoir plus sur Gamma Distribution dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!