Gets the number of observations.

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

Syntax

C#
public int NumberOfObservations { get; }
Visual Basic (Declaration)
Public ReadOnly Property NumberOfObservations As Integer
Visual C++
public:
property int NumberOfObservations {
	int get ();
}

Remarks

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

See Also