Description Usage Arguments Value Author(s) Examples
Considering a Normal Distribution calculates the log-density
ld = -log(σ) - 0.5 * log(2 * π) - 0.5 * ((y - μ) / σ)^2
1 2 3 4 5 6 7 |
y |
observations, numeric or reference object of class 'number' |
mu |
mean, numeric of reference object of class 'number' |
s |
standard deviation, numeric of reference object of class 'number' |
Returns a 'numeric' or a reference object of class 'number'
Filippo Monari
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.