Enters data from a numerical variable into a histogram.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Sub Tabulate ( _
	variable As NumericalVariable _
)
C#
public void Tabulate (
	NumericalVariable variable
)
C++
public:
void Tabulate (
	NumericalVariable^ variable
)

Parameters

variable (Extreme.Statistics.NumericalVariable)
A NumericalVariable.

Remarks

Use this method to enter the data from a variable into the histogram. All observations are considered to have weight equal to 1.

Exceptions

ExceptionCondition
ArgumentNullExceptionvariable is nullNothingnullptr.