aetre_proposition_1_bound
Calculate the theoretical recall ceiling (R_N ≤ min(1, K_N/H_N)) to determine if a pipeline is mathematically capacity-constrained.
Instructions
Calculates Proposition 1 theoretical recall ceiling R_N <= min(1, K_N / H_N) to determine if a pipeline is mathematically capacity-constrained.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | Optional AETRE API or license key. | |
| high_value_rate | Yes | Prior fraction of high-value ideas in population (p_H), e.g. 0.067. | |
| total_candidates | Yes | Total candidate arrival volume (N). | |
| selection_capacity | Yes | Available selection capacity (K). |