dppBessel: Bessel Type Determinantal Point Process Model

dppBesselR Documentation

Bessel Type Determinantal Point Process Model

Description

Function generating an instance of the Bessel-type determinantal point process model.

Usage

dppBessel(...)

Arguments

...

arguments of the form tag=value specifying the model parameters. See Details.

Details

The possible parameters are:

  • the intensity lambda as a positive numeric

  • the scale parameter alpha as a positive numeric

  • the shape parameter sigma as a non-negative numeric

  • the dimension d as a positive integer

Value

An object of class "detpointprocfamily".

Author(s)

Frederic Lavancier and Christophe Biscio. Modified by \ege , \adrian

and \rolf

See Also

dppCauchy, dppGauss, dppMatern, dppPowerExp

Examples

m <- dppBessel(lambda=100, alpha=.05, sigma=0, d=2)

spatstat.core documentation built on May 18, 2022, 9:05 a.m.