Uses of Class
net.finmath.montecarlo.AbstractRandomVariableFactory
Packages that use AbstractRandomVariableFactory
Package
Description
Provides basic interfaces and classes used in Monte-Carlo models (like LIBOR market model or Monte-Carlo simulation
of a Black-Scholes model), e.g., the Monte-Carlo random variable and the Brownian motion.
Provides classes adding automatic differentiation capabilities to objects relying on RandomVariable objects.
Provides the implementation of backward automatic differentiation.
Provides the implementation of forward automatic differentiation.
-
Uses of AbstractRandomVariableFactory in net.finmath.montecarlo
Subclasses of AbstractRandomVariableFactory in net.finmath.montecarloModifier and TypeClassDescriptionclass
class
A factory (helper class) to create random variables.class
-
Uses of AbstractRandomVariableFactory in net.finmath.montecarlo.automaticdifferentiation
Modifier and TypeClassDescriptionclass
A random variable factory extendingAbstractRandomVariableFactory
providing random variables implementingRandomVariableDifferentiable
. -
Uses of AbstractRandomVariableFactory in net.finmath.montecarlo.automaticdifferentiation.backward
-
Uses of AbstractRandomVariableFactory in net.finmath.montecarlo.automaticdifferentiation.forward