powered by
Function generating an instance of the Bessel-type determinantal point process model.
dppBessel(...)
An object of class "detpointprocfamily".
"detpointprocfamily"
arguments of the form tag=value specifying the model parameters. See Details.
tag=value
Frederic Lavancier and Christophe Biscio. Modified by Ege Rubak rubak@math.aau.dk , Adrian Baddeley Adrian.Baddeley@curtin.edu.au
and Rolf Turner rolfturner@posteo.net
The possible parameters are:
the intensity lambda as a positive numeric
lambda
the scale parameter alpha as a positive numeric
alpha
the shape parameter sigma as a non-negative numeric
sigma
the dimension d as a positive integer
d
dppCauchy, dppGauss, dppMatern, dppPowerExp
dppCauchy
dppGauss
dppMatern
dppPowerExp
m <- dppBessel(lambda=100, alpha=.05, sigma=0, d=2)
Run the code above in your browser using DataLab