CovariancesObservations Property |
Returns the sum of the frequencies. Note that the Compute
method must be invoked first before invoking this method. Otherwise,
the return value is 0.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int Observations { get; }
Public ReadOnly Property Observations As Integer
Get
public:
property int Observations {
int get ();
}
member Observations : int with get
Property Value
Type:
Int32
An
int scalar containing the sum of the frequencies.
Remarks
If MissingValueMethod = 0, observations with missing values
are not included. Otherwise, all observations are included except for
observations with missing values for the weight or the frequency.
See Also