Description Usage Arguments Value References See Also Examples
Calculate the Logarithmic (Ignorance) Score for a mixture of Normal distributions, for example generated by ensemble dressing
1  | 
dressed.ens | 
 a list with elements 'ens', a N*R matrix representing N time instances of kernel centers, and 'ker.wd', a N*R matrix with corresponding kernel standard deviations. See function 'DressEnsemble'  | 
obs | 
 a numeric vector of length N with real-valued observations  | 
numeric vector of length N with the Ignorance score values
Roulston and Smith (2002) Evaluating Probabilistic Forecasts Using Information Theory, doi: 10.1175/1520-0493(2002)130<1653:EPFUIT>2.0.CO;2
DressEnsemble, DressCrps
1 2 3  | data(eurotempforecast)
d.ens <- DressEnsemble(ens)
DressIgn(d.ens, obs)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.