Chi2 value got from function "chiSquare"

Hi,

I’m trying to use the function “chiSquare” to get the chi2 value/ndof for my fitting, I’m wondering am I supposed to put the number of my fitting parameters into this function as an argument? For example, if I have two fitting parameters, should I use

frame->chiSquare( );
or
frame->chiSquare(2);

Thanks!

Best,
Yanlin

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.