public class IntegralDB extends Integrator
/
| f(t) dB(t)
/
f| Constructor and Description |
|---|
IntegralDB(FiltrationFunction f)
Construct an integral for f with respect to dB.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
du()
Get an array of the measure values.
|
double[] |
ft()
Get an array of function values.
|
integralpublic IntegralDB(FiltrationFunction f)
f - an integrandpublic double[] ft()
Integratorft in class Integratorpublic double[] du()
Integratordu in class Integrator