2.5.4.7 RegStats


Name

RegStats

Description

Declaration

typedef struct tagRegStats
{
	double	_id(IDE_FIT_NUM_POINTS)			N;
	double	_id(IDE_FIT_DOF)				DOF;
	double	_id(IDE_FIT_REDUCED_CHI_SQUARE) ReducedChiSq;
	double	_id(IDE_FIT_SSR)				SSR;
	double	_id(IDE_FIT_CORRELATION)		Correlation;
	double	_id(IDE_FIT_RVALUE)				Rvalue;
	double	_id(IDE_FIT_RSQUARE_COD)		RSqCOD;
	double	_id(IDE_FIT_ADJ_RSQUARE)		AdjRSq;
	double	_id(IDE_FIT_ROOT_MSE)			RMSESD;
	double	_id(IDE_FIT_NORM_REDIDUALS)		NormResiduals;
} RegStats;

Members

N
Number of points
DOF
Degrees of freedom
ReducedChiSq
Chi^2/DOF
SSR
Regression sum of squares, same as ChiSq, Chi^2
Correlation
Correlation between factors
Rvalue
R Value
RSqCOD
Coefficient of determination (R^2)
AdjRSq
Adjusted residuel sum of squares
RMSESD
Root-MSE (SD)
NormResiduals
Norm of Residuals, as the largest singular value of the residuals

Remark

Examples

Header to Include

origin.h

See Also

Reference