dppapproxpcf | R Documentation |
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)
model |
Object of class |
trunc |
Numeric value specifying how the model truncation is
performed.
See Details section of |
W |
Optional window – undocumented at the moment. |
This function is usually NOT needed for anything. It only exists for investigative purposes.
A function in the R language, with one numeric argument x
,
that returns the value of the approximate pair correlation
at distances x
.
.
f <- dppapproxpcf(dppMatern(lambda = 100, alpha=.028, nu=1, d=2)) plot(f, xlim = c(0,0.1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.