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!