Piecewise Integral Parameter
General Description
Parameter that integrates a piecewise function.
This parameter calculates the integral of a piecewise function. The piecewise function is given as two arrays (x and y) and is assumed to start from (0, 0). The values of x should be monotonically increasing and greater than zero. API Reference
Attributes
Name
Description
Required
parameter
The parameter the defines the right hand bounds of the integration
Yes
x
iterable of doubles
Yes
y
iterable of doubles
Yes
Example
coming soon...
Last updated