public abstract class Integral extends Object
Modifier and Type | Field and Description |
---|---|
protected FiltrationFunction |
f
the integrand
|
Constructor and Description |
---|
Integral(FiltrationFunction f)
Construct an integral from an integrand.
|
Modifier and Type | Method and Description |
---|---|
abstract double[] |
du()
Get an array of the measure values.
|
abstract double[] |
ft()
Get an array of the function values.
|
double |
value(Filtration Ft)
Integrate the function with respect to a given filtration.
|
protected final FiltrationFunction f
public Integral(FiltrationFunction f)
f
- an integrandpublic abstract double[] ft()
public abstract double[] du()
public double value(Filtration Ft)
Ft
- a filtrationCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.