I have a dataset with many rows and columns. Below is a sample:
V7 V8 V90 1 0-1 1 -1-1 1 -1-1 0 -1-1 0 -1-1 0
-1-1 0 -1-1 1 -10 1 -10 1 -1-1 0 00 0 00 0 00
0 00 0 00 -1 00 -1 -10 0 00 1 00 0 0
This data is saved in a matrix trb
, seek local expertise to
> help -- remote sites offering suggestions from those who aren't
> familiar with the details of your data and analysis goals (maybe you
> don't need to do this at all!) may lead you to irreproducible
> nonsense.
>
> Cheers,
> Bert
> Bert G
Hi,
I want to implement a bootstrap method for time series.
I am taking the adj close values from yahoo for NFLX and now I need to
bootstrap these values using ARIMA model.
here is my code so far:
rm(list = ls())
library(boot)
library(tseries)
library(TTR)
library(quantmod)
library(scales)
librar
Hello
I need to plot an ar1 graph for process yk=0.75y (k-1) + ek, for y0=1 and
another graph for y0=10.
assume ek is uniformly distributed on interval [-0.5,0.5].
i have the following code but i am not sure how to control y0.
#--#Start#-#
rm(list=ls())
library(tseries)
#library
4 matches
Mail list logo