Gaussian Process -Statistical rethinking

Hi @fonnesbeck

Yes the distance matrix Dmat is standardized where maximum value is 1 for this particular example.

Great thanks; this works fine.

Does it mean like
1 + HalfNormal("etasq",0.25) instead of pm.abs(pm.Normal("etasq,1,0.25))?

Also went into another issue, while exploring (link below), As I believe that using PYMC’s expEquad kernel function (below equation) is providing different estimates than when calculated manually! resulting in some loss in precession but I might have mis-specify something here…