pandemicPredicted-objects: pandemicPredicted objects: Predictions made from a fitted...

pandemicPredicted-objectsR Documentation

pandemicPredicted objects: Predictions made from a fitted PandemicLP model

Description

The PandemicLP prediction function returns an object of S3 class pandemicPredicted, which is a list containing the components described below.

Elements for pandemicPredicted objects

predictive_Long

The full sample of the predictive distribution for the long-term prediction. The prediction is for daily new cases.

predictive_Short

The full sample of the predictive distribution for the short-term prediction. The prediction is for daily cumulative cases.

data

The data passed on from the pandemicEstimated-objects under the element Y$data.

location

A string with the name of the location.

cases_type

A string with either "confirmed" or "deaths" to represent the type of data that has been fitted and predicted.

pastMu

The fitted means of the data for the observed data points.

futMu

The predicted means of the data for the predicted data points.


PandemicLP documentation built on March 18, 2022, 6:22 p.m.