1#ifndef STAN_MATH_OPENCL_PRIM_SD_HPP
2#define STAN_MATH_OPENCL_PRIM_SD_HPP
25 require_all_kernel_expressions_and_none_scalar_t<T>* =
nullptr>
26inline double sd(
const T& a) {
double variance(const T &a)
Return the sample variance of the var_value matrix Raise domain error if size is not greater than zer...
fvar< T > sqrt(const fvar< T > &x)
double sd(const T &a)
Returns the unbiased sample standard deviation of the coefficients in the specified std vector,...
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...