{% from "_macros.html" import popover %} {% if not assessment %}
No tentative right-edge pivot at degree {{ default_degree }} for this date.
{% else %}Probability that the most recent tentative pivot is confirmed (will not be invalidated by a deeper move against it).
Right-edge confirmation estimates whether the most recent pivot is real or likely to be invalidated. Trained per degree on real pivots from 2015–2024.
| model | {{ assessment.model_kind }} |
|---|---|
| degree | {{ assessment.degree }} |
| pivot | {{ assessment.pivot_type|upper }} @ {{ assessment.pivot_timestamp.isoformat() }} |
| probability | {{ "%.2f"|format(assessment.proba) }} |