Wrapper to check the stationarity of a Time Series

check_stationarity(
  data,
  title = "Time Series Plot",
  xlab = "Time",
  ylab = "Time Series Realization"
)

Arguments

data

time series realization

title

Title of the time series plot (output of function)

xlab

x-label of the time series plot (output of the function)

ylab

y-label of the time series plot (output of the function)