Uses of Class
org.drip.specialfunction.definition.RelaxationTimeDistributionEstimator
Package | Description |
---|---|
org.drip.specialfunction.definition |
Definition of Special Function Estimators
|
org.drip.specialfunction.scaledexponential |
Scaled Exponential Function Implementation Distribution
|
-
Uses of RelaxationTimeDistributionEstimator in org.drip.specialfunction.definition
Methods in org.drip.specialfunction.definition with parameters of type RelaxationTimeDistributionEstimator Modifier and Type Method Description double
ScaledExponentialEstimator. evaluateUsingDensity(double t, RelaxationTimeDistributionEstimator relaxationTimeDistributionEstimator)
Evaluate using the Relaxation Time Densitydouble
ScaledExponentialEstimator. higherMomentUsingDensity(int momentOrder, RelaxationTimeDistributionEstimator relaxationTimeDistributionEstimator, R1ToR1 gammaEstimator)
Compute the Higher Moment using the Relaxation Time Density -
Uses of RelaxationTimeDistributionEstimator in org.drip.specialfunction.scaledexponential
Subclasses of RelaxationTimeDistributionEstimator in org.drip.specialfunction.scaledexponential Modifier and Type Class Description class
RelaxationTimeDistributionSeriesEstimator
RelaxationTimeDistributionSeriesEstimator exposes the Series-based Estimator for the Relaxation Time Distribution Function.