Why is the "prctile" function returning the same output for different input?
古いコメントを表示
I have a vector of data called "var", and I noticed that the two function calls to "prctile":
prctile(var(1 : end), 0.008)
and
prctile(var(1 : end), 0.016)
return the same result. Is this an error or bug?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Descriptive Statistics についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!