Banister Modeling Resources

.. references for the papers it is based upon

.. added a contributed spreadsheet implementation of Banister.
This commit is contained in:
Mark Liversedge
2019-01-10 15:10:11 +00:00
parent 2aa4779df9
commit 0fe714566a
2 changed files with 14 additions and 0 deletions

Binary file not shown.

View File

@@ -16,6 +16,20 @@
* Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
//
// for info on Banister impulse response modeling see:
// "Modeling human performance in running" (1990)
// R. Hugh Morton, John R. Fitz Clarke and Eric W. Banister.
//
// for advice on implementation and optimization see:
// "Rationale and resources for teaching the mathematical modeling
// of athletic training and performance" (2013)
// David C. Clarke, Philip F. Skiba
//
// see the spreadsheet "Clarke_Rationale_2013s.xlsx" in this repo
// in the doc/contrib folder.
//
#include "Banister.h" #include "Banister.h"
#include "RideMetric.h" #include "RideMetric.h"