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

◆ inv_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::inv_Phi ( const T &  x)
inline

Vectorized version of inv_Phi().

Template Parameters
Ttype of container
Parameters
xvariables in range [0, 1]
Returns
Inverse unit normal CDF of each value in x.
Exceptions
std::domain_errorif any value is not between 0 and 1.

Definition at line 180 of file inv_Phi.hpp.