streamobs.functions module#
Function definitions.
- class streamobs.functions.Line(slope=0.0, intercept=0.0, **kwargs)[source]#
Bases:
BoundedFunctionLine function. Evaluated as:
y(x) = slope*x + intercept
Function definitions.
Bases: BoundedFunction
Line function. Evaluated as:
y(x) = slope*x + intercept