Gets or sets a Matrix whose rows contain
the observations.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property ObservationMatrix As GeneralMatrix |
| C# |
|---|
public GeneralMatrix ObservationMatrix { get; set; } |
| C++ |
|---|
public: GeneralMatrix^ ObservationMatrix { GeneralMatrix^ get (); void set (GeneralMatrix^ value); } |