-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.19 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
# Generated by roxygen2: do not edit by hand
S3method(plot,JD3AdlDisagg)
S3method(plot,JD3MBDenton)
S3method(plot,JD3TempDisagg)
S3method(plot,JD3TempDisaggI)
S3method(print,JD3AdlDisagg)
S3method(print,JD3MBDenton)
S3method(print,JD3TempDisagg)
S3method(print,JD3TempDisaggI)
S3method(summary,JD3AdlDisagg)
S3method(summary,JD3MBDenton)
S3method(summary,JD3TempDisagg)
S3method(summary,JD3TempDisaggI)
export(adl_disaggregation)
export(calendarization)
export(cholette)
export(cubicspline)
export(denton)
export(denton_modelbased)
export(grp)
export(multivariatecholette)
export(temporaldisaggregation)
export(temporaldisaggregationI)
import(RProtoBuf)
import(rjd3toolkit)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(rJava,.jarray)
importFrom(rJava,.jcall)
importFrom(rJava,.jcast)
importFrom(rJava,.jcastToArray)
importFrom(rJava,.jclass)
importFrom(rJava,.jevalArray)
importFrom(rJava,.jinstanceof)
importFrom(rJava,.jnew)
importFrom(rJava,.jnull)
importFrom(rJava,.jpackage)
importFrom(rJava,is.jnull)
importFrom(stats,end)
importFrom(stats,frequency)
importFrom(stats,is.ts)
importFrom(stats,pt)
importFrom(stats,start)
importFrom(stats,ts)
importFrom(stats,ts.plot)