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

◆ std_normal_log_qf() [3/4]

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

A vectorized version of std_normal_log_qf() that accepts std::vectors, Eigen Matrix/Array objects, or expressions, and containers of these.

Template Parameters
Ttype of container
Parameters
xcontainer
Returns
inverse unit normal CDF of each value in x
Exceptions
std::domain_errorif x is not less than or equal to 0

Definition at line 153 of file std_normal_log_qf.hpp.