|
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
com.numericalmethod.suanshu.stats.stochasticprocess.univariate.integration.IntegralDB
public class IntegralDB
This class implements the following class of integrals.
/
| f(t) dB(t)
/
| Field Summary |
|---|
| Fields inherited from class com.numericalmethod.suanshu.stats.stochasticprocess.univariate.integration.Integrator |
|---|
f |
| Constructor Summary | |
|---|---|
IntegralDB(FiltrationFunction f)
Construct an integral for f with respect to dB. |
|
| Method Summary | |
|---|---|
double[] |
du()
Get an array of the measure values. |
double[] |
ft()
Get an array of function values. |
| Methods inherited from class com.numericalmethod.suanshu.stats.stochasticprocess.univariate.integration.Integrator |
|---|
integral |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntegralDB(FiltrationFunction f)
f - an integrand| Method Detail |
|---|
public double[] ft()
Integrator
ft in class Integratorpublic double[] du()
Integrator
du in class Integrator
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||