R/tcalibrate.R

tcalibrate <-
function(tv, # an object of class tverify as produced by tgetcal()
         p)  # a ternary forecast to be calibrated
{
   out <- tv$f(tv$pars,p)
   out
}

Try the ternvis package in your browser

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

ternvis documentation built on July 5, 2019, 5:03 p.m.