class documentation
class GaussStandardConstant(GaussSampler):
Constructor: GaussStandardConstant(dimension, randn, quadratic, **kwargs)
Standard Multi-variate normal distribution with zero mean.
No update/change of distribution parameters.
Method | __imul__ |
variance multiplier |
Method | __init__ |
declarative init, doesn't need to be executed |
Method | norm |
return Mahalanobis norm of x w.r.t. the statistical model |
Method | sample |
return list of i.i.d. samples. |
Method | transform |
transform x as implied from the distribution parameters |
Method | transform |
Undocumented |
Method | update |
do nothing |
Instance Variable | dimension |
Undocumented |
Instance Variable | quadratic |
Undocumented |
Instance Variable | randn |
Undocumented |
Instance Variable | standard |
Undocumented |
Property | condition |
Undocumented |
Property | correlation |
Undocumented |
Property | covariance |
Undocumented |
Property | variances |
vector of coordinate-wise (marginal) variances |
Inherited from GaussSampler
:
Method | set_ |
set Hessian w.r.t. which to compute the eigen spectrum. |
Method | set_ |
set Hessian from f at x0. |
Property | chin |
approximation of the expected length when isotropic with variance 1. |
Property | corr |
condition number of the correlation matrix |
Property | eigenspectrum |
return eigen spectrum w.r.t. H like sqrt(H) C sqrt(H) |
Instance Variable | _left |
Undocumented |
Instance Variable | _right |
Undocumented |
Inherited from StatisticalModelSamplerWithZeroMeanBaseClass
(via GaussSampler
):
Method | inverse |
return scalar correction alpha such that X and f fit to f(x) = (x-mean) (alpha * C)**-1 (x-mean) |
Method | parameters |
return dict with (default) parameters, e.g., c1 and cmu . |
Method | to |
return associated linear transformation |
Method | to |
return inverse of associated linear transformation |
Instance Variable | _lam |
Undocumented |
Instance Variable | _mueff |
Undocumented |
Instance Variable | _parameters |
Undocumented |
return list of i.i.d. samples.
Parameters | |
number | is the number of samples. |
same | Undocumented |
update | controls a possibly lazy update of the sampler. |