Package nz.org.riskscape.defaults.curves
package nz.org.riskscape.defaults.curves
-
ClassDescriptionIndicates that the input data is invalid for a given
CurveFitter
.CurveFitter<T>Interface for some code that can fit a function to a set of 2d data pointsFitCurve<T>The results of a curve fitting operation, akaCurveFitter.fit(Object parameters, ObservedPoints points)
Can be used to yield a function and get various metadata about the fit itself.Aggregate function for fitting a collected set of x/y values to a curve.Fits a linear 'curve' to the data.Fits a power law curve to the data using the method outlined in https://scipy-cookbook.readthedocs.io/items/FittingData.html#Fitting-a-power-law-to-data-with-errorsFunction for estimating the area under a curve using the https://en.wikipedia.org/wiki/Trapezoidal_rule.