V3FIT
|
Interface for the guassian process kernel values. More...
Public Member Functions | |
real(rprec) function | pprofile_get_gp_ij (this, i, j) |
Get the guassian process kernel value for the two as indicies. More... | |
real(rprec) function | pprofile_get_gp_pi (this, p, i) |
Get the guassian process kernel value for the point and index. More... | |
real(rprec) function | pprofile_get_gp_pp (this, p1, p2) |
Get the guassian process kernel value for two points. More... | |
Interface for the guassian process kernel values.
Definition at line 171 of file pprofile_T.f.
real (rprec) function pprofile_t::pprofile_get_gp::pprofile_get_gp_ij | ( | type (pprofile_class), intent(in) | this, |
integer, intent(in) | i, | ||
integer, intent(in) | j | ||
) |
Get the guassian process kernel value for the two as indicies.
Indicies are the index of the as array. Only valid for guassian process profiles.
[in] | this | A pprofile_class instance. |
[in] | i | ith profile position. |
[in] | j | jth profile position. |
Definition at line 538 of file pprofile_T.f.
real (rprec) function pprofile_t::pprofile_get_gp::pprofile_get_gp_pi | ( | type (pprofile_class), intent(in) | this, |
real (rprec), intent(in) | p, | ||
integer, intent(in) | i | ||
) |
Get the guassian process kernel value for the point and index.
Index are the index of the as array. Point is a measurement point on the profile. Only valid for guassian process profiles.
[in] | this | A pprofile_class instance. |
[in] | p | Point to evaluate the kernel at. |
[in] | i | Profile position index. |
Definition at line 586 of file pprofile_T.f.
real (rprec) function pprofile_t::pprofile_get_gp::pprofile_get_gp_pp | ( | type (pprofile_class), intent(in) | this, |
real (rprec), intent(in) | p1, | ||
real (rprec), intent(in) | p2 | ||
) |
Get the guassian process kernel value for two points.
Points are a measurement point on the profile. Only valid for guassian process profiles.
[in] | this | A pprofile_class instance. |
[in] | p1 | First point to evaluate the kernel at. |
[in] | p2 | SEOND point to evaluate the kernel at. |
Definition at line 632 of file pprofile_T.f.