Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.
/ MTS Public archive
forked from cran/MTS

❗ This is a read-only mirror of the CRAN R package repository. MTS — All-Purpose Toolkit for Analyzing Multivariate Time Series (MTS) and Estimating Multivariate Volatility Models

Notifications You must be signed in to change notification settings

FAForecasting/MTS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MTS

Installation

git clone git://github.com/d-/MTS.git
R CMD build MTS/

This will create a file named "MTS_VERSION.tar.gz".

Then move the file into your working directory in R and type:

install.packages("MTS_VERSION.tar.gz",repos=NULL,type="source")
library(MTS)

Alternatively, a simpler solution is to use the 'devtools' package.

install.packages("devtools")
library(devtools)
install_github('MTS','d-')

About

❗ This is a read-only mirror of the CRAN R package repository. MTS — All-Purpose Toolkit for Analyzing Multivariate Time Series (MTS) and Estimating Multivariate Volatility Models

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 91.2%
  • C++ 8.8%