generate_proxy_trend_forecasts: Generate Proxy Trend Forecasts

View source: R/methods_predict.R

generate_proxy_trend_forecastsR Documentation

Generate Proxy Trend Forecasts

Description

Generating proxy trend forecasts from objects of the class "visitation_model".

Usage

generate_proxy_trend_forecasts(
  object,
  n_ahead,
  starttime,
  endtime,
  proxy_trend_correction,
  ts_frequency
)

Arguments

object

A visitation model object.

n_ahead

The number of desired forecasts.

starttime

The start time of the desired forecasts.

endtime

The end time of the desired forecasts.

proxy_trend_correction

The lag correction needed on the proxy trend.

ts_frequency

Frequency of the time series to forecast.

Value

A time series object storing forecasts for the proxy trend.


VisitorCounts documentation built on April 4, 2025, 2:22 a.m.