R.DNORM

R.DNORM probability density function of the normal distribution

Synopsis

R.DNORM(x,mu,sigma,give_log)

Arguments

x: observation

mu: mean of the distribution

sigma: standard deviation of the distribution

give_log: if true, log of the result will be returned instead

Description

This function returns the probability density function of the normal distribution.

See also

R.PNORM, R.QNORM.