example_lambda: Intensity function for example NHPP

View source: R/example_hnorm.R

example_lambdaR Documentation

Intensity function for example NHPP

Description

Intensity function for example NHPP

Usage

example_lambda(x, height)

Arguments

x

numeric n-vector giving coordinates to evaluate the intensity

height

scaling parameter equal to expected number of observations over [0,100]

Value

n-vector giving the value of the intensity

Examples

# Evaluate example_lambda over a uniform grid
l_grid <- seq(0,100, length.out = 20)
height <- 25000
example_lambda(l_grid, height)

PeteyCoco/ppdeconv documentation built on March 21, 2022, 5:35 a.m.