Hi, How can I plot the functions below on Matlab?
1 回表示 (過去 30 日間)
古いコメントを表示
回答 (3 件)
vandeleeuw
2018 年 10 月 21 日
You can use probability density functions:
y1=gampdf(x+1/lambda,2,1/lambda); y2=normpdf(x);
3 件のコメント
vandeleeuw
2018 年 10 月 22 日
If X has a standard normal distribution, then (X^2)/2 has a gamma distribution with parameters lambda=1 and a=1/2.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!