Module utility

Source

Functionsยง

accumulated_intensity_cdf_normal
adaptive_integration
calculate_abundance_gaussian
Compute the abundance in each occurrence frame by looking at the probability of Normal(mean, sigma) within [time - rt_cycle_length, time].
calculate_bounds_emg
calculate_bounds_gaussian
Calculate the bounding interval [lower, upper] around mean that captures target total probability using a binary search across a discretized search space. This mirrors calculate_bounds_emg.
calculate_bounds_normal
calculate_frame_abundance_emg
calculate_frame_abundances_emg_par
calculate_frame_occurrence_emg
calculate_frame_occurrences_emg_par
calculate_scan_abundances_gaussian_par
Parallel version for multiple (mean, sigma) pairs to get abundance
calculate_scan_occurrence_gaussian
Returns all scan indices (0-based) that fall into the range where Normal(mean, sigma) has at least target_p coverage.
calculate_scan_occurrences_gaussian_par
custom_cdf_normal
emg_cdf_range
emg_function
normal_cdf_range
Returns the CDF in the range [sample_start, sample_end] for a Normal(mean, std_dev).