net.finmath.montecarlo
Class AbstractRandomVariableFactory
java.lang.Object
net.finmath.montecarlo.AbstractRandomVariableFactory
- Direct Known Subclasses:
- RandomVariableFactory
public abstract class AbstractRandomVariableFactory
- extends Object
- Author:
- Christian Fries
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractRandomVariableFactory
public AbstractRandomVariableFactory()
createRandomVariable
public RandomVariableInterface createRandomVariable(double value)
createRandomVariable
public abstract RandomVariableInterface createRandomVariable(double time,
double value)
createRandomVariable
public abstract RandomVariableInterface createRandomVariable(double time,
double[] values)
Copyright © 2014. All rights reserved.