hierarchical-bayesian Questions
1
Solved
I was trying to run a Bayesian multilevel cumulative model on ordinal data and was reading the documentation of brms online. My model looks something like
model <- brm(bf(y ~ Condition + (Condit...
Margemargeaux asked 16/3, 2022 at 1:27
2
Solved
I am trying to run the following model, but it fails during compilation:
import numpy as np
import pymc3 as pm
def sample_data(G=1, K=2):
# mean proportion ([0,1]) for each g
p_g = np.random.b...
Gentlewoman asked 9/7, 2018 at 5:15
1
© 2022 - 2024 — McMap. All rights reserved.