predict_final_popularity: Predict the final popularity (event count) of give histories...

View source: R/model.R

predict_final_popularityR Documentation

Predict the final popularity (event count) of give histories and its model parameters.

Description

Predict the final popularity (event count) of give histories and its model parameters.

Usage

predict_final_popularity(model, data = NULL, observation_time = NULL)

Arguments

model

A model object provides data, model_type, observation_time and model parameters

data

A given cascade whose final popularity will be predicted

observation_time

The observation time of the given cascade

Value

a vector of predicted final popularities whose length is the same as the number of cascades in the provided model object


behavioral-ds/evently documentation built on Feb. 3, 2023, 9:42 a.m.