public interface R1R1ToR1
Modifier and Type | Method and Description |
---|---|
double |
derivativeExpectation(double dblVariate,
int iOrder)
Evaluate the Derivative Expectation at the given variate
|
double |
derivativeRealization(double dblVariate,
int iOrder)
Evaluate the Derivative for a Single Realization for the given variate
|
double |
evaluateExpectation(double dblVariate)
Evaluate the Expectation for the given variate
|
double |
evaluateRealization(double dblVariate)
Evaluate a Single Realization for the given variate
|
double |
integralExpectation(double dblStart,
double dblEnd)
Evaluate the Expected Path-wise Integral between the Vriates
|
double |
integralRealization(double dblStart,
double dblEnd)
Evaluate a Path-wise Integral between the Vriates
|
double evaluateRealization(double dblVariate) throws java.lang.Exception
dblVariate
- Variatejava.lang.Exception
- Thrown if evaluation cannot be donedouble evaluateExpectation(double dblVariate) throws java.lang.Exception
dblVariate
- Variatejava.lang.Exception
- Thrown if evaluation cannot be donedouble derivativeRealization(double dblVariate, int iOrder) throws java.lang.Exception
dblVariate
- Variate at which the derivative is to be calculatediOrder
- Order of the derivative to be computedjava.lang.Exception
- Thrown if evaluation cannot be donedouble derivativeExpectation(double dblVariate, int iOrder) throws java.lang.Exception
dblVariate
- Variate at which the derivative is to be calculatediOrder
- Order of the derivative to be computedjava.lang.Exception
- Thrown if evaluation cannot be donedouble integralRealization(double dblStart, double dblEnd) throws java.lang.Exception
dblStart
- Variate StartdblEnd
- Variate Endjava.lang.Exception
- Thrown if evaluation cannot be donedouble integralExpectation(double dblStart, double dblEnd) throws java.lang.Exception
dblStart
- Variate StartdblEnd
- Variate Endjava.lang.Exception
- Thrown if evaluation cannot be done