|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ojalgo.random.process.WienerProcess
public class WienerProcess
| Constructor Summary | |
|---|---|
WienerProcess()
|
|
| Method Summary | |
|---|---|
double |
step()
Default step count is 1.0. |
double |
step(double aStepCount)
If the implementing class maintains state, the current value should be updated when calling this method. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WienerProcess()
| Method Detail |
|---|
public double step()
RandomProcess
step in interface RandomProcesspublic double step(double aStepCount)
RandomProcess
step in interface RandomProcess
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||