Skip to content

phi

Standard-normal PDF value.

v = phi(x)

Returns the standard-normal density (1 / sqrt(2*pi)) * exp(-x^2/2) at x. Equivalent to norm_s_dist(x, false).

phi(0) % 0.3989 (peak)
  • norm_s_dist — Standard-normal PDF or CDF.
  • gauss — Probability that a standard-normal value is between 0 and x.