https://github.com/cran/ltsa
Revision 83deceb1d65445b7dcad78a48eaab0b732534fc5 authored by A.I. McLeod on 22 August 2015, 23:49:55 UTC, committed by cran-robot on 22 August 2015, 23:49:55 UTC
1 parent dd8ed05
Raw File
Tip revision: 83deceb1d65445b7dcad78a48eaab0b732534fc5 authored by A.I. McLeod on 22 August 2015, 23:49:55 UTC
version 1.4.5
Tip revision: 83deceb
NAMESPACE
useDynLib(ltsa)

export("DHSimulate",
"DLAcfToAR",
"DLLoglikelihood",
"DLResiduals",
"DLSimulate",
"exactLoglikelihood",
"PredictionVariance",
"SimGLP",
"ToeplitzInverseUpdate",
"TrenchForecast",
"TrenchInverse",
"TrenchLoglikelihood",
"TrenchMean",
"is.toeplitz",
"tacvfARMA")
importFrom("stats", "ARMAtoMA", "convolve", "fft", "rnorm", "toeplitz")
back to top