Modifier and Type | Method and Description |
---|---|
UnivariateRealFunction |
LeastSquares.fit(OrderedPairs f) |
UnivariateRealFunction |
CurveFitting.fit(OrderedPairs f)
Fit a real valued function from a discrete set of data points.
|
Modifier and Type | Method and Description |
---|---|
void |
LinearInterpolator.addData(OrderedPairs f) |
void |
NevilleTable.addData(OrderedPairs f) |
void |
OnlineInterpolator.addData(OrderedPairs f)
Add more points for interpolation.
|
Constructor and Description |
---|
LinearInterpolator(OrderedPairs f)
Construct a univariate function by linearly interpolating between adjacent points.
|
NevilleTable(int n,
OrderedPairs f)
Construct a Neville table of size n, initialized with data {(x, y)}.
|
NevilleTable(OrderedPairs f)
Construct a Neville table of size n, initialized with data {(x, y)}.
|
Modifier and Type | Method and Description |
---|---|
UnivariateRealFunction |
CubicSpline.fit(OrderedPairs pairs) |
UnivariateRealFunction |
NewtonPolynomial.fit(OrderedPairs f) |
UnivariateRealFunction |
LinearInterpolation.fit(OrderedPairs f) |
UnivariateRealFunction |
Interpolation.fit(OrderedPairs f)
Fit a real valued function from a discrete set of data points.
|
UnivariateRealFunction |
CubicHermite.fit(OrderedPairs op) |
Constructor and Description |
---|
DividedDifferences(OrderedPairs pairs)
Construct divided differences from a given collection of ordered pairs.
|
Modifier and Type | Class and Description |
---|---|
class |
StepFunction
A step function (or staircase function) is a finite linear combination of indicator functions of
intervals.
|
Modifier and Type | Method and Description |
---|---|
void |
StepFunction.add(OrderedPairs f)
Dynamically add points to the step function.
|
Constructor and Description |
---|
StepFunction(OrderedPairs f)
Construct a step function from a collection ordered pairs.
|
StepFunction(OrderedPairs f,
double epsilon)
Construct a step function from a collection ordered pairs.
|
Modifier and Type | Class and Description |
---|---|
class |
PartialFunction
A partial function from X to Y is a function f: X' → Y, where X'
is a subset of X.
|
class |
SortedOrderedPairs
The ordered pairs are first sorted by abscissa, then by ordinate.
|
Constructor and Description |
---|
SortedOrderedPairs(OrderedPairs pairs) |
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.