FunctionData
Package: InfrastructureCoreOpenAPIModels · Source: Core/common.json
Raw mathematical data defining a function f(x) — coefficients or point tables with no units or interpretation attached. function_type selects the shape: linear, quadratic, piecewise linear through (x, y) points, or piecewise constant between x endpoints. What x and y stand for is supplied by whatever wraps this, and the TIME_SERIES_* variants hold a reference to a stored series in place of the numbers.
Variants
Discriminated by function_type.
function_type | Schema |
|---|---|
LINEAR | LinearFunctionData |
PIECEWISE_LINEAR | PiecewiseLinearData |
PIECEWISE_STEP | PiecewiseStepData |
QUADRATIC | QuadraticFunctionData |
TIME_SERIES_LINEAR | TimeSeriesLinearFunctionData |
TIME_SERIES_QUADRATIC | TimeSeriesQuadraticFunctionData |
TIME_SERIES_PIECEWISE_LINEAR | TimeSeriesPiecewiseLinearData |
TIME_SERIES_PIECEWISE_STEP | TimeSeriesPiecewiseStepData |