Linear response functions.
staticmake (m:Float, c:Float):Response
Makes a linear response function.
Parameters:
m
The slope/gradient.
c
The constant shift, the point at which the line crosses the y-axis.
Returns:
The linear response function.