sequentialGfaPrediction {GFA} | R Documentation |
sequentialGfaPrediction
returns predictions for unobserved data
sources of a new set of data samples.
sequentialGfaPrediction(Y, model)
Y |
The new data samples, in a similar format as in function
|
model |
The sampled model from function |
A list containing the predictions, with the observed data sources empty. Additionally, sampling MSE is given as element 'mse', and likelihood as 'cost'.