Suppose φ is the probability density function of the standard normal distribution and Ф the cumulative distribution function. For any number c, how can I obtain φ(c) and Ф(c)? I tried to use
PDF('NORMAL',c<,0,1>) for φ(c)
and
CDF('NORMAL',c<,0,1>) for Ф(c)
but it didn't work.