-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
80 lines (79 loc) · 1.88 KB
/
NAMESPACE
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Generated by roxygen2: do not edit by hand
S3method(bootstrap,fitStMoMo)
S3method(coef,fitStMoMo)
S3method(fit,StMoMo)
S3method(fit,rh)
S3method(fitted,fitStMoMo)
S3method(forecast,fitStMoMo)
S3method(logLik,fitStMoMo)
S3method(plot,bootStMoMo)
S3method(plot,fitStMoMo)
S3method(plot,forStMoMo)
S3method(plot,resStMoMo)
S3method(predict,fitStMoMo)
S3method(print,StMoMo)
S3method(print,StMoMoData)
S3method(print,bootStMoMo)
S3method(print,fitStMoMo)
S3method(print,forStMoMo)
S3method(print,simStMoMo)
S3method(residuals,fitStMoMo)
S3method(simulate,bootStMoMo)
S3method(simulate,fitStMoMo)
S3method(simulate,iarima)
S3method(simulate,mrwd)
S3method(summary,StMoMoData)
export(StMoMo)
export(StMoMoData)
export(apc)
export(bootstrap)
export(cbd)
export(central2initial)
export(extractCohort)
export(fit)
export(genWeightMat)
export(iarima)
export(initial2central)
export(lc)
export(m6)
export(m7)
export(m8)
export(mrwd)
export(rh)
importFrom(RColorBrewer,brewer.pal)
importFrom(fanplot,fan)
importFrom(fields,image.plot)
importFrom(forecast,forecast)
importFrom(gnm,Mult)
importFrom(gnm,gnm)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,grey.colors)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,frame)
importFrom(graphics,image.default)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(rootSolve,multiroot)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,cov)
importFrom(stats,fitted)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,nobs)
importFrom(stats,poisson)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,residuals)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,simulate)
importFrom(stats,start)
importFrom(utils,head)
importFrom(utils,tail)