Table of Contents

Class StateComponent

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

State component of a Kalman Filter

public class StateComponent
Inheritance
StateComponent
Inherited Members

Constructors

StateComponent()

Initializes a new instance of the StateComponent class.

StateComponent(double[,], double[,], int)

Initializes a new instance of the StateComponent class from the full state and covariance matrices given an index

Properties

Mean

mean

Variance

variance

Methods

Process()

Generates a state component

Process<TSource>(IObservable<TSource>)

Generates a state component