public class RandomVariableDifferentiableAADFactory extends AbstractRandomVariableDifferentiableFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
RandomVariableDifferentiableAADFactory.DiracDeltaApproximationMethod |
| Constructor and Description |
|---|
RandomVariableDifferentiableAADFactory() |
RandomVariableDifferentiableAADFactory(AbstractRandomVariableFactory randomVariableFactoryForNonDifferentiable) |
RandomVariableDifferentiableAADFactory(AbstractRandomVariableFactory randomVariableFactoryForNonDifferentiable,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
RandomVariableDifferentiable |
createRandomVariable(double time,
double value) |
RandomVariableDifferentiable |
createRandomVariable(double time,
double[] values) |
double |
getBarrierDiracWidth()
Deprecated.
|
double |
getDiracDeltaApproximationDensityRegressionWidthPerStdDev() |
RandomVariableDifferentiableAADFactory.DiracDeltaApproximationMethod |
getDiracDeltaApproximationMethod() |
double |
getDiracDeltaApproximationWidthPerStdDev() |
boolean |
isGradientRetainsLeafNodesOnly() |
String |
toString() |
createRandomVariable, createRandomVariableNonDifferentiable, createRandomVariableNonDifferentiablecreateRandomVariableArray, createRandomVariableMatrixpublic RandomVariableDifferentiableAADFactory(AbstractRandomVariableFactory randomVariableFactoryForNonDifferentiable, Map<String,Object> properties)
public RandomVariableDifferentiableAADFactory(AbstractRandomVariableFactory randomVariableFactoryForNonDifferentiable)
randomVariableFactoryForNonDifferentiable - Random variable factory for the underlying values.public RandomVariableDifferentiableAADFactory()
public RandomVariableDifferentiable createRandomVariable(double time, double value)
createRandomVariable in class AbstractRandomVariableDifferentiableFactorypublic RandomVariableDifferentiable createRandomVariable(double time, double[] values)
createRandomVariable in class AbstractRandomVariableDifferentiableFactorypublic RandomVariableDifferentiableAADFactory.DiracDeltaApproximationMethod getDiracDeltaApproximationMethod()
public double getDiracDeltaApproximationWidthPerStdDev()
public double getDiracDeltaApproximationDensityRegressionWidthPerStdDev()
@Deprecated public double getBarrierDiracWidth()
public boolean isGradientRetainsLeafNodesOnly()
public String toString()
toString in class AbstractRandomVariableDifferentiableFactoryCopyright © 2019. All rights reserved.