-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
43 lines (42 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
export(Psi_func)
export(display_eigenfunctions)
export(display_fit)
export(display_fit_list)
export(display_scores)
export(flip_sign)
export(generate_fpca_data)
export(get_grid_objects)
export(mu_func)
export(run_mfvb_fpca)
export(run_mfvb_fpca_model_choice)
export(run_vmp_fpca)
export(run_vmp_fpca_model_choice)
export(select_L)
export(set_hyper)
export(trapint)
import(lattice)
importFrom(MASS,mvrnorm)
importFrom(ellipse,ellipse)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(magic,adiag)
importFrom(matrixcalc,duplication.matrix)
importFrom(pracma,blkdiag)
importFrom(splines,spline.des)
importFrom(stats,cov)
importFrom(stats,dnorm)
importFrom(stats,median)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(utils,read.table)