Automatic Differentiation
 
Loading...
Searching...
No Matches
stan::math::std_normal_log_qf_fun Struct Reference

Detailed Description

Structure to wrap std_normal_log_qf() so it can be vectorized.

Template Parameters
Ttype of variable
Parameters
xvariable in range [-Inf, 0]
Returns
inverse of the unit normal CDF of x
Exceptions
std::domain_errorif x is not less than or equal to 0

Definition at line 134 of file std_normal_log_qf.hpp.

#include <std_normal_log_qf.hpp>

Static Public Member Functions

template<typename T >
static auto fun (const T &x)
 

The documentation for this struct was generated from the following file: