Dear all,
-
Can someone please explain the role of the following line:
-(0.5/sigma**2)*np.sum((data - model)**2)
in the example given ‘Using a “black box” likelihood function’.Is it objective/fitness function ?
-
Can I modify it to improve the convergence ?
-
How can I see the convergence of the model in pymc3 ?
Thank You!