Click or drag to resize

RegressionBaseObservations Property

Gets the vector of observations.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector Observations { get; }

Property Value

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