Skip to contents

Considering a new dataset (across the same patches), computes forecasts based on the DRM passed as drm.

Usage

lambda_drm(drm, cores = 1)

Arguments

drm

A list object containing the output from the fit_drm function.

cores

number of threads used for the forecast. If four chains were used in the drm, then four (or less) threads are recommended.

Value

an object of class "CmdStanGQ" containing samples for the posterior predictive distribution for forecasting.

Author

lcgodoy