mcmillan_calculate_velocity_markers
Calculate velocity markers (vLT, CV, vVO2) for running training using McMillan methodology from race distance and time data.
Instructions
Calculate velocity markers (vLT, CV, vVO2) from a race performance using McMillan methodology.
Args: distance: Race distance in meters time: Race time in seconds
Returns: Dictionary containing velocity markers with paces in MM:SS/km format
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| distance | Yes | ||
| time | Yes |