empyrean.MixtureComponent¶
- class MixtureComponent(weight, mean, covariance)[source]
Bases:
objectOne weighted component of a 6D Gaussian mixture.
Returned by
split_gaussian().- weight
Component weight (sum across components is 1.0).
- Type:
- mean
6-element mean vector.
- Type:
- covariance
6 × 6 covariance matrix.
- Type:
Methods
__init__(weight, mean, covariance)Attributes
weightmeancovariance- weight: float
- mean: ndarray
- covariance: ndarray