My question is: Z(x)=Y(x,theta)
Z(x) is a series of experimental data, Y(x,theta) is calculated by the code and built by GP. I want to use PYMC3 to calibrate (theta).
I don’t know to give Z(x) to (obs), since (x) is the same in Z(x) and Y(x, theta), and I only know how to calibrate (theta) when there is a single (x).