how to make lognormal distribution with random numbers?
2 ビュー (過去 30 日間)
古いコメントを表示
I want lognormal distribution for number ranging from 0.1 to 30? It is possible to make?
1 件のコメント
回答 (1 件)
Walter Roberson
2017 年 7 月 12 日
First create a probability distribution object with distribution 'lognormal'; https://www.mathworks.com/help/stats/makedist.html#inputarg_distname . Then truncate the distribution; https://www.mathworks.com/help/stats/prob.truncatabledistribution.truncate.html
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!