scores_gamma: Calculating scores for the gamma distribution

scores_gammaR Documentation

Calculating scores for the gamma distribution

Description

Calculating scores for the gamma distribution

Usage

crps_gamma(y, shape, rate = 1, scale = 1/rate)

logs_gamma(y, shape, rate = 1, scale = 1/rate)

dss_gamma(y, shape, rate = 1, scale = 1/rate)

Arguments

y

vector of observations.

shape

vector of positive shape parameters.

rate

an alternative way to specify the scale.

scale

vector of positive scale parameters.

Value

A vector of score values.


scoringRules documentation built on Sept. 18, 2024, 5:09 p.m.