DiffObsDeletedException Constructor (Int32) |
Different observations are being deleted from return matrix than were
originally entered.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public DiffObsDeletedException(
int i
)
Public Sub New (
i As Integer
)
public:
DiffObsDeletedException(
int i
)
new :
i : int -> DiffObsDeletedException
Parameters
- i
- Type: SystemInt32
An int which specifies the index of Variance-Covariance matrix.
See Also