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

◆ Phi() [5/7]

template<typename T , require_all_not_nonscalar_prim_or_rev_kernel_expression_t< T > * = nullptr, require_not_var_matrix_t< T > * = nullptr>
auto stan::math::Phi ( const T &  x)
inline

Vectorized version of Phi().

Template Parameters
Ttype of container
Parameters
xcontainer
Returns
Unit normal CDF of each value in x.

Definition at line 70 of file Phi.hpp.