Click or drag to resize

RegressionBaseNumberOfObservations Property

Gets the number of observations.

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

Property Value

Int32
Remarks
This is the same as the number of rows in the regression matrix and the length of the observation vector.
See Also