OpenKalman
|
A linear tests from one statistical distribution to another. More...
#include <LinearTransform.hpp>
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
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.