aetre_sequential_stopping_rule
Determine optimal stopping boundaries for sequential reviews using Bayesian analysis, deciding when to Accept, Reject, or Solicit More reviews based on posterior confidence and value of information.
Instructions
Calculates optimal dynamic Bayesian stopping boundaries for sequential reviews (Accept, Reject, or Solicit More Reviews) based on posterior decision confidence and boundary VOI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | Optional license key. | |
| reviews | Yes | Ordered sequence of completed reviewer scores with noise_sd and cost. | |
| threshold | Yes | Decision acceptance threshold cutoff (e.g. 6.0). | |
| prior_mean | Yes | Baseline prior mean quality (e.g. 5.0). | |
| prior_variance | Yes | Baseline prior epistemic variance (e.g. 1.0). | |
| next_review_cost | No | Cost of soliciting an additional review (default: 1.0). | |
| confidence_threshold | No | Target confidence probability to stop early (default: 0.90). | |
| next_review_noise_sd | No | Expected noise SD of a future review (default: 0.80). |