R.DNORM(x,mu,sigma,give_log)
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
This function returns the probability density function of the normal distribution.