|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.stats.stochasticprocess.univariate.integration.Integrator
public abstract class Integrator
The class represents an integral for a function, in the Lebesgue sense.
| Field Summary | |
|---|---|
FiltrationFunction |
f
the integrand |
| Constructor Summary | |
|---|---|
Integrator(FiltrationFunction f)
Construct an integral from an integrand. |
|
| Method Summary | |
|---|---|
abstract double[] |
du()
Get an array of the measure values. |
abstract double[] |
ft()
Get an array of function values. |
double |
integral(Filtration FT)
Integrate the function for a given filtration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final FiltrationFunction f
| Constructor Detail |
|---|
public Integrator(FiltrationFunction f)
f - an integrand| Method Detail |
|---|
public abstract double[] ft()
public abstract double[] du()
public double integral(Filtration FT)
FT - a filtration
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||