Class IntegralDt
- java.lang.Object
-
- dev.nm.stat.stochasticprocess.univariate.integration.Integral
-
- dev.nm.stat.stochasticprocess.univariate.integration.IntegralDt
-
public class IntegralDt extends Integral
This class evaluates the following class of integrals. \[ \int f(t)dt \]
-
-
Constructor Summary
Constructors Constructor Description IntegralDt(FiltrationFunction f)
Construct an integral for f with respect to dt.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]
du()
Get an array of the measure values.double[]
ft()
Get an array of the function values.
-
-
-
Constructor Detail
-
IntegralDt
public IntegralDt(FiltrationFunction f)
Construct an integral for f with respect to dt.- Parameters:
f
- an integrand
-
-
Method Detail
-
ft
public double[] ft()
Description copied from class:Integral
Get an array of the function values.
-
-