Closed dkirkby closed 1 year ago
Patch coverage: 2.75%
and project coverage change: -1.69%
:warning:
Comparison is base (
cec4ec4
) 48.68% compared to head (544a725
) 47.00%. Report is 6 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hi @dkirkby, this looks great. I'm happy to merge if you've pushed everything you wanted.
Hi @andreicuceu - I think this is ready now for your review and merge. The new Sensitivity_tutorial notebook is probably the best starting point for an overview of the features I added.
Hi Andrei - just checking back on this PR. Are there any changes I should make?
This PR calculates partial derivatives of a model with respect to each floating parameter then uses these to calculate the Fisher information distributed over bins in (rt,rp) to show which regions of the data space are most sensitive to each parameter.
This is a draft PR with the initial commits implementing a new method
VegaInterface.compute_sensitivity()
. I will add the code I use to plot partial derivatives and Fisher information next.