Table of Contents

Class KinematicComponent

Namespace
Bonsai.ML.LinearDynamicalSystems.Kinematics
Assembly
Bonsai.ML.LinearDynamicalSystems.dll

State components of a Kalman Filter Kinematics model

public class KinematicComponent
Inheritance
KinematicComponent
Inherited Members

Properties

Covariance

covariance between state components

[JsonProperty("covariance")]
public double Covariance { get; set; }

Property Value

double

X

x state component

[JsonProperty("x_state_component")]
public StateComponent X { get; set; }

Property Value

StateComponent

Y

y state component

[JsonProperty("y_state_component")]
public StateComponent Y { get; set; }

Property Value

StateComponent