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

View source: R/RcppExports.R

estimate_H_fractionsR 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


clustAnalytics documentation built on May 29, 2024, 12:18 p.m.