How to create a dataset with an Epsilon Skew Normal distribution?
조회 수: 13 (최근 30일)
이전 댓글 표시
I am wanting to populate a dataset using a Epsilon Skew Normal distrubution. I know the mean and variance parameters to do this, but I wasn't sure what the MATLAB name for this would be. For example, I have populated other data sets with a normal distribution using r = normrnd(mu,sigma) and not normally distributed data using R = gevrnd(k,sigma,mu).Is there a way to do this same concept with an Epsilon Skew Normal distrubution?
댓글 수: 0
답변 (1개)
Rohit Pappu
2021년 3월 15일
Currently, there isn't any MATLAB function to generate Epsilon Skew Normal DIstribution, but there is a workaround for it.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!