|
SOLUTIONS
|
Mathematica
>
Data Manipulation
>
Statistical Data Analysis
>
Probability & Statistics
>
Random Processes
>
Parametric Random Processes
>
RandomWalkProcess
BUILT-IN MATHEMATICA SYMBOL
RandomWalkProcess
RandomWalkProcess[p]
represents a random walk on a line with the probability of a positive unit step p and the probability of a negative unit step 1-p.
RandomWalkProcess[p, q]
represents a random walk with the probability of a positive unit step p, the probability of a negative unit step q, and the probability of a zero step
.
DetailsDetails
- RandomWalkProcess is also known as a lattice random walk.
- RandomWalkProcess is a discrete-time and discrete-state random process.
- RandomWalkProcess[p] value at time t follows TransformedDistribution[2 x-t, x
BinomialDistribution[t, p]]. - RandomWalkProcess allows p and q to be real numbers between 0 and 1 such that
. - RandomWalkProcess can be used with such functions as Mean, PDF, Probability, and RandomFunction.
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


