daniels_predict_race_time
Predict race times for target distances using Jack Daniels' VDOT methodology based on your current running performance data.
Instructions
Predict race time for a target distance based on a current race performance. Uses Jack Daniels' equivalent performance methodology.
Args: current_distance: Distance of known performance in meters. current_time: Time of known performance in seconds. target_distance: Distance for race time prediction in meters.
Returns: dict: Daniels' VDOT method prediction with value, format, and time_seconds.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| current_distance | Yes | ||
| current_time | Yes | ||
| target_distance | Yes |