pub fn merged_log_prob_ignore<Extra, Ensemble, R, Hist, Energy, S, Res>(
    rees: &[ReplicaExchangeEntropicSampling<Extra, Ensemble, R, Hist, Energy, S, Res>],
    ignore: &[usize]
) -> Result<(Vec<f64, Global>, Hist), HistErrors>where
    Hist: HistogramVal<Energy> + HistogramCombine + Histogram + Send + Sync,
    Energy: PartialOrd<Energy>,
Expand description

Merge probability density of multiple rees simulations

The difference is, that this function will ignore the specified walkers, therefore ignore should be a slice of indices, which are to be ignored. The slice does not have to be sorted in any way, though duplicate indices and indices which are out of bounds will be ignored for the ignore list