public interface UnscentedTransformProvider
Modifier and Type | Method and Description |
---|---|
RealVector |
getWc()
Get the covariance weights.
|
RealVector |
getWm()
Get the mean weights.
|
RealVector[] |
unscentedTransform(RealVector state,
RealMatrix covariance)
Perform the unscented transform from a state and its covariance.
|
RealVector[] unscentedTransform(RealVector state, RealMatrix covariance)
state
- process statecovariance
- covariance associated with the process stateRealVector getWc()
RealVector getWm()
Copyright © 2016-2022 CS GROUP. All rights reserved.