Extracting confidence interval data from fitdist()
이전 댓글 표시
I'm using fitdist() to fit a poisson distribution, which works great, but I'm having trouble locating the confidence interval within the created PoissonDistribution object. The confidence interval gets returned if you enter the distribution object in the command line, but as far as I can tell doesn't exist as a substructure within the distribution. I'm not sure how to extract the confidence interval if I don't know where it is stored. Thanks!
pd = fitdist(a','poisson');
pd =
Poisson distribution
lambda = 0.0166667 [0.000421963, 0.0928607]
pd.lambda
ans =
0.0167
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Half-Normal Distribution에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!