gp.condsim | R Documentation |
This function simulate from the Gaussian process model conditional on existing data (i.e., locations, observations). This is known as conditional simulation in geostatistics, which simulates realizations from the (posterior) predictive distribution of the process given the data.
gp.condsim(obj, XX, nsample = 1, seed = NULL)
obj |
an |
XX |
a matrix of new locations where conditional simulation is performed. |
nsample |
number of conditional simulations default at 1 |
seed |
random generation seed default to be |
an array (vector or matrix) of conditional simulations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.