empyrean.SigmaPoint¶
- class SigmaPoint(n_sigma=1.0, samples_per_plane=8)[source]
Bases:
objectSigma-point (unscented) transform.
The engine uses the canonical Julier–Uhlmann 2N+1 unscented set, which is parameter-free:
n_sigmaandsamples_per_planeare legacy knobs and only their default values are currently accepted. A non-default value is rejected loudly by the engine (SigmaPointConstruction) rather than silently reinterpreted — passSigmaPoint()and leave both at their defaults.- Parameters:
Methods
__init__([n_sigma, samples_per_plane])Attributes
n_sigmasamples_per_plane- n_sigma: float = 1.0
- samples_per_plane: int = 8