Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Calculates the standard normal cumulative distribution function for the given variate.
\(\Phi(x) = \frac{1}{\sqrt{2 \pi}} \int_{-\inf}^x e^{-t^2/2} dt\).
T_y | type of y |
y | scalar variate |
Definition at line 33 of file std_normal_cdf.hpp.