Description Usage Arguments Details Value See Also Examples
This is an internal function that is only exposed on the public API for unit testing purposes.
1 |
x |
Vector of i.i.d. Gaussian random varibles |
mean |
Vector of means |
sd |
Vector of standard deviations |
The sum of the log-likelihoods (log of the product of the likelihoods) for independent, identically-distributed, Gaussian random variables. Note: this Rcpp function is thread-safe, unlike the equivalent alternatives.
log-likelihood of x
sum(dnorm(x, mean, sd, log=TRUE))
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.