mingrisch / compartmentmodels

Tracer-kinetic models for DCE MRI
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Bootstrapping! #20

Closed mingrisch closed 9 years ago

mingrisch commented 9 years ago

this should be implemented as a method in the CompartmentModel class. Potential difficulties include:

mingrisch commented 9 years ago

Looks like a job for @AndreasMittermeier :)

mingrisch commented 9 years ago

This issue is, in fact, closely related to #19 I am not happy with the current implementation of the bootstrapping routine, it is somewhat cumbersome to implement the conversion from fit parameters to physiological parameters twice - in the same function!

Instead, this conversion should be done by a possibly internal function - see #19 which should be called after the first fit and also in each bootstrap iteration.