WinBUGS

1 program Added 2026-03-17T10:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: BUGS, OpenBUGS
Provenance: commit ea405a288e · authored 2026-03-17T02:57:41+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

BUGS (0.64)Winxed (0.14)OpenABL (0.14)OpenACC (0.14)OpenLisp (0.13)

LLM-contributed programs

Rats: Bayesian hierarchical linear regression

Provenance: commit ea405a288e · authored 2026-03-17T02:57:41+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.bug · added: 2026-03-17T10:00:00Z
model {
   for( i in 1 : N ) {
      for( j in 1 : T ) {
         Y[i , j] ~ dnorm(mu[i , j],tau.c)
         mu[i , j] <- alpha[i] + beta[i] * (x[j] - xbar)
      }
      alpha[i] ~ dnorm(alpha.c,alpha.tau)
      beta[i] ~ dnorm(beta.c,beta.tau)
   }
   tau.c ~ dgamma(0.001,0.001)
   sigma <- 1 / sqrt(tau.c)
   alpha.c ~ dnorm(0.0,1.0E-6)
   alpha.tau ~ dgamma(0.001,0.001)
   beta.c ~ dnorm(0.0,1.0E-6)
   beta.tau ~ dgamma(0.001,0.001)
   alpha0 <- alpha.c - xbar * beta.c
}

Contribute — propose a file extension

Tell us where to find evidence about WinBUGS (mapped to pl/winbugs). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/WinBUGS/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← WinBatch WINDEV →