stEval {telefit} | R Documentation |
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
data("coprecip")
data("coprecip.predict")
clim = rowMeans(coprecip$Y)
coprecip.predict = stEval(coprecip.predict, coprecip$Y, clim)
[Package telefit version 1.0.3 Index]