matlab中应该如何自定义一个累积分布函数(cdf)呢?。
이전 댓글 표시
如题,matlab中应该如何自定义一个累积分布函数(cdf)呢?比如拉普拉斯的cdfy=0.5.*(1+sign(xi-b).*(1-exp(-abs(xi-a)./b)));应该如何去定义呢,因为想做ks检验
直接这样做似乎不行 kstest(xi,[xi,y],0.05);
报错 CDF must define an increasing function of X.
所以想问一下麻烦各位老师了,
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 均匀分布(离散)에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!