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 capturestarget
total probability using a binary search across a discretized search space. This mirrorscalculate_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).