mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fb9f4975c7
* +mcmc-jags.sourceforge.io * Fixed a few problems * fixes * lol * libs * test files --------- Co-authored-by: James Reynolds <magnsuviri@me.com> Co-authored-by: Jacob Heider <jacob@tea.xyz>
7 lines
79 B
Plaintext
7 lines
79 B
Plaintext
data {
|
|
obs <- 1
|
|
}
|
|
model {
|
|
parameter ~ dunif(0,1)
|
|
obs ~ dbern(parameter)
|
|
} |