Calculating scores for the log-normal distribution
crps_lnorm(y, meanlog = 0, sdlog = 1, locationlog = meanlog,
scalelog = sdlog)logs_lnorm(y, meanlog = 0, sdlog = 1, locationlog = meanlog,
scalelog = sdlog)
vector of observations.
an alternative way to specify locationlog.
an alternative way to specify scalelog.
vector of location parameters on the log scale.
vector of positive scale parameters on the log scale.
A vector of score values.