Part of the Reference family.
Lineage
Overview
4 tests guard this model - 4 generic, 0 singular.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
One row per circuit × compound × season.
| Property | Value |
|---|---|
| Layer | reference |
| Family | Reference |
| Contract enforced | No |
| Column | Type | Nullable | Tests | Description |
|---|---|---|---|---|
circuit_key | varchar | Yes | not_null | Event slug (grand-prix key) matching race_id in stg_laps. |
compound_code | varchar | Yes | not_null | Compound identifier the cliff parameters were fitted for (e.g. SOFT/MEDIUM/HARD or C1–C5). |
season | integer | Yes | not_null | Season year the parameters apply to. |
compound_grip_peak | double | Yes | Fitted peak grip level (relative pace offset at the compound’s best window). | |
compound_wear_gradient | double | Yes | Fitted linear wear rate (pace loss per lap before the cliff). | |
compound_optimal_temp_low | double | Yes | Lower bound of the compound’s optimal operating-temperature window (°C). | |
compound_optimal_temp_high | double | Yes | Upper bound of the compound’s optimal operating-temperature window (°C). | |
compound_cliff_onset_laps | double | Yes | Fitted Kaplan-Meier cliff-onset age (laps) at which performance falls off sharply. | |
compound_cliff_severity | double | Yes | Fitted magnitude of the pace drop once the cliff is reached. | |
fit_date | date | Yes | not_null | Date on which the cliff parameters were last estimated. |
data_window | varchar | Yes | Season range the fit was estimated over (governance provenance). | |
notes | varchar | Yes | Free-text provenance / caveat notes carried from the seed. |