View source: R/misc_functions.R
normpdf | R Documentation |
normpdf
returns the value of f(x, \mu, \sigma^2)
, the
probability density function (PDF) of a gaussian distribution
normpdf(x, mean, sd)
x |
(numeric) vector of values over which to compute the PDF |
mean |
(numeric) mean of the gaussian |
sd |
(numeric) standard deviation of the gaussian |
(numeric) vector of values equal in length to x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.