Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeyeongYang committed Nov 15, 2019
1 parent e0a4f11 commit 03a6a67
Show file tree
Hide file tree
Showing 12 changed files with 77 additions and 63 deletions.
52 changes: 26 additions & 26 deletions R/docs/articles/getting_started.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 26 additions & 26 deletions R/docs/articles/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ output1 = gng_m1("example", ncore=4)
## Chain 1:
## Chain 1:
## Chain 1:
## Chain 1: Gradient evaluation took 0.001939 seconds
## Chain 1: 1000 transitions using 10 leapfrog steps per transition would take 19.39 seconds.
## Chain 1: Gradient evaluation took 0.001829 seconds
## Chain 1: 1000 transitions using 10 leapfrog steps per transition would take 18.29 seconds.
## Chain 1: Adjust your expectations accordingly!
## Chain 1:
## Chain 1:
Expand All @@ -196,18 +196,18 @@ output1 = gng_m1("example", ncore=4)
## Chain 1:
## Chain 1: Begin stochastic gradient ascent.
## Chain 1: iter ELBO delta_ELBO_mean delta_ELBO_med notes
## Chain 1: 100 -830.450 1.000 1.000
## Chain 1: 200 -815.664 0.509 1.000
## Chain 1: 300 -812.693 0.341 0.018
## Chain 1: 400 -809.323 0.256 0.018
## Chain 1: 500 -809.234 0.205 0.004 MEDIAN ELBO CONVERGED
## Chain 1: 100 -820.269 1.000 1.000
## Chain 1: 200 -810.308 0.506 1.000
## Chain 1: 300 -815.111 0.339 0.012
## Chain 1: 400 -809.368 0.256 0.012
## Chain 1: 500 -809.646 0.205 0.007 MEDIAN ELBO CONVERGED
## Chain 1:
## Chain 1: Drawing a sample of size 1000 from the approximate posterior...
## Chain 1: COMPLETED.
```

```
## Warning: Pareto k diagnostic value is 1.09. Resampling is disabled.
## Warning: Pareto k diagnostic value is 1.25. Resampling is disabled.
## Decreasing tol_rel_obj may help if variational algorithm has terminated
## prematurely. Otherwise consider using sampling instead.
```
Expand Down Expand Up @@ -352,16 +352,16 @@ output1$allIndPars
```
## subjID xi ep rho
## 1 1 0.03912684 0.1390364 5.971566
## 2 2 0.03559554 0.1622292 6.154059
## 3 3 0.04195460 0.1277940 5.922376
## 4 4 0.03149474 0.1494447 6.223886
## 5 5 0.03442572 0.1491020 6.168325
## 6 6 0.04100730 0.1539260 6.288472
## 7 7 0.04275452 0.1481033 5.792658
## 8 8 0.03397865 0.1612648 6.510263
## 9 9 0.03957498 0.1452006 6.064876
## 10 10 0.04719602 0.1302818 5.554479
## 1 1 0.03937858 0.1388763 5.991021
## 2 2 0.03602277 0.1614945 6.180092
## 3 3 0.04288713 0.1274827 5.941119
## 4 4 0.03170505 0.1484355 6.262789
## 5 5 0.03462090 0.1485741 6.184602
## 6 6 0.04236850 0.1536645 6.334553
## 7 7 0.04314376 0.1491778 5.797528
## 8 8 0.03471143 0.1611320 6.538876
## 9 9 0.03987275 0.1451317 6.083010
## 10 10 0.04784353 0.1302289 5.546315
```
-->

Expand Down Expand Up @@ -454,8 +454,8 @@ output3 = gng_m3(data="example", niter=2000, nwarmup=1000, modelRegressor=TRUE)
## Chain 1:
## Chain 1:
## Chain 1:
## Chain 1: Gradient evaluation took 0.004173 seconds
## Chain 1: 1000 transitions using 10 leapfrog steps per transition would take 41.73 seconds.
## Chain 1: Gradient evaluation took 0.00253 seconds
## Chain 1: 1000 transitions using 10 leapfrog steps per transition would take 25.3 seconds.
## Chain 1: Adjust your expectations accordingly!
## Chain 1:
## Chain 1:
Expand All @@ -469,18 +469,18 @@ output3 = gng_m3(data="example", niter=2000, nwarmup=1000, modelRegressor=TRUE)
## Chain 1:
## Chain 1: Begin stochastic gradient ascent.
## Chain 1: iter ELBO delta_ELBO_mean delta_ELBO_med notes
## Chain 1: 100 -833.499 1.000 1.000
## Chain 1: 200 -819.287 0.509 1.000
## Chain 1: 300 -819.175 0.339 0.017
## Chain 1: 400 -823.919 0.256 0.017
## Chain 1: 500 -818.524 0.206 0.007 MEDIAN ELBO CONVERGED
## Chain 1: 100 -823.918 1.000 1.000
## Chain 1: 200 -826.958 0.502 1.000
## Chain 1: 300 -814.838 0.340 0.015
## Chain 1: 400 -818.443 0.256 0.015
## Chain 1: 500 -817.985 0.205 0.004 MEDIAN ELBO CONVERGED
## Chain 1:
## Chain 1: Drawing a sample of size 1000 from the approximate posterior...
## Chain 1: COMPLETED.
```

```
## Warning: Pareto k diagnostic value is 1.34. Resampling is disabled.
## Warning: Pareto k diagnostic value is 1.14. Resampling is disabled.
## Decreasing tol_rel_obj may help if variational algorithm has terminated
## prematurely. Otherwise consider using sampling instead.
```
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion R/docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions R/docs/reference/HDIofMCMC.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion R/docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 15 additions & 5 deletions R/docs/reference/plotHDI.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 03a6a67

Please sign in to comment.