stEval: Basic evaluation of fit

Description Usage Arguments Examples

View source: R/stEval.R

Description

Provides basic measures for evalutating the fit. Includes Brier skill score against the climatology, MSPE, PPL, overall correlation, and a computation of the coverage probabilities for confidence intervals

Usage

1
stEval(forecast, Y, clim)

Arguments

forecast

stPredict object containing predictions for Y

Y

observed values of the response

clim

the climatology for the location in Y

Examples

1
2
3
4
5
data("coprecip")
data("coprecip.predict")

clim = rowMeans(coprecip$Y)
coprecip.predict = stEval(coprecip.predict, coprecip$Y, clim)

telefit documentation built on Feb. 4, 2020, 9:08 a.m.

Related to stEval in telefit...