estimate_H_fractions {clustAnalytics}R Documentation

Estimates |H_i|/|H_{i+1}| for the first r rows

Description

The product of all these ratios is is the total number of contingency tables (of the same margins as M) divided by the number that match M until the r-th row (included, 0-indexed).

Usage

estimate_H_fractions(M, r, error = 0.1)

Arguments

M

contingency table

r

row index

error

error for the convergence of the method

Value

NumericVector containing all the ratios


[Package clustAnalytics version 0.5.5 Index]