gstdint | R Documentation |
Computes the integral of distpdf
with scale=1 (stdint=TRUE
) or
specified scale (stdint=FALSE
).
gstdint(
x,
ddfobj,
index = NULL,
select = NULL,
width,
standardize = TRUE,
point = FALSE,
stdint = TRUE,
doeachint = FALSE,
left = left
)
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 |
vector of integral values of detection function
This is an internal function that is not intended to be invoked directly.
Jeff Laake and David L Miller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.