R/CRPS.default.R

Defines functions CRPS.default

Documented in CRPS.default

CRPS.default <-
function(fit, ensembleData, dates=NULL, nSamples=NULL, seed=NULL, ...) 
{
#
# copyright 2006-present, University of Washington. All rights reserved.
# for terms of use, see the LICENSE file
#
 mc <- match.call()   
 mc[[1]] <- as.name("crps")
 colMeans( eval(mc,parent.frame()), na.rm=TRUE)
}

Try the ensembleBMA package in your browser

Any scripts or data that you put into this service are public.

ensembleBMA documentation built on Sept. 2, 2022, 9:05 a.m.