Click or drag to resize
NoDegreesOfFreedomException Constructor (Int32, Int32)
No degrees of freedom error.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public NoDegreesOfFreedomException(
	int nvar,
	int nf
)

Parameters

nvar
Type: SystemInt32
A int which specifies the number of variables.
nf
Type: SystemInt32
A int which specifies the number of factors.
See Also