Pitch.md

Course Project: Developing data projects - Shiny application and reproducable pitch

author: Koen Spoorenberg date: Sat Aug 13 10:28:32 2016 transition: zoom

Overview

This was built as part of a deliverable for the course Developing Data Products(Coursera Data Science). - The app demonstrates the 'Race time prediction' algoritm developed by Peter Riegel. An algoritm which predicts running times based on races over different distances. - There are more algoritms available(for example the VO2 max prediction/Cameron formula/Purdy formula). These algoritms are more difficult and do not seem to over a much better prediction. - The app developed for the first part of the assignment demo is avalilable at: https://kspoorenberg.shinyapps.io/Racetime_prediction_in_running/ - Source code for ui.R and server.R files are available on the GitHub:https://github.com/KoenSpoorenberg/RaceTimePrediction

Peter Riegel

Algoritm

In a 1977 article for Runner's World Magazine, Riegel proposed a simple formula for comparing relative performances at different distances. The formula is most commonly quoted as:

T2=T1×(D2÷D1)1.06

T1 is the time achieved for D1. T2 is the time predicted for D2. D1 is the distance over which the initial time is achieved. D2 is the distance for which the time is to be predicted.

The simplicity of the formula and its predictive accuracy has resulted in it being adopted widely by websites such as Runner's World. Some sites have modified it, stating that the value of 1.06 given for the exponent b in the formula results in seemingly unachievable predictions for longer distances.

Example

Publications

Referenties



KoenSpoorenberg/RaceTimePrediction documentation built on May 7, 2019, 12:30 p.m.