This class keeps track of a step function mapping R -> R. It is assumed that the function only changes (has steps) in a region with compact support.
More...
|
| StepFunction (double[] args, double[] values) |
|
double | MonotonicIncreasingInverse (double x) |
|
double | ValueAtTime (double t) |
| returns value at time t (i.e. last change at a time <= t) More...
|
|
double | InterpolatedValue (double t) |
|
|
bool | IsEmpty => Args.Length == 0 |
|
int | Length => Args.Length |
|
|
double[] | Args [get, protected set] |
|
double[] | Values [get, protected set] |
|
This class keeps track of a step function mapping R -> R. It is assumed that the function only changes (has steps) in a region with compact support.
◆ ValueAtTime()
double CronoSeries.TimeSeries.Miscellaneous.StepFunction.ValueAtTime |
( |
double |
t | ) |
|
|
inline |
returns value at time t (i.e. last change at a time <= t)
- Parameters
-
- Returns
The documentation for this class was generated from the following file:
- TimeSeries/Miscellaneous/StepFunction.cs