Uses of Interface
net.finmath.montecarlo.automaticdifferentiation.RandomVariableDifferentiable
-
Packages that use RandomVariableDifferentiable Package Description net.finmath.montecarlo.automaticdifferentiation Provides classes adding automatic differentiation capabilities to objects relying on RandomVariable objects.net.finmath.montecarlo.automaticdifferentiation.backward Provides the implementation of backward automatic differentiation.net.finmath.montecarlo.automaticdifferentiation.forward Provides the implementation of forward automatic differentiation. -
-
Uses of RandomVariableDifferentiable in net.finmath.montecarlo.automaticdifferentiation
Methods in net.finmath.montecarlo.automaticdifferentiation that return RandomVariableDifferentiable Modifier and Type Method Description RandomVariableDifferentiableAbstractRandomVariableDifferentiableFactory. createRandomVariable(double value)abstract RandomVariableDifferentiableAbstractRandomVariableDifferentiableFactory. createRandomVariable(double time, double value)abstract RandomVariableDifferentiableAbstractRandomVariableDifferentiableFactory. createRandomVariable(double time, double[] values)RandomVariableDifferentiableRandomVariableDifferentiableFactory. createRandomVariable(double value)Create a (deterministic) random variable from a constant.RandomVariableDifferentiableRandomVariableDifferentiableFactory. createRandomVariable(double time, double value)Create a (deterministic) random variable form a constant using a specific filtration time.RandomVariableDifferentiableRandomVariableDifferentiableFactory. createRandomVariable(double time, double[] values)Create a random variable form an array using a specific filtration time.default RandomVariableDifferentiableRandomVariableDifferentiable. getCloneIndependent()Returns a clone of this differentiable random variable with a new ID. -
Uses of RandomVariableDifferentiable in net.finmath.montecarlo.automaticdifferentiation.backward
Classes in net.finmath.montecarlo.automaticdifferentiation.backward that implement RandomVariableDifferentiable Modifier and Type Class Description classRandomVariableDifferentiableAADImplementation ofRandomVariableDifferentiableusing the backward algorithmic differentiation (adjoint algorithmic differentiation, AAD).Methods in net.finmath.montecarlo.automaticdifferentiation.backward that return RandomVariableDifferentiable Modifier and Type Method Description RandomVariableDifferentiableRandomVariableDifferentiableAADFactory. createRandomVariable(double time, double value)RandomVariableDifferentiableRandomVariableDifferentiableAADFactory. createRandomVariable(double time, double[] values)RandomVariableDifferentiableRandomVariableDifferentiableAAD. getCloneIndependent() -
Uses of RandomVariableDifferentiable in net.finmath.montecarlo.automaticdifferentiation.forward
Classes in net.finmath.montecarlo.automaticdifferentiation.forward that implement RandomVariableDifferentiable Modifier and Type Class Description classRandomVariableDifferentiableADImplementation ofRandomVariableDifferentiableusing the forward algorithmic differentiation (AD).Methods in net.finmath.montecarlo.automaticdifferentiation.forward that return RandomVariableDifferentiable Modifier and Type Method Description RandomVariableDifferentiableRandomVariableDifferentiableADFactory. createRandomVariable(double time, double value)RandomVariableDifferentiableRandomVariableDifferentiableADFactory. createRandomVariable(double time, double[] values)
-