CRAN
TSSS 1.2.4
Time Series Analysis with State Space Model
Released Apr 22, 2019 by Masami Saga
This package can be loaded by Renjin but 5 out 27 tests failed.
Functions for statistical analysis, modeling and simulation of time series with state space model, based on the methodology in Kitagawa (1993, ISBN: 4-00-007703-1 and 2005, ISBN: 4-00-005455-4).
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>TSSS</artifactId> <version>1.2.4-b1</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:TSSS')
Test Results
This package was last tested against Renjin 0.9.2725 on May 4, 2019.
- arfit-examples
- armafit-examples
- armaimp-examples
- boxcox-examples
- crscor-examples
- fftper-examples
- klinfo-examples
- lsar1-examples
- lsar2-examples
- lsqr-examples
- marfit-examples
- marlsq-examples
- marspc-examples
- ngsim-examples
- ngsmth-examples
- pdfunc-examples
- period-examples
- plot.tvspc-examples
- polreg-examples
- season-examples
- simssm-examples
- trend-examples
- tsmooth-examples
- tvar-examples
- tvspc-examples
- tvvar-examples
- unicor-examples