The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home ![]() ![]() ![]() ![]() ![]() |
|||||||
See also: CalculateModel, RegCoeffs, tStat, FStat | |||||||
pValue |
![]() |
||||||
After calculating the regression model the readonly array property pValue contains the p values of the regression coefficents of the MLR model. The parameter varix can take values between -1 and XData.NrOfColumns. pValue[-1] returns the p value of the global hypothesis (corresponding to the F statistic), pValue[0] contains the p value of the intercept, all other entries return the p values of the corresponding indepedent variables.
|