forked from goepp/aspline
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
34 lines (33 loc) · 707 Bytes
/
NAMESPACE
File metadata and controls
34 lines (33 loc) · 707 Bytes
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(aridge_solver)
export(aridge_solver_glm_slow)
export(aridge_solver_old)
export(aspline)
export(band_weight)
export(block_design)
export(boldify)
export(bump)
export(compute_mse)
export(difference_a)
export(difference_p)
export(difference_s)
export(fitted_wrapper)
export(hessian_solver)
export(hessian_solver_glm)
export(hessian_solver_glm_band)
export(hetero_1)
export(kcv)
export(l2_fit)
export(logit)
export(nlevel_fit)
export(predict_wrapper)
export(sine12)
export(sine3)
export(spa_het)
export(weight_design_band)
export(wridge_solver)
export(wridge_solver_glm)
importFrom(Rcpp,sourceCpp)
importFrom(magrittr,"%>%")
useDynLib(aspline)