Skip to contents

This function extrapolates partially observed data using historic and arima processes.

Usage

func_extrapolation(data, alpha = 0)

Arguments

data

A matrix where each row is an observation of a time series. Row names should be a unique datetime.

alpha

A weighting function to weight between historic and arima forecasts

Value

A boolean vector.