CRAN
tsPI 1.0.2
Improved Prediction Intervals for ARIMA Processes and Structural Time Series
Released Aug 7, 2017 by Jouni Helske
Dependencies
Prediction intervals for ARIMA and structural time series models using importance sampling approach with uninformative priors for model parameters, leading to more accurate coverage probabilities in frequentist sense. Instead of sampling the future observations and hidden states of the state space representation of the model, only model parameters are sampled, and the method is based solving the equations corresponding to the conditional coverage probability of the prediction intervals. This makes method relatively fast compared to for example MCMC methods, and standard errors of prediction limits can also be computed straightforwardly.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>tsPI</artifactId> <version>1.0.2-b15</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:tsPI')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- Testing_acv_arma.bogus_arguments_throw_error
- Testing_acv_arma.output_of_acv_arma_is_correct
- Testing_arima_pi.bogus_arguments_throw_error_E1
- Testing_arima_pi.bogus_arguments_throw_error_E2
- Testing_arima_pi.bogus_arguments_throw_error_E3
- Testing_arima_pi.bogus_arguments_throw_error_E4
- Testing_arima_pi.bogus_arguments_throw_error_E5
- Testing_arima_pi.bogus_arguments_throw_error_E6
- Testing_arima_pi.bogus_arguments_throw_error_E7
- Testing_arima_pi.bogus_arguments_throw_error_E8
- Testing_arima_pi.bogus_arguments_throw_error_E9
- Testing_arima_pi.white_noise_gives_error
- Testing_information_arma.bogus_arguments_throw_error
- Testing_struct_pi.bogus_arguments_throw_error_E1
- Testing_struct_pi.bogus_arguments_throw_error_E2
- Testing_struct_pi.bogus_arguments_throw_error_E3
- Testing_struct_pi.bogus_arguments_throw_error_E4
- Testing_struct_pi.bogus_arguments_throw_error_E5
- Testing_struct_pi.bogus_arguments_throw_error_E6
- Testing_struct_pi.bogus_arguments_throw_error_E7
- Testing_struct_pi.bogus_arguments_throw_error_E8
- acv_arma-examples
- arima_pi-examples
- struct_pi-examples
- test-all