Skip to main content

fit_voxel

Function fit_voxel 

Source
fn fit_voxel(
    te: &[f64],
    y: &[(f64, f64)],
    logy: &[(f64, f64)],
    b0: f64,
    params: &DecomposeParams,
    lm: &mut LmScratch,
) -> (f64, f64, f64, f64, f64, f64)
Expand description

The three-stage alternating fit for a single voxel. Returns (C+, C−, C₀, R2*₀, χ+, χ−).