-
Notifications
You must be signed in to change notification settings - Fork 12
/
NAMESPACE
67 lines (66 loc) · 1.5 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
# Generated by roxygen2: do not edit by hand
export(GOF_season3y)
export(TSF_main)
export(TSF_main_df)
export(add_noise)
export(adjust_envelope)
export(boxplot2)
export(check_Whittaker)
export(check_input)
export(check_ylu)
export(coef_roughness)
export(der_k)
export(fill_missdate)
export(fitSimuNoise_TSF)
export(fitSimuNoise_WHIT)
export(get_reference)
export(gof_fitting)
export(lambda_init)
export(lambda_optim)
export(plot_fitting)
export(plot_ref)
export(rough_fitting)
export(show_fitting)
export(simu_noise)
export(smooth_WHIT)
export(smooth_WHIT_df)
export(tidy_info)
export(wBisquare)
export(wChen)
export(wKong)
export(wSELF)
export(wWHIT)
import(data.table)
import(foreach)
import(ggplot2)
import(iterators)
import(magrittr)
import(rTIMESAT)
importFrom(Ipaper,rm_empty)
importFrom(Ipaper,runningId)
importFrom(data.table,last)
importFrom(graphics,frame)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(grid,legendGrob)
importFrom(gridExtra,arrangeGrob)
importFrom(lubridate,parse_date_time)
importFrom(lubridate,ymd)
importFrom(matrixStats,rowDiffs)
importFrom(matrixStats,rowQuantiles)
importFrom(matrixStats,rowSums2)
importFrom(plyr,ddply)
importFrom(plyr,llply)
importFrom(purrr,is_empty)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(stats,cor.test)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stringr,str_extract)
importFrom(zoo,na.approx)
importFrom(zoo,na.approx.default)