What is the random walk model in r?
Answer / 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 |
Explain tcp/ip applications, services and protocols?
What is a loop in r?
What are the different components of grammar of graphics?
Which data object in r is used to store and process categorical data?
What are r packages?
Compare R with other technologies.
What is the reshaping of data in R?
What are tools for debugging in r?
What is the function used for adding datasets in R?
Explain how to save graphs in R?
What is functional programming and memory issues in on the performance basis?
What is the use of sink(), Library () and search() function?