finMath.net

Tutorial 003: Simple Test of the Brownian Motion

Task

Remarks

Since your function takes a BrownianMotionInterface it can be used with any object implementing this interface. Object of the class net.finmath.monteCarlo.BrownianMotion are just one possible implementation to be tested.

Solution / Example

See net.finmath.experiments.monteCarlo.BrownianMotionTests.java.