フィルターのクリア

How can I generate expected values of normal order statistics with different n?

1 回表示 (過去 30 日間)
Xiao Tang
Xiao Tang 2012 年 8 月 16 日
Is there an embedded function in MATLAB that I can use to generate expected values of normal order statistics with n from 1 to 1000?
Any suggestion will be helpful!

回答 (2 件)

the cyclist
the cyclist 2012 年 8 月 16 日
Does the prctile() function do what you need?
  1 件のコメント
Xiao Tang
Xiao Tang 2012 年 8 月 16 日
Percentiles are approximations of order statistics, but not exactly the same.

サインインしてコメントする。


Star Strider
Star Strider 2012 年 8 月 16 日
I'm not certain I understand what you want. In the documentation for ranksum, MATLAB uses unifrnd to generate its example data. Other than that, the best I can do is to refer you to Random Number Generation Functions.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by