Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Code for Nonparametric Data Distribution
조회 수: 1 (최근 30일)
이전 댓글 표시
Dears,
I have question rgerading the determination of the best distrbution model for one dimentional data set.
I am looking for a code that can obtain the best distrbution fit and the statistic parameters such as standard deviation , P10 20 etc.
Can some advice me how to reach this goal. I do not want to use the built in app.
Thanks a lot
댓글 수: 0
채택된 답변
Ameer Hamza
2020년 10월 6일
See piecewiselinear distribution: https://www.mathworks.com/help/stats/prob.piecewiselineardistribution.html. You may obtain an empirical CDF of your data: https://www.mathworks.com/help/stats/ecdf.html before creating the piecewiselinear distribution.
댓글 수: 0
추가 답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!