Class BrownianMotionView

java.lang.Object
net.finmath.montecarlo.BrownianMotionView
All Implemented Interfaces:
BrownianMotion, IndependentIncrements

public class BrownianMotionView
extends Object
implements BrownianMotion
A Brownian motion which is defined by some factors of a given Brownian motion, i.e., for a given multi-factorial Brownian motion W, this Brownian motion is given by ( W(i[0]), W(i[1]) W(i[2]), ..., W(i[n-1]) ) where i is a given array of integers. You may use this class to change the number of factors and/or the order of a given Brownian motion. You may use this, to create a link between two models, where each model requires an individual object of type BrownianMotion.
Version:
1.0
Author:
Christian Fries