View source: R/misc_functions.R
norm_lik | R Documentation |
norm_lik
returns the value of L(x | \mu, \sigma)
, the
likelihood function of a value given a gaussian distribution
norm_lik(all_obs, mean, sd)
all_obs |
(numeric) vector of values over which to compute the likelihood |
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.