Description Usage Arguments Value See Also
Predictions from drift/diffusion estimates
1 2 3 |
object |
An sgp_sde object representing an estimate of a drift/diffusion term. |
newX |
A matrix representing the new input values with which to predict |
lognormal |
Logical value indicating if the sgp_sde represents a gaussian process or a lognormal process. If the sgp_sde is a drift estimate it should be set to FALSE, whereas if it is a diffusion estimate it should be set to TRUE. |
quantiles |
Vector with the quantiles that the function should return to build the confidence intervals. |
... |
Additional parameters (currently unused). |
A sde_prediction with the mean and confidence intervals of the prediction. Use the plot function to plot the estimates.
See sde_vi
for an example.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.