Given a multivariate Gaussian distribution, this function creates data from specified marginals of said distribution.
create_marginal_data_gaussian(n_MC_samples, Sbar_features, mu, cov_mat)
Integer. The number of samples to generate.
Vector of integers indicating which marginals to sample from.
Numeric vector containing the expected values for all features in the multivariate Gaussian distribution.
Numeric matrix containing the covariance between all features in the multivariate Gaussian distribution.
Lars Henry Berge Olsen