| dppGauss | R Documentation |
Function generating an instance of the Gaussian determinantal point process model.
dppGauss(...)
... |
arguments of the form |
The Gaussian DPP is defined in (Lavancier, \Moller and Rubak, 2015) The possible parameters are:
the intensity lambda as a positive numeric
the scale parameter alpha as a positive numeric
the dimension d as a positive integer
An object of class "detpointprocfamily".
and \ege
Lavancier, F. \Moller, J. and Rubak, E. (2015) Determinantal point process models and statistical inference Journal of the Royal Statistical Society, Series B 77, 853–977.
dppBessel,
dppCauchy,
dppMatern,
dppPowerExp
m <- dppGauss(lambda=100, alpha=.05, d=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.