Equation of State Fitting
Here I fit the phase diagram to the model:
T(Δ)=T0ΔγFirst I do it by minimizing −∑log[P(Δ,T)] with the help of scipy, this is the result:
Now, I run an MCMC to sample the space of parameters {T0, γ} and maximize the probability ∑log[P(Δ,T)], I use the pymc package to do so and from the sampling I get the posterior distribution for the parameters:
Sampling for T0:
Sampling for γ:
From the distributions I can get the mean and the standard deviation for the parameters:
T0=3.96875±0.00016 γ=0.44024±0.00017