Description Usage Arguments Value
View source: R/calculate_MSIS.R
Calculate the mean scaled interval score(MSIS) to evaluate the performance of generated predictive intervals
1 2 3 4 5 6 7 8 | calculate_PI_MSIS(
PIL,
PIU,
y,
yout,
gamma = 0.05,
scaling = c("sdiff", "snaive")
)
|
PIL |
lower bounds for the prediction interval |
PIU |
upper bounds for the prediction interval |
y |
"vector" the observation series |
yout |
"vector" the generated series |
gamma |
calibrated significance level quantiles |
scaling |
scaling method: using different scaling or not |
The value calculated by MSIS function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.