View source: R/point_process.R
relative_intensities | R Documentation |
Simulate Matern Probabilities
relative_intensities(x, K = 4, betas = NULL, ...)
#' See page 551 in SPATIAL AND SPATIO-TEMPORAL LOG-GAUSSIAN COX PROCESSES
library("reshape2")
x <- expand.grid(seq(0.1, 1, 0.05), seq(0.1, 1, 0.05))
probs <- relative_intensities(x, nu = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.