Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goldingn/greta.live
a repo for playing with ideas around live mcmc traceplots
https://github.com/goldingn/greta.live
Last synced: about 1 month ago
JSON representation
a repo for playing with ideas around live mcmc traceplots
- Host: GitHub
- URL: https://github.com/goldingn/greta.live
- Owner: goldingn
- Created: 2018-05-08T04:39:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T05:59:14.000Z (over 6 years ago)
- Last Synced: 2024-07-31T19:28:53.036Z (4 months ago)
- Language: R
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# greta.liveA prototype package for live visualisation of statistical inference for greta models.
For example, we're hoping to add live plotting of an MCMC trace whilst the algorithm is running.
There's nothing here yet though.
## Installation
You can install the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("goldingn/greta.live")
```