scores_lnorm: Calculating scores for the log-normal distribution

scores_lnormR Documentation

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)

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.

Value

A vector of score values.


FK83/scoringRules documentation built on Feb. 20, 2024, 8:01 p.m.