dnorm
dnorm is a function commonly found in statistical software packages, particularly in R, that calculates the probability density function (PDF) of the normal distribution. The normal distribution, also known as the Gaussian distribution or bell curve, is a fundamental probability distribution in statistics.
The dnorm function typically takes two main arguments: `x`, which represents the value at which to evaluate
The output of dnorm(x, mean, sd) is the height of the probability density curve at the specified
dnorm is used in various statistical tasks, including probability calculations, hypothesis testing, and generating random numbers