Learn R Programming

telefit (version 1.0.3)

stEval: Basic evaluation of fit

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

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

Run this code
# NOT RUN {
data("coprecip")
data("coprecip.predict")

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

# }

Run the code above in your browser using DataLab