xch {binarySimCLF}R Documentation

Exchangeable Correlation Matrix

Description

Constructs an n by n exchangeable correlation matrix.

Usage

xch(n, rho)

Arguments

n Cluster size.
rho Exchangeable correlation parameter.

Value

Returns an exchageable correlation matrix of dimension n by n with parameter rho.

See Also

See Also ar1, ma1

Examples

    #Example
    xch(5,0.17)

[Package binarySimCLF version 1.0 Index]