aetre_calculate_voi
Determine the exact Bayesian Value of Information for crossing a selection boundary, guiding review decisions under Gaussian updates.
Instructions
Calculates the exact Bayesian Value of Information (VOI) for crossing a top-K selection boundary under Gaussian conjugate updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | Optional AETRE API or license key. | |
| review_cost | No | Cost of conducting the review. Defaults to 0.5. | |
| signal_noise | No | Standard deviation of the additional review signal. Defaults to 0.8. | |
| posterior_mean | Yes | Current expected latent quality (mu). | |
| posterior_variance | Yes | Current epistemic uncertainty / variance (sigma^2). | |
| selection_boundary | Yes | The threshold quality cutoff for acceptance (tau). |