gstdint {mrds} | R Documentation |
Integral of pdf of distances
Description
Computes the integral of distpdf
with scale=1 (stdint=TRUE
) or
specified scale (stdint=FALSE
).
Usage
gstdint(
x,
ddfobj,
index = NULL,
select = NULL,
width,
standardize = TRUE,
point = FALSE,
stdint = TRUE,
doeachint = FALSE,
left = left
)
Arguments
x |
lower, upper value for integration |
ddfobj |
distance detection function specification |
index |
specific data row index |
select |
logical vector for selection of data values |
width |
truncation width |
standardize |
if |
point |
logical to determine if point ( |
stdint |
if |
doeachint |
if |
left |
left truncation width |
Value
vector of integral values of detection function
Note
This is an internal function that is not intended to be invoked directly.
Author(s)
Jeff Laake and David L Miller
[Package mrds version 2.3.0 Index]