Calculates predictions based on new expert advice. This does not update weights. If new observations are available use update instead. The latter updates and weights and computes predictions.
# S3 method for online
predict(object, new_experts, update_model = TRUE, ...)
predict.online
produces an updated model object.
Object of class inheriting from 'online'
new expert predictions
Defines whether the model object should be updated or not. If TRUE, new forecaster and expert predictions are appended onto the respective object items. Defaults to TRUE.
further arguments are ignored