Answer Posted / Ramayan Prasad Mishra
A random walk is a stochastic process, and its implementation in R can be used to model certain types of financial markets. In R, you can create a simple random walk using the `arima()` function with zero parameters for autoregression (p=0), differencing (d=1) and no seasonality (s=0).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers