Learn R Programming

empirical (version 0.2.0)

comb.prob: Compute Probabilities

Description

Compute probabilities combinatorially.

Usage

comb.prob (F, a, b)

Arguments

F

An ecdfmv object.

a

Either a vector or a matrix. Each element (or column) gives the lower limits.

b

Either a vector or a matrix. Each element (or column) gives the upper limits.

See Also

ecdfmv

Examples

Run this code
# NOT RUN {
data (trees)
attach (trees)
ecdfmv.f = ecdfmv (cbind (Height, Volume) )
a = c (0, 0)
b = c (80, 30)
comb.prob (ecdfmv.f, a, b)
# }

Run the code above in your browser using DataLab