dppapproxkernel
From spatstat v1.49-0
by Adrian Baddeley
Approximate Determinantal Point Process Kernel
Returns an approximation to the kernel of a determinantal point process, as a function of one argument \(x\).
Usage
dppapproxkernel(model, trunc = 0.99, W = NULL)
Arguments
- model
Object of class
"detpointprocfamily"
.- trunc
Numeric specifying how the model truncation is performed. See Details section of
simulate.detpointprocfamily
.- W
Optional window -- undocumented at the moment.
Value
A function
Community examples
Looks like there are no examples yet.