public class RMCurveFit
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RMCurveFit.InverseFunc
A function whose value is the inverse of another function
ie.
|
static class |
RMCurveFit.NevilleFunc
A function whose value is determined by interpolating through a set
of sample points using Neville's Method.
|
static class |
RMCurveFit.Piece |
static class |
RMCurveFit.ScaledFunc
A function scaled such that f(1) == 1
|
Constructor and Description |
---|
RMCurveFit() |
Modifier and Type | Method and Description |
---|---|
static double[] |
cheby(int n) |
static void |
main(java.lang.String[] args) |
static java.util.List |
nevilleFit(com.reportmill.base.RMMath.RMFunc func,
double start,
double end,
java.util.List pieceList)
NevilleFit -
This routine tries to fit an interpolating polygon to an arbitrary function.
|
public static double[] cheby(int n)
public static java.util.List nevilleFit(com.reportmill.base.RMMath.RMFunc func, double start, double end, java.util.List pieceList)
public static void main(java.lang.String[] args)