Skip to main content

phi

Function phi 

Source
pub fn phi<A: Number>(n: A) -> FnNumber1<A>
Expand description

Returns the values of the density function for a standard normal distribution.

documentfoundation->PHI

Syntax:

    PHI( N: Number )

Semantics: PHI(N) is a synonym for NORMDIST(N,0,1,FALSE()).

See also: crate::of::normdist(),