Package nz.org.riskscape.defaults.interp
package nz.org.riskscape.defaults.interp
-
ClassesClassDescriptionRiskscapeFunction for computing a y value from the result of the
CreateContinuousFunction
function.Marked final to (possibly) help the JVM to optimize this code.Builds a continuous function from a lambda expression and a series of x values to allow a complex function to be estimated and then stacked on top of other functions to avoid the overhead in calling it gajjilions of times.Contains the state for aStackableContinuousFunctionType
.Used for 'stacking' continuous functions on top of each other so that an accumulated numeric consequence can be computed in one call.