
Quantify incremental process information
Source:R/097-process-information-0-10.R
process_information.RdCompares posterior draws for the same latent target under a baseline and an augmented model. This implementation intentionally uses posterior uncertainty metrics rather than assuming Fisher information is additively decomposable across heterogeneous channels.
Usage
process_information(
baseline,
augmented,
metric = c("variance_reduction", "precision_gain", "entropy_reduction")
)