spatstat (version 1.43-0)

dppBessel: 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.

Value

  • An object of class "detpointprocfamily".

Details

The possible parameters are:
  • the intensitylambdaas a positive numeric
  • the scale parameteralphaas a positive numeric
  • the shape parametersigmaas a non-negative numeric
  • the dimensiondas a positive integer

See Also

dppCauchy, dppGauss, dppMatern, dppPowerExp

Examples

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

Run the code above in your browser using DataCamp Workspace