Learn R Programming

knnIndep (version 2.0)

optimise.copula.mi: optimize the parameter c of generate.patchwork.copula

Description

Find the correct c parameter for the patchwork copula (generate.patchwork.copula) to reach a certain mutual information value

Usage

optimise.copula.mi(mis, distribution, interval = c(-10, 5), npoints)

Arguments

mis
traget mutual information values
distribution
matrix. Choices of alpha and beta parameter of generate.patchwork.copula e.g. matrix(rbeta(bins*bins,.01,1),ncol=bins)
interval
search interval for solution
npoints
sample size

Value

vector of values to be used as concentration facor c in generate.patchwork.copula to achive the input MI value

See Also

generate.patchwork.copula

Examples

Run this code
bins=10
knnIndep:::optimise.copula.mi(c(0.001,.01,.5,2),matrix(rbeta(bins*bins,.01,1),ncol=bins),npoints=10)

Run the code above in your browser using DataLab