Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is a white noise model and how can you simulate it using r?



What is a white noise model and how can you simulate it using r?..

Answer / Shashank Shukla

A white noise model represents random fluctuations without any discernible pattern. In the context of time series analysis, it is often used as an error term in various models. To simulate white noise data in R, you can use the `arima.sim()` function with no specific parameters:nn```Rn set.seed(123)n white_noise <- arima.sim(n = 100, sd = 1)n```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

What is meant by ANOVA models in R?

1 Answers  


What is the difference between a bar-chart and a histogram? Where would you use a bar-chart and where would you use a histogram?

1 Answers  


What is the byte in R?

1 Answers  


What are the different components of grammar of graphics?

1 Answers  


How would you create a new r6 class?

1 Answers  


Mention how you can produce co-relations and covariances?

1 Answers  


Explain how to name the list elements in r?

1 Answers  


Explain bor function?

1 Answers  


Explain the significance of transpose in r language

1 Answers  


What is with () and by () function in r is used for?

1 Answers  


How would you fit a linear model over a scatter-plot?

1 Answers  


What is the random walk model in r?

1 Answers  


Categories