|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.ojalgo.random.process.GeometricBrownian1D
public class GeometricBrownian1D
| Constructor Summary | |
|---|---|
GeometricBrownian1D(Access2D<?> aCorrelationsMatrix,
List<? extends GeometricBrownianMotion> someProcs)
|
|
GeometricBrownian1D(List<? extends GeometricBrownianMotion> someProcs)
|
|
| Method Summary | |
|---|---|
double |
getValue(int index)
|
SimpleArray.Primitive |
getValues()
|
void |
setValue(int index,
double newValue)
|
void |
setValues(Access1D<?> aValue)
|
int |
size()
|
Array1D<Double> |
step(double aStepSize)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeometricBrownian1D(Access2D<?> aCorrelationsMatrix,
List<? extends GeometricBrownianMotion> someProcs)
public GeometricBrownian1D(List<? extends GeometricBrownianMotion> someProcs)
| Method Detail |
|---|
public double getValue(int index)
public SimpleArray.Primitive getValues()
public void setValue(int index,
double newValue)
public void setValues(Access1D<?> aValue)
public int size()
public Array1D<Double> step(double aStepSize)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||