powered by
Returns an approximation to the theoretical pair correlation function of a determinantal point process model, as a function of one argument \(x\).
dppapproxpcf(model, trunc = 0.99, W = NULL)
Object of class "detpointprocfamily".
"detpointprocfamily"
Numeric specifying how the model truncation is performed. See Details section of simulate.detpointprocfamily.
simulate.detpointprocfamily
Optional window -- undocumented at the moment.
This function is usually NOT needed for anything. It only exists for investigative purposes.
# NOT RUN { f <- dppapproxpcf(dppMatern(lambda = 100, alpha=.028, nu=1, d=2)) plot(f, xlim = c(0,0.1)) # }
Run the code above in your browser using DataLab