Description Usage Arguments Examples
Transform the state matrix into a data frame
| 1 | 
| state | can be both a vector (one sample) or an ensemble qxk | 
| 1 2 3 4 | gp_data <- gp_simulate(q=100)
xb <- gp_ens0(20, gp_data)
(xb_df <- gp_as_df(xb))
(xtrue_df <- gp_as_df(gp_data$x))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.