Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ lognormal_lpdf() [1/3]

template<bool propto, typename T_y_cl , typename T_loc_cl , typename T_scale_cl , require_all_prim_or_rev_kernel_expression_t< T_y_cl, T_loc_cl, T_scale_cl > * = nullptr, require_any_not_stan_scalar_t< T_y_cl, T_loc_cl, T_scale_cl > * = nullptr>
return_type_t< T_y_cl, T_loc_cl, T_scale_cl > stan::math::lognormal_lpdf ( const T_y_cl &  y,
const T_loc_cl &  mu,
const T_scale_cl &  sigma 
)

The log of the lognormal density for the specified scalar(s) given the specified sample stan::math::size(s).

y, mu, or sigma can each either be scalar or a vector on OpenCL device. Any vector inputs must be the same length.

The result log probability is defined to be the sum of the log probabilities for each observation/mu/sigma triple.

Template Parameters
T_y_cltype of scalar outcome
T_loc_cltype of prior scale for successes
T_scale_cltype of prior scale for failures
Parameters
y(Sequence of) scalar(s).
mu(Sequence of) prior sample stan::math::size(s).
sigma(Sequence of) prior sample stan::math::size(s).
Returns
The log of the product of densities.

Definition at line 40 of file lognormal_lpdf.hpp.