Revision 4d048784cc1691d7539bc45fef9d3916724c6650 authored by Mitzi Morris on 27 August 2019, 15:59:25 UTC, committed by Mitzi Morris on 27 August 2019, 15:59:25 UTC
2 parent s f239669 + 93c21d2
Raw File
normal-mixture_k-sim.R
library("rstan");
source("normal-mixture_k.data.R")
fit <- stan(file="normal_mixture_k.stan", data=c("K","N","y"), iter=1000, chains=1, init=0);
back to top