Skip to content
Snippets Groups Projects
Commit e18c051f authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Merge branch 'j_test' into 'master'

:bug: set J_test field to empty in case of just or underidentified case

See merge request !2290
parents 62dc9823 b9d069da
Branches
No related tags found
1 merge request!2290:bug: set J_test field to empty in case of just or underidentified case
Pipeline #10415 passed
......@@ -70,4 +70,6 @@ if options_mom_.mom.mom_nbr > length(xparam)
J_test.p_val = 1-chi2cdf(J_test.j_stat, J_test.degrees_freedom);
fprintf('\nValue of J-test statistic: %f\n',J_test.j_stat);
fprintf('p-value of J-test statistic: %f\n',J_test.p_val);
else
J_test=[];
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment