View source: R/belief_trajectory.R
| concentration_index_positive | R Documentation |
Signed variant of concentration_index that uses only the
supporting (w_k > 0) contributions. For forensic inclusion cases,
this measures the fragility of the support for the prosecution
hypothesis specifically, ignoring any excluding markers.
concentration_index_positive(weights)
weights |
Numeric vector of per-step contributions
(typically |
Defined as
C_W^+(w) = \frac{\max_k w_k^+}{\sum_k w_k^+}
with w_k^+ = \max(w_k, 0). Under Theorem T-003.1 of the Belief
Dynamics framework, C_W^+ equals the fraction of the total
positive weight of evidence lost under adversarial removal of the single
most impactful supporting marker.
Numeric scalar in [0, 1]. Returns 0 if no weight is positive.
Marsico, F. L. & Egeland, T. (in preparation). Belief dynamics during the investigative process.
concentration_index,
leave_one_out.
# Mostly supporting, one dominant
concentration_index_positive(c(2.5, 0.3, 0.4, 0.2, 0.1))
# Mixed with one strong exclusion: the exclusion does NOT contribute
concentration_index_positive(c(1.0, 0.8, 0.9, -5.0, 1.1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.