NoDegreesOfFreedomException Constructor (Int32, Int32) |
No degrees of freedom error.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public NoDegreesOfFreedomException(
int nvar,
int nf
)
Public Sub New (
nvar As Integer,
nf As Integer
)
public:
NoDegreesOfFreedomException(
int nvar,
int nf
)
new :
nvar : int *
nf : int -> NoDegreesOfFreedomException
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