View source: R/example_hnorm.R
example_lambda | R Documentation |
Intensity function for example NHPP
example_lambda(x, height)
x |
numeric n-vector giving coordinates to evaluate the intensity |
height |
scaling parameter equal to expected number of observations over [0,100] |
n-vector giving the value of the intensity
# Evaluate example_lambda over a uniform grid l_grid <- seq(0,100, length.out = 20) height <- 25000 example_lambda(l_grid, height)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.