Revision 50ba237b7e9aa8c9312414f80dfbf6bebcab894b authored by Imad Ali on 16 October 2019, 04:02:51 UTC, committed by Imad Ali on 16 October 2019, 04:02:51 UTC
1 parent 45f93c8
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