File: NAMESPACE

package info (click to toggle)
tseries 0.10-7-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 924 kB
  • ctags: 352
  • sloc: fortran: 1,677; ansic: 623; makefile: 66; sh: 22
file content (56 lines) | stat: -rw-r--r-- 1,658 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
useDynLib("tseries")

import("graphics", "stats", "utils")

export("adf.test", "approx.irts", "arma", "as.irts",
       "bds.test",
       "daysecond",
       "garch", "get.hist.quote",
       "irts", "is.businessday", "is.irts", "is.weekend",
       "jarque.bera.test",
       "kpss.test",
       "maxdrawdown",
       "na.remove",
       "plotOHLC", "po.test", "portfolio.optim", "pp.test",
       "quadmap",
       "read.irts", "read.matrix", "read.ts", "runs.test",
       "seqplot.ts", "sharpe", "sterling", "surrogate",
       "terasvirta.test", "tsbootstrap",
       "value",
       "weekday", "white.test", "write.irts")

S3method("[", "irts")
S3method("as.irts", "default")
S3method("as.irts", "zoo")
S3method("coef", "arma")
S3method("coef", "garch")
S3method("fitted", "arma")
S3method("fitted", "garch")
S3method("lines", "irts")
S3method("logLik", "garch")
S3method("na.remove", "default")
S3method("na.remove", "ts")
S3method("plot", "arma")
S3method("plot", "garch")
S3method("plot", "irts")
S3method("points", "irts")
S3method("portfolio.optim", "default")
S3method("portfolio.optim", "ts")
S3method("predict", "garch")
S3method("print", "arma")
S3method("print", "bdstest")
S3method("print", "garch")
S3method("print", "irts")
S3method("print", "resample.statistic")
S3method("print", "summary.arma")
S3method("print", "summary.garch")
S3method("residuals", "arma")
S3method("residuals", "garch")
S3method("summary", "arma")
S3method("summary", "garch")
S3method("terasvirta.test", "default")
S3method("terasvirta.test", "ts")
S3method("time", "irts")
S3method("value", "irts")
S3method("white.test", "default")
S3method("white.test", "ts")