fatigue_fn: Fatigue response modeling.

Description Usage Arguments Value Author(s) Examples

View source: R/functions.R

Description

To calculate the variable fatigue component for each training input.

Usage

1
fatigue_fn(data, k3, tau2, tau3, vars)

Arguments

data

A data frame object that contains at least training loads, performances and time between two consecutive sessions.

k3

The gain term for fatigue occurrences.

tau2

The time constant of fatigue exponential decrease.

tau3

The time constant of the fatigue remanence exponential decrease.

vars

A list that contains input (i.e. session training loads) and time (i.e. the time between two consecutive inputs) numerical vectors.

Value

a vector of numerical values

Author(s)

Frank Imbach frankimbach@gmail.com

Examples

1
fatigue_fn(data = example_data, k3=5, tau2 = 20, tau3 = 5, vars = list("input" = example_data$training_load, "time" = example_data$rest))

fimbach/sysmod documentation built on Jan. 1, 2021, 1:21 a.m.