-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
109 lines (108 loc) · 2.17 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Generated by roxygen2: do not edit by hand
S3method(cscov,default)
S3method(cscov,oasd)
S3method(cscov,ols)
S3method(cscov,sam)
S3method(cscov,shr)
S3method(cscov,str)
S3method(cscov,wls)
S3method(ctcov,Ssam)
S3method(ctcov,Sshr)
S3method(ctcov,acov)
S3method(ctcov,bdsam)
S3method(ctcov,bdshr)
S3method(ctcov,bsam)
S3method(ctcov,bshr)
S3method(ctcov,csstr)
S3method(ctcov,default)
S3method(ctcov,hbsam)
S3method(ctcov,hbshr)
S3method(ctcov,hsam)
S3method(ctcov,hshr)
S3method(ctcov,ols)
S3method(ctcov,sam)
S3method(ctcov,shr)
S3method(ctcov,str)
S3method(ctcov,testr)
S3method(ctcov,wlsh)
S3method(ctcov,wlsv)
S3method(tecov,acov)
S3method(tecov,default)
S3method(tecov,har1)
S3method(tecov,ols)
S3method(tecov,sam)
S3method(tecov,sar1)
S3method(tecov,shr)
S3method(tecov,str)
S3method(tecov,strar1)
S3method(tecov,wlsh)
S3method(tecov,wlsv)
export(FoReco2matrix)
export(aggts)
export(arrange_hres)
export(balance_hierarchy)
export(commat)
export(csboot)
export(csbu)
export(cscov)
export(cslcc)
export(csmo)
export(csprojmat)
export(csrec)
export(cstd)
export(cstools)
export(cstrec)
export(ctboot)
export(ctbu)
export(ctcov)
export(ctlcc)
export(ctmo)
export(ctprojmat)
export(ctrec)
export(cttd)
export(cttools)
export(df2aggmat)
export(iterec)
export(lcmat)
export(recoinfo)
export(res2matrix)
export(set_bounds)
export(shrink_estim)
export(shrink_oasd)
export(tcsrec)
export(teboot)
export(tebu)
export(tecov)
export(telcc)
export(temo)
export(teprojmat)
export(terec)
export(tetd)
export(tetools)
export(unbalance_hierarchy)
import(Matrix)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_bullets)
importFrom(cli,cli_rule)
importFrom(cli,cli_text)
importFrom(cli,cli_warn)
importFrom(methods,as)
importFrom(methods,is)
importFrom(osqp,osqpSettings)
importFrom(osqp,solve_osqp)
importFrom(stats,"tsp<-")
importFrom(stats,as.formula)
importFrom(stats,is.ts)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,setNames)
importFrom(stats,simulate)
importFrom(stats,terms)
importFrom(stats,ts)
importFrom(stats,tsp)
importFrom(stats,var)