scoringRules (version 1.0.1)

scores_lnorm: Calculating scores for the log-normal distribution

Description

Calculating scores for the log-normal distribution

Usage

crps_lnorm(y, meanlog = 0, sdlog = 1, locationlog = meanlog, scalelog = sdlog)

logs_lnorm(y, meanlog = 0, sdlog = 1, locationlog = meanlog, scalelog = sdlog)

dss_lnorm(y, meanlog = 0, sdlog = 1, locationlog = meanlog, scalelog = sdlog)

Value

A vector of score values.

Arguments

y

vector of observations.

meanlog

an alternative way to specify locationlog.

sdlog

an alternative way to specify scalelog.

locationlog

vector of location parameters on the log scale.

scalelog

vector of positive scale parameters on the log scale.