Computes a value based on a linear function.
Arguments
- t
Numeric value.
- m
Numeric value for the slope coefficient.
- b
Numeric value for the intercept coefficient.
Value
A numeric value based on the linear function.
Details
$$
f(t; m, b) = m \cdot t + b
$$