More specifically, when I put in
pm.math.exp(-(bins-mu)**2 / sig**2)
it raises
ValueError: Input dimension mis-match. (input[0].shape[0] = 228, input[1].shape[0] = 7)
where 228 is the number of my bins.
More specifically, when I put in
pm.math.exp(-(bins-mu)**2 / sig**2)
it raises
ValueError: Input dimension mis-match. (input[0].shape[0] = 228, input[1].shape[0] = 7)
where 228 is the number of my bins.