SimPEG.utils.GaussianMixtureWithPrior.sample# GaussianMixtureWithPrior.sample(n_samples=1)[source]# Generate random samples from the fitted Gaussian distribution. Parameters: n_samplesint, default=1Number of samples to generate. Returns: Xarray, shape (n_samples, n_features)Randomly generated sample. yarray, shape (nsamples,)Component labels.