Description Usage Arguments Value
A function for estimating a SUR criterion with a realisation of a PPP
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | estimateSUR(
  PPP,
  xi_PPP_X,
  integrated = TRUE,
  N_ppp,
  method = "discrete",
  SUR_pop,
  r = N.batch,
  optimcontrol = list(pop.size = 50 * d, max.generations = 10 * d),
  approx.pnorm,
  J = 0,
  N.batch = foreach::getDoParWorkers(),
  verbose = 0,
  ...
)
 | 
| PPP | the Poisson point process generated to get alpha. | 
| xi_PPP_X | the output of xi(cbind(PPP$X, PPP$final_X)). | 
| integrated | boolean to specify of SUR criterion is standard or integrated. | 
| N_ppp | the number of Poisson processes used for the SUR criterion estimation. | 
| method | eiter "genoud" for an optimisation using the package  | 
| SUR_pop | if  | 
| r | number of points to be added to the DoE. | 
| optimcontrol | a list of control parameters for the optimisation
of the SUR criterion using the  | 
| approx.pnorm | (optional) an approximation of base pnorm function running faster. | 
| J | the center of an interval of size 8 for pnorm approximation. | 
| N.batch | Number of batchs for parallel computation. | 
| verbose | to control the print level of the algorithm | 
| ... | further arguments to be passed to fSUR. | 
a list containing the points minimising the criterion
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.