-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.09 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
# Generated by roxygen2: do not edit by hand
S3method(biplot,foreca)
S3method(plot,foreca)
S3method(plot,foreca.one_weightvector)
S3method(plot,mvspectrum)
S3method(print,foreca)
S3method(summary,foreca)
S3method(summary,foreca.one_weightvector)
export(Omega)
export(check_mvspectrum_normalized)
export(check_whitened)
export(complete_algorithm_control)
export(complete_entropy_control)
export(complete_spectrum_control)
export(continuous_entropy)
export(discrete_entropy)
export(fill_hermitian)
export(foreca)
export(foreca.EM.E_and_M_step)
export(foreca.EM.E_step)
export(foreca.EM.M_step)
export(foreca.EM.h)
export(foreca.EM.one_weightvector)
export(foreca.multiple_weightvectors)
export(foreca.one_weightvector)
export(get_spectrum_from_mvspectrum)
export(initialize_weightvector)
export(mvpgram)
export(mvspectrum)
export(mvspectrum2wcov)
export(normalize_mvspectrum)
export(quadratic_form)
export(sfa)
export(spectral_entropy)
export(spectrum_of_linear_combination)
export(sqrt_matrix)
export(weightvector2entropy_wcov)
export(whiten)
import(MASS)
import(graphics)
import(reshape2)
import(stats)
import(utils)