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

Detailed Description

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

Template Parameters
Ttype of variable
Parameters
xvariable in range [0, 1]
Returns
Inverse unit normal CDF of x.
Exceptions
std::domain_errorif x is not between 0 and 1.

Definition at line 161 of file inv_Phi.hpp.

#include <inv_Phi.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: