Last chance! 50% off unlimited learning
Sale ends in
Calculate the Logarithmic (Ignorance) Score for a mixture of Normal distributions, for example generated by ensemble dressing
DressIgn(dressed.ens, obs)
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`
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, 10.1175/1520-0493(2002)130<1653:EPFUIT>2.0.CO;2
DressEnsemble, DressCrps
# NOT RUN {
data(eurotempforecast)
d.ens <- DressEnsemble(ens)
DressIgn(d.ens, obs)
# }
Run the code above in your browser using DataLab