SigmaPointFunction class abstract

General abstract class for more specific Sigma Point function implementations

Implementers

Constructors

SigmaPointFunction(int n)

Properties

hashCode int
The hash code for this object.
no setterinherited
n int
Number of points to base the calculation of Sigma Points on
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weightsCov ↔ Matrix
getter/setter pair
weightsMean ↔ Matrix
getter/setter pair

Methods

computeSigmaPoints(Matrix x, dynamic p) → Matrix
Computes Sigma Points and returns it in matrix form
computeWeights() → void
Computes covariance and mean matrices
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
numberOfSigmaPoints() int
Returns the number of Sigma Points the function calculates
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited