https://github.com/cran/ltsa
Raw File
Tip revision: 0a03bbb7cf19e479dc77592ed09621eeb8afb470 authored by A.I. McLeod on 21 December 2015, 08:55:04 UTC
version 1.4.6
Tip revision: 0a03bbb
NAMESPACE
useDynLib(ltsa)

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