IMSL C# Numerical Library

NoDegreesOfFreedomException Constructor (Int32, Int32)

No degrees of freedom error.

public NoDegreesOfFreedomException(
   int nvar,
   int nf
);

Parameters

nvar
A int which specifies the number of variables.
nf
A int which specifies the number of factors.

See Also

NoDegreesOfFreedomException Class | Imsl.Stat Namespace | NoDegreesOfFreedomException Constructor Overload List