I'm using the pymc3 module for some curve fitting and while following the tutorial, I came across an unfamiliar term: Deterministic Transformations. I was just wondering what exactly these deterministic transformations do?
Link to the tutorial https://exoplanet.dfm.io/en/stable/tutorials/intro-to-pymc3/#intro-to-pymc3
I tried to look into the documentation but I didn't really understand it.
P = pm.Deterministic("P", tt.exp(logP))