GaussianMeasure¶
-
class
probnum.quad.GaussianMeasure(mean, cov, dim=None)¶ Bases:
probnum.quad.IntegrationMeasureGaussian measure on Euclidean space with given mean and covariance.
If
meanandcovare scalars butdimis larger than one,meanandcovare extended to a constant vector and diagonal matrix, respectively, of appropriate dimensions.- Parameters
Methods Summary
__call__(points)Evaluate the density function of the integration measure.
sample(n_sample[, random_state])Sample
n_samplepoints from the integration measure.Methods Documentation
-
__call__(points)¶ Evaluate the density function of the integration measure.
-
sample(n_sample, random_state=None)¶ Sample
n_samplepoints from the integration measure.