powered by
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
stEval(forecast, Y, clim)
stPredict object containing predictions for Y
observed values of the response
the climatology for the location in Y
# 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