Time series

Time series handling

Time series 時系列? Pair of Time & Values 時刻と値のペア Fixed interval vs. Varied interval 固定間隔 対 不定間隔 Make a time series data. 時系列データ # time n.t <- 100 my.time <- 1:n.t # There are three variables x,y phi <- 0.1 x <- cos(…