How to ignore NaN values in gamma distribution?
조회 수: 1 (최근 30일)
이전 댓글 표시
Sir I want to fit my data with gamma distribution. If i want to find out the constants 'a' and 'b' by 'gamfit' with my data where some values are nan, then result is coming NaN. How to ignore the nan values in gamfit code so that i can get the correct result? plz help
phat=gamfit( A);
Where A has some NaN values
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!