knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-" )
The NMSDE package provides the collections of necessary functions to implement Nonparametric Spectral Density Estimation (NSDE) for analyzing multivariate time series (MTS). NMSDE is a novel non-parametric method to perform spectral analysis of MTS.
To Be Done.
You can install NMSDE from github with:
# install.packages("devtools") devtools::install_github("shnezam/NMSDE")
This is a basic example which shows you how to use NMSDE algorithm:
## basic example code library(NMSDE) plot(1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.