No degrees of freedom error.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public NoDegreesOfFreedomException( int nvar, int nf ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ nvar As Integer, _ nf As Integer _ ) |
Visual C++ |
---|
public: NoDegreesOfFreedomException( int nvar, int nf ) |
Parameters
- nvar
- Type: System..::.Int32
A int which specifies the number of variables.
- nf
- Type: System..::.Int32
A int which specifies the number of factors.