TreeSearch (version 0.4.0)

ICS: Information content per step

Description

Information content per step

Usage

ICS(..., envir = parent.frame())

ICPerStep(splits, maxIter, warn = TRUE)

Arguments

splits

A vector of integers listing the number of tips in each of a number of tree splits (e.g. bipartitions). For example, c(3, 5) states that a character divides a set of eight tips into a group of three and a group of five.

maxIter

number of iterations to use when estimating concavity constant

warn

Boolean (TRUE/FALSE): display warnings when concavity functions are generated by approximation.

a

min(splits).

b

max(splits).

m

maxIter.

warn

Boolean (TRUE/FALSE): display warnings when concavity functions are generated by approximation.

Functions

  • ICS: Memoized calculating function