Click or drag to resize
Accord.NET (logo)

RunningNormalStatisticsPush Method

Registers the occurrence of a value.

Namespace:  Accord.Statistics.Running
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public void Push(
	double value
)
Request Example View Source

Parameters

value
Type: SystemDouble
The value to be registered.

Implements

IRunningTValuePush(TValue)
See Also