indep.event: Independence of Random Variables

Description Usage Arguments Value Examples

View source: R/ch3-fn.R

Description

Determining Independence of Two Discrete Random Variables

Usage

1
indep.event(X, Y, N, ep = 1e-06)

Arguments

X

First random variable.

Y

Second random variable.

N

Size of the sample space.

ep

Precision limit. Default: 1e-06

Value

Probablities to be compared.

Examples

1
indep.event(A, B, nrow(S))

tjssu/Rstat documentation built on Aug. 8, 2020, 12:38 p.m.