F-test using vartest2 is giving a NaN

5 Ansichten (letzte 30 Tage)
Marisabel Gonzalez
Marisabel Gonzalez am 26 Nov. 2018
Here's that section of the code
h0 = 0.86192;
h1_m = 1/4;
h1_e = 1/3;
H_F_m = vartest2(h0,h1_m);
H_F_e = vartest2(h0,h1_e);
When displaying both H_F_m and H_F_e I get a NaN.

Antworten (1)

Pinkesh Narsinghani
Pinkesh Narsinghani am 4 Dez. 2018
You are getting NaN value because your data size is just one element.To get more details regarding How MATLAB calculates Two sample F-Test , refer the link below :

Kategorien

Mehr zu Line Plots finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by