Skip to content
Snippets Groups Projects
Commit fe3639d6 authored by Martin Renoult's avatar Martin Renoult
Browse files

Update Conjugate_priors_Bayes.R

parent 89d2ef8d
No related branches found
No related tags found
No related merge requests found
......@@ -39,10 +39,6 @@ hist(beta)
hist(alpha)
hist(sigma)
write.csv(beta, file="intercept_conj.csv")
write.csv(alpha, file="slope_conj.csv")
write.csv(sigma,file="sigma_conj.csv")
## Truncated Cauchy prior
trunc <- function(loc, scale, a, b, sz) {
ua = atan((a - loc)/scale)/pi + 0.5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment