Description Usage Arguments Value Author(s) References See Also Examples
autointensity
plots the autointensity function of a point
process, including a solid horizontal line indicating the constant
intensity of a Poisson process.
1 2 3 4 5 |
times |
Vector of times between events. |
window |
Width of grouping interval. |
maxlag |
Maximum lag to be calculated, by default the maximum interevent time. |
plot |
If FALSE, values are returned but the function is not plotted. |
plotse |
If TRUE, plots pointwise two-standard error bands around the curve. |
add |
If TRUE, add curve to an existing plot. |
ylab |
Plotting control options. |
xlab |
Plotting control options. |
main |
Plotting control options. |
xlim |
Plotting control options. |
ylim |
Plotting control options. |
lty |
Plotting control options. |
... |
Plotting control options. |
A list containing the coordinates of the plotted function and the standard error bands.
J.K. Lindsey
Guttorp, P. (1995) Stochastic Modeling of Scientific Data. Chapman & Hall, pp. 229, 238-240.
1 2 | times <- rgamma(100,2,scale=4)
autointensity(times, window=3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.