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 parameter length scale |
x | std::vector of scalars that can be used in square distance. This function assumes each element of x is the same size. |
sigma_sq | square root of the marginal standard deviation or magnitude |
neg_half_inv_l_sq | The half negative inverse of the length scale |
Definition at line 36 of file gp_exp_quad_cov.hpp.