scores_beta: Calculating scores for the beta distribution

scores_betaR Documentation

Calculating scores for the beta distribution

Description

Calculating scores for the beta distribution

Usage

crps_beta(y, shape1, shape2, lower = 0, upper = 1)

logs_beta(y, shape1, shape2, lower = 0, upper = 1)

dss_beta(y, shape1, shape2, lower = 0, upper = 1)

Arguments

y

vector of observations.

shape1, shape2

vectors of positive shape parameters.

lower, upper

vectors of lower and upper limits of the distribution. Must be finite.

Value

A vector of score values.


scoringRules documentation built on May 31, 2023, 6:06 p.m.