log_lik_lnorm | R Documentation |
Log-Normal Log-Likelihood
log_lik_lnorm(x, meanlog = 0, sdlog = 1)
x |
A numeric vector of values. |
meanlog |
A numeric vector of the means on the log scale. |
sdlog |
A non-negative numeric vector of the standard deviations on the log scale. |
An numeric vector of the corresponding log-likelihoods.
Other log_lik_dist:
log_lik_bern()
,
log_lik_binom()
,
log_lik_gamma_pois_zi()
,
log_lik_gamma_pois()
,
log_lik_neg_binom()
,
log_lik_norm()
,
log_lik_pois_zi()
,
log_lik_pois()
dev_norm(exp(c(-2:2)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.