intensity_optimal: Estimate the intensity at points using optimal bandwidth and...

Description Usage Arguments Details Value

Description

Estimate the intensity at points using optimal bandwidth and within a type

Usage

1
intensity_optimal(x, bwv, verb = FALSE, ..., border = "local")

Arguments

x

point pattern, ppp object

bwv

Vector of bandwidths to optimise over

verb

verbosity

...

passed on to intensity_optimal_bw from package 'intensitybw'

border

see intensity_at_points

Details

First, we split the pattern per type.

Then we optimise the kernel bandwidth using intensity_optimal_bw.

Then we re-estimate with border correction.

Finally, we concatenate the estimates to a vector.

Caution: For a big pattern with many types this will take time.

Value

A list with: a vector of intensities, one per point; the profiles; the best bandwidths.


antiphon/sseg documentation built on May 10, 2019, 12:22 p.m.