Skip to main content

compute_reliability_mask

Function compute_reliability_mask 

Source
fn compute_reliability_mask(
    fit_residual: &[f64],
    mask: &[u8],
    threshold_percentile: f64,
) -> Vec<u8> 
Expand description

Compute reliability mask by thresholding fit residuals

Applies Gaussian smoothing to residuals before thresholding (matching echofit.m)