-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathNAMESPACE
More file actions
103 lines (102 loc) · 2.6 KB
/
NAMESPACE
File metadata and controls
103 lines (102 loc) · 2.6 KB
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
# Generated by roxygen2: do not edit by hand
export(extract_features)
export(f.IQR)
export(f.autocorrelation)
export(f.autocorrelation.lag1.1st.val)
export(f.autocorrelation.lag1.2nd.val)
export(f.autocorrelation.lag1.string)
export(f.autocorrelation.lag2.1st.val)
export(f.autocorrelation.lag2.2nd.val)
export(f.autocorrelation.lag2.string)
export(f.coeff.variation)
export(f.count.above.1sigma)
export(f.count.above.2sigma)
export(f.count.above.3sigma)
export(f.count.above.mean)
export(f.count.below.1sigma)
export(f.count.below.2sigma)
export(f.count.below.3sigma)
export(f.count.below.mean)
export(f.count.negative)
export(f.count.peaks)
export(f.count.positive)
export(f.count_NA)
export(f.entropy)
export(f.find.peaks)
export(f.first.max)
export(f.first.min)
export(f.kurtosis)
export(f.length)
export(f.max)
export(f.max.change)
export(f.mean)
export(f.mean.change)
export(f.median)
export(f.median.change)
export(f.min)
export(f.min.change)
export(f.mssd.lag1)
export(f.mssd.lag2)
export(f.mssd.lag3)
export(f.partial.autocorrelation)
export(f.partial.autocorrelation.lag1.1st.val)
export(f.partial.autocorrelation.lag1.2nd.val)
export(f.partial.autocorrelation.lag1.string)
export(f.partial.autocorrelation.lag2.1st.val)
export(f.partial.autocorrelation.lag2.2nd.val)
export(f.partial.autocorrelation.lag2.string)
export(f.perc.missing)
export(f.perc.unique.values)
export(f.prob.acute.change.1)
export(f.prob.acute.change.2)
export(f.prob.acute.change.3)
export(f.prob.acute.change.4)
export(f.prob.acute.change.5)
export(f.prob.acute.change.6)
export(f.prob.acute.change.7)
export(f.prob.acute.change.8)
export(f.prob.acute.change.9)
export(f.prob.acute.change.95)
export(f.prob.acute.change.99)
export(f.prop.missing)
export(f.quantile_10)
export(f.quantile_20)
export(f.quantile_25)
export(f.quantile_30)
export(f.quantile_40)
export(f.quantile_50)
export(f.quantile_60)
export(f.quantile_70)
export(f.quantile_75)
export(f.quantile_80)
export(f.quantile_90)
export(f.quantile_95)
export(f.range)
export(f.ratio.unique.values)
export(f.sd)
export(f.sd.greater.range)
export(f.skew)
export(f.sum)
export(f.sum.change)
export(f.variance)
export(f.which.above.1sigma)
export(f.which.above.2sigma)
export(f.which.above.3sigma)
export(f.which.below.1sigma)
export(f.which.below.2sigma)
export(f.which.below.3sigma)
export(feature_corr_heatmap)
export(feature_correlations)
export(features_to_df)
export(generate_extraction_list)
export(normalize)
export(plot_series)
import(entropy)
import(reshape2)
import(tidyverse)
import(viridis)
import(zoo)
importFrom(Langevin,Langevin1D)
importFrom(e1071,kurtosis)
importFrom(e1071,skewness)
importFrom(psych,mssd)