public abstract class FiltrationFunction extends AbstractUnivariateRealFunction
Function.EvaluationException
Constructor and Description |
---|
FiltrationFunction() |
Modifier and Type | Method and Description |
---|---|
double |
evaluate(double i)
Evaluate y = f(x).
|
abstract double |
evaluate(int i)
Compute the function value at the i-th time point, \(f(\mathfrak{F_{t_i}})\).
|
double[] |
Ft()
Compute all function values at all time points.
|
Filtration |
getFt()
Get the filtration.
|
void |
setFt(Filtration Ft)
Set the filtration for this function.
|
evaluate
dimensionOfDomain, dimensionOfRange
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dimensionOfDomain, dimensionOfRange
public abstract double evaluate(int i)
i
- the index to timepublic void setFt(Filtration Ft)
integrate
before doing the integration.Ft
- a filtrationpublic Filtration getFt()
public double[] Ft()
public double evaluate(double i)
UnivariateRealFunction
i
- xCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.