Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Returns a squared exponential kernel.
T_x | type for each scalar |
T_sigma | type of parameter sigma |
T_l | type of each length scale parameter |
x | std::vector of Eigen vectors of scalars. |
sigma | marginal standard deviation or magnitude |
length_scale | std::vector length scale |
std::domain_error | if sigma <= 0, l <= 0, or x is nan or infinite |
Definition at line 166 of file gp_exp_quad_cov.hpp.