com.r3corda.core.math

Package com.r3corda.core.math

Types

CubicSplineInterpolator class CubicSplineInterpolator : Interpolator

Interpolates values between the given data points using a SplineFunction.

Interpolator interface Interpolator
InterpolatorFactory interface InterpolatorFactory
LinearInterpolator class LinearInterpolator : Interpolator

Interpolates values between the given data points using straight lines.

Polynomial class Polynomial

Represents a polynomial function of arbitrary degree.

SplineFunction class SplineFunction

A spline is function piecewise-defined by polynomial functions. Points at which polynomial pieces connect are known as knots.