Combine predictions into an ensemble using the circular mean
Source:R/zeitzeiger_predict.R
zeitzeigerEnsembleMean.Rd
Make predictions by calculating the circular mean of the predictions across members of the ensemble.
Arguments
- timePredInput
Matrix of predicted times in which rows correspond to observations and columns correspond to members of the ensemble.
- timeMax
Maximum value of the periodic variable, i.e., the value that is equivalent to zero.
- naRm
Logical indicating whether
NA
values should be removed from the calculation.