comb.prob: Compute Probabilities

Description Usage Arguments See Also Examples

View source: R/comb.prob.r

Description

Compute probabilities combinatorially.

Usage

1
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

1
2
3
4
5
6
data (trees)
attach (trees)
ecdfmv.f = ecdfmv (cbind (Height, Volume) )
a = c (0, 0)
b = c (80, 30)
comb.prob (ecdfmv.f, a, b)

empirical documentation built on Dec. 3, 2018, 1:04 a.m.