forked from boyuren158/GP-CERF
-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
40 lines (35 loc) · 898 Bytes
/
_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
url: https://NSAPH-Software.github.io/GPCERF/
home:
title: Gaussian Process (GP) approach for nonparametric modeling.
template:
bootstrap: 5
reference:
- title: Estimate CERF with Gaussain Process
contents:
- GPCERF-package
- estimate_cerf_gp
- estimate_cerf_nngp
- compute_rl_deriv_gp
- compute_rl_deriv_nn
- title: Utilities
contents:
- generate_synthetic_data
- estimate_gps
- compute_w_corr
- set_logger
- get_logger
- plot.cerf_gp
- plot.cerf_nngp
- print.cerf_gp
- print.cerf_nngp
- summary.cerf_gp
- summary.cerf_nngp
articles:
- title: Introduction
navbar: Introduction
contents: [Standard-Gaussian-Processes,
Nearest-neighbor-Gaussian-Processes,
A-Note-on-Choosing-Hyperparameters]
- title: Collabration
navbar: Collabration
contents: [Developers-Guide]