Uses of Enum
net.finmath.montecarlo.process.EulerSchemeFromProcessModel.Scheme
Packages that use EulerSchemeFromProcessModel.Scheme
Package
Description
Interfaced for stochastic processes and numerical schemes for stochastic processes (SDEs), like the Euler scheme.
-
Uses of EulerSchemeFromProcessModel.Scheme in net.finmath.montecarlo.process
Methods in net.finmath.montecarlo.process that return EulerSchemeFromProcessModel.SchemeModifier and TypeMethodDescriptionEulerSchemeFromProcessModel.getScheme()
Returns the enum constant of this type with the specified name.static EulerSchemeFromProcessModel.Scheme[]
EulerSchemeFromProcessModel.Scheme.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.finmath.montecarlo.process with parameters of type EulerSchemeFromProcessModel.SchemeModifierConstructorDescriptionEulerSchemeFromProcessModel(ProcessModel model, IndependentIncrements stochasticDriver, EulerSchemeFromProcessModel.Scheme scheme)
Create an Euler discretization scheme.