Click or drag to resize
Accord.NET (logo)

KalmanFilter2DPush Method (Double, Double)

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 x,
	double y
)
Request Example View Source

Parameters

x
Type: SystemDouble
The x-coordinate of the value to be registered.
y
Type: SystemDouble
The y-coordinate of the value to be registered.
See Also