How to perform an f-test on matlab ?

8 次查看(过去 30 天)
h0 = 0.43096;
h1_m = 1/4;
h1_e = 1/3;
H_F_m = vartest2(h0,h1_m);
H_F_e = vartest2(h0,h1_e);
Code above giving NaNs

采纳的回答

Cris LaPierre
Cris LaPierre 2018-11-28
vartest2 is expecting x and y to be vectors of numbers. It needs to be, actually, because vartest2 compares the variance of the groups. Do you have available the sample data you can use instead?
You can read more here.
  1 个评论
Marisabel Gonzalez
Marisabel Gonzalez 2018-11-29
Hi... I managed to sort what I was doing wrong... It's working fine now.
Thank you for your help anyway

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multirate Signal Processing 的更多信息

标签

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by