ResponseFunction
- class pyMaCh3._pyMaCh3.splines.ResponseFunction
Bases:
_ResponseFunctionBase
Methods Summary
evaluate
(self, value)Evaluate the response function at a particular value.
find_segment
(self, value)Find the segment that a particular value lies in.
Methods Documentation
- evaluate(self: pyMaCh3._pyMaCh3.splines.ResponseFunction, value: float) float
Evaluate the response function at a particular value. :param value: The value to evaluate at.
- find_segment(self: pyMaCh3._pyMaCh3.splines.ResponseFunction, value: float) int
Find the segment that a particular value lies in. :param value: The value to test