Does MATLAB 7.4 (R2007a) have a function for permutation tests?

3 ビュー (過去 30 日間)
MathWorks Support Team
MathWorks Support Team 2009 年 6 月 27 日
I want to perform permuation tests in MATLAB. Are there any built in functinos which would allow me to do that?

採用された回答

MathWorks Support Team
MathWorks Support Team 2017 年 2 月 1 日
MATLAB does have permutation tests in the statistics toolbox. Some of the available tests are:
1) The Ansari - Bradley Test (function name: ANSARIBRADLEY)
2) The Jarque - Bera Test (functionname: JBTEST)
3) The Lilliefors Test (functionname: LILLIETEST)
JBTEST and LILLIETEST may be used only for normal distributions. More information about the usage of these functions may be found in the MATLAB documentation by typing the following at the MATLAB command prompt, without the single quotes:
doc <functionname>
where "functionname" is the name of the permutation test function. For example, for the ANSARIBRADLEY function, type
doc ansaribradley

その他の回答 (0 件)

タグ

タグが未入力です。

製品


リリース

R2007a

Community Treasure Hunt

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

Start Hunting!

Translated by