You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
output_models/gaussian should either be updated to handle multidimensional Gaussians, or we build two separate output_models for 1D and nD.
Both estimation and generation methods should be fairly straightforward. Means are computed the same way, but just using vector additions. Covariance matrices are estimated the usual way with an outer product of the mean-free square vectors. Generation can be done using the numpy or scipy modules for multidimensional random variable generation.
The text was updated successfully, but these errors were encountered:
output_models/gaussian should either be updated to handle multidimensional Gaussians, or we build two separate output_models for 1D and nD.
Both estimation and generation methods should be fairly straightforward. Means are computed the same way, but just using vector additions. Covariance matrices are estimated the usual way with an outer product of the mean-free square vectors. Generation can be done using the numpy or scipy modules for multidimensional random variable generation.
The text was updated successfully, but these errors were encountered: