Skip to contents

This file contains all key components used in the seqarima pipeline, including differencing, autoregressive (AR) fitting, and moving average (MA) smoothing functions.

Usage

get_MissingValues(ts, ref)

Arguments

ts

A time series (`ts`) object that may have NA values.

ref

A reference `ts` object used for comparison.

Value

A list with:

all

All time stamps with NA in `ts` compared to `ref`

head

NA timestamps at the start of the series

tail

NA timestamps at the end of the series

Details

Identify missing values in a time series relative to a reference