Closed arthurmloureiro closed 3 months ago
Current shift types are contextual and could leave to issues:
Ex:
{'Omega_c': 0.3}
{'Omega_c': (0.2, 0.4)}
{'Omega_c': (-0.1, 0.1)}
This can be problematic for parameters like w!
I believe we should drop support for the "delta shift" approach and document that only the range approach is expected. This is similar to what we use in terms of a flat prior so it is sensible.
range
Current shift types are contextual and could leave to issues:
Ex:
{'Omega_c': 0.3}
is a determinist shift{'Omega_c': (0.2, 0.4)}
is a range{'Omega_c': (-0.1, 0.1)}
is a delta shiftThis can be problematic for parameters like w!
Todo