Gets the collection of observations.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Observations As ObservationCollection |
| C# |
|---|
public ObservationCollection Observations { get; } |
| C++ |
|---|
public: ObservationCollection^ Observations { ObservationCollection^ get (); } |
Value
A ObservationCollection object.
Remarks
A statistical data set can usually be represented as a matrix with the variables as columns and the cases or observations
as rows. A VariableCollection is primarily a collection of variables, or the columns of this matrix.
The Observations property gives access to a ObservationCollection object, which lets you access individual rows (cases or observations) in the data set.