PoissonPoints | R Documentation |
Density for the PoissonPoints distribution.
dpois.points(x, lambda, ostatistic, dimension = 2, log = FALSE)
x |
vector of quantiles. |
lambda |
the mean density of points. |
ostatistic |
positive values, usually integers. |
dimension |
Either 2 and/or 3. |
log |
Logical; if TRUE, the logarithm is returned. |
See poisson.points
, the VGAM family function
for estimating the parameters,
for the formula of the probability density function and other details.
dpois.points
gives the density.
poisson.points
,
dpois
,
Maxwell
.
## Not run: lambda <- 1; xvec <- seq(0, 2, length = 400)
plot(xvec, dpois.points(xvec, lambda, ostat = 1, dimension = 2),
type = "l", las = 1, col = "blue",
sub = "First order statistic",
main = paste("PDF of PoissonPoints distribution with lambda = ",
lambda, " and on the plane", sep = ""))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.