Uses a Probability integral transformation (PIT) (or a randomised PIT for integer forecasts) to assess the calibration of predictive Monte Carlo samples.
predicted: nxN matrix of predictive samples, n (number of rows) being the number of data points and N (number of columns) the number of Monte Carlo samples. Alternatively, predicted can just be a vector of size n.
quantiles: A vector of quantiles between which to calculate the PIT.
integers: How to handle integer forecasts (count data). This is based on methods described Czado et al. (2007). If "nonrandom" (default) the function will use the non-randomised PIT method. If "random", will use the randomised PIT method. If "ignore", will treat integer forecasts as if they were continuous.
n_replicates: The number of draws for the randomised PIT for discrete predictions. Will be ignored if forecasts are continuous or integers is not set to random.
Returns
A vector with PIT histogram densities for the bins corresponding to the given quantiles.
Details
Calibration or reliability of forecasts is the ability of a model to correctly identify its own uncertainty in making predictions. In a model with perfect calibration, the observed data at each time point look as if they came from the predictive probability distribution at that time.
Equivalently, one can inspect the probability integral transform of the predictive distribution at time t,
ut=Ft(xt)
where xt is the observed data point at time tint1,…,tn, n being the number of forecasts, and Ft is the (continuous) predictive cumulative probability distribution at time t. If the true probability distribution of outcomes at time t is Gt then the forecasts Ft are said to be ideal if Ft=Gt at all times t. In that case, the probabilities ut are distributed uniformly.
In the case of discrete nonnegative outcomes such as incidence counts, the PIT is no longer uniform even when forecasts are ideal. In that case two methods are available ase described by Czado et al. (2007).
By default, a nonrandomised PIT is calculated using the conditional cumulative distribution function
where kt is the observed count, Pt(x) is the predictive cumulative probability of observing incidence k at time t and Pt(−1)=0 by definition. Values of the PIT histogram are then created by averaging over the n
predictions,
Fˉ(u)=ni=1i=1∑nF(i)(u)
And calculating the value at each bin between quantile qi and quantile qi+1 as
Fˉ(qi)−Fˉ(qi+1)
Alternatively, a randomised PIT can be used instead. In this case, the PIT is
ut=Pt(kt)+v∗(Pt(kt)−Pt(kt−1))
where v is standard uniform and independent of k. The values of the PIT histogram are then calculated by binning the ut values as above.
Claudia Czado, Tilmann Gneiting Leonhard Held (2009) Predictive model assessment for count data. Biometrika, 96(4), 633-648. Sebastian Funk, Anton Camacho, Adam J. Kucharski, Rachel Lowe, Rosalind M. Eggo, W. John Edmunds (2019) Assessing the performance of real-time epidemic forecasts: A case study of Ebola in the Western Area region of Sierra Leone, 2014-15, tools:::Rd_expr_doi("10.1371/journal.pcbi.1006785")