pal.misc
Interface BranchLimits

All Known Implementing Classes:
TimeOrderCharacterData

public interface BranchLimits

limits for branch lengths

Version:
$Id: BranchLimits.java,v 1.11 2002/04/27 23:58:28 matt Exp $
Author:
Korbinian Strimmer

Field Summary
static double ABSTOL
          maximum tolerated error when determining branch lengths
static double DEFAULT_LENGTH
          default branch length
static int FRACDIGITS
          desired fractional digits when determining branch lengths
static double MAXARC
          maximum branch length
static double MINARC
          minimum branch length
 

Field Detail

MINARC

static final double MINARC
minimum branch length

See Also:
Constant Field Values

MAXARC

static final double MAXARC
maximum branch length

See Also:
Constant Field Values

DEFAULT_LENGTH

static final double DEFAULT_LENGTH
default branch length

See Also:
Constant Field Values

ABSTOL

static final double ABSTOL
maximum tolerated error when determining branch lengths

See Also:
Constant Field Values

FRACDIGITS

static final int FRACDIGITS
desired fractional digits when determining branch lengths

See Also:
Constant Field Values