|
OpenKalman
|
A linear tests from one statistical distribution to another. More...
#include <LinearTransform.hpp>


Additional Inherited Members | |
Public Member Functions inherited from OpenKalman::internal::LinearTransformBase< LinearTransform > | |
| auto | operator() (const InputDist &x, const Ts &...ts) const |
| Perform one or more consecutive linear(ized) transforms. More... | |
| auto | operator() (const InputDist &x, const Trans &g, const NoiseDists &...ns) const |
| Perform a linear(ized) transform from one statistical distribution to another. More... | |
| auto | transform_with_cross_covariance (const InputDist &x, const Ts &...ts) const |
| Perform one or more consecutive linear(ized) transforms, also returning the cross-covariance. More... | |
| auto | transform_with_cross_covariance (const InputDist &x, const Trans &g, const NoiseDists &...ns) const |
| Perform a linear(ized) transform, also returning the cross-covariance. More... | |
Public Member Functions inherited from OpenKalman::internal::TransformBase< LinearTransform > | |
| auto | operator() (const InputDist &x, const T &t, const Ts &...ts) const |
| Perform one or more consecutive transforms. More... | |
| auto | transform_with_cross_covariance (const InputDist &x, const T &t, const Ts &...ts) const |
| Perform one or more consecutive transforms, also returning the cross-covariance. More... | |
A linear tests from one statistical distribution to another.
1.8.13