new_snr_newton¶
Import in python using from mcutils.scripts.non_central_chi.variance import new_snr_newton
-
mcutils.scripts.non_central_chi.variance.
new_snr_newton
(current_snr, ncoils, observed_snr)[source]¶ Computes the next step in the Newton’s root finding method
Defined as equation A.3 in Koay & Basser (2006, JMR, doi:10.1016/j.jmr.2006.01.016)
- Parameters
current_snr – current best estimate of true signal over true noise
ncoils – number of coils
observed_snr – observed signal over noise ratio
- Returns
new estimate of true signal over true noise ratio