Gets the vector of observations.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public DoubleVector Observations { get; }
Visual Basic (Declaration)
Public ReadOnly Property Observations As DoubleVector
Visual C++
public:
property DoubleVector^ Observations {
	DoubleVector^ get ();
}

Remarks

If you modify the data in the observation vector using this reference, invoke the member function RecalculateParameters() to recalculate the parameters.

See Also