Uses of Class
dev.nm.stat.stochasticprocess.univariate.integration.Integral
-
Packages that use Integral Package Description dev.nm.stat.stochasticprocess.univariate.integration -
-
Uses of Integral in dev.nm.stat.stochasticprocess.univariate.integration
Subclasses of Integral in dev.nm.stat.stochasticprocess.univariate.integration Modifier and Type Class Description class
IntegralDB
This class evaluates the following class of integrals.class
IntegralDt
This class evaluates the following class of integrals.Constructors in dev.nm.stat.stochasticprocess.univariate.integration with parameters of type Integral Constructor Description IntegralExpectation(Integral I, double t0, double t1, int n, int nSim)
Compute the expectation for the integral of a stochastic process.IntegralExpectation(Integral I, double t0, double t1, int n, int nSim, long seed)
Compute the expectation for the integral of a stochastic process.
-