lsst.afw gb77f0a74f7+8a093cac5b
|
SquaredExpCovariogram. More...
#include <GaussianProcess.h>
Public Member Functions | |
~SquaredExpCovariogram () override | |
SquaredExpCovariogram () | |
void | setEllSquared (double ellSquared) |
set the _ellSquared hyper parameter (the square of the characteristic length scale of the covariogram) More... | |
T | operator() (ndarray::Array< const T, 1, 1 > const &, ndarray::Array< const T, 1, 1 > const &) const override |
Actually evaluate the covariogram function relating two points you want to interpolate from. More... | |
a Covariogram that falls off as the negative exponent of the square of the distance between the points
Contains one hyper parameter (_ellSquared) encoding the square of the characteristic length scale of the covariogram
Definition at line 164 of file GaussianProcess.h.
|
overridedefault |
|
explicit |
Definition at line 2000 of file GaussianProcess.cc.
|
overridevirtual |
Actually evaluate the covariogram function relating two points you want to interpolate from.
[in] | p1 | the first point |
[in] | p2 | the second point |
Reimplemented from lsst::afw::math::Covariogram< T >.
Definition at line 2010 of file GaussianProcess.cc.
void lsst::afw::math::SquaredExpCovariogram< T >::setEllSquared | ( | double | ellSquared | ) |
set the _ellSquared hyper parameter (the square of the characteristic length scale of the covariogram)
Definition at line 2005 of file GaussianProcess.cc.