View source: R/sequentialGfaPrediction.R
sequentialGfaPrediction | 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'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.