-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_pkgdown.yml
72 lines (70 loc) · 1.54 KB
/
_pkgdown.yml
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
template:
params:
bootswatch: flatly
navbar:
type: inverse
right:
- icon: fa-github fa-lg
href: https://github.com/DataSlingers/MoMA
left:
- text: Intro
href: articles/moma-quick-start.html
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: Funtional Data Analysis
href: articles/moma-functional-data-analysis.html
- text: Principal Component Anlaysis
href: articles/moma-PCA.html
- text: Linear Discriminant Analysis
href: articles/moma-LDA.html
reference:
- title: Home Page
desc: ~
contents:
- 'MoMA'
- title: Sparsity Choices
desc: ~
contents:
- 'moma_sparsity_options'
- '`lasso`'
- '`mcp`'
- '`scad`'
- '`fused_lasso`'
- '`sparse_fused_lasso`'
- '`slope`'
- '`group_lasso`'
- '`l1_trend_filtering`'
- '`cluster`'
- title: Smoothness Choices
desc: ~
contents:
- '`moma_smoothness`'
- '`second_diff_mat`'
- title: Selection Scheme of Tuning Parameters
desc: ~
contents:
- '`select_scheme`'
- title: Deflation Schemes
desc: ~
contents:
- '`PCA_deflation`'
- '`CCA_deflation`'
- '`LDA_deflation`'
- title: Multivariate Models
desc: ~
contents:
- '`moma_R6`'
- '`moma_sfcca`'
- '`moma_sflda`'
- '`moma_sfpca`'
- title: Logging
desc: ~
contents:
- '`moma_logger_level`'
- '`moma_session_info`'
- title: Algorithm Settings
desc: ~
contents:
- '`moma_pg_settings`'