Package 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
Fields Modifier and Type Field Description static double
ABSTOL
maximum tolerated error when determining branch lengthsstatic double
DEFAULT_LENGTH
default branch lengthstatic int
FRACDIGITS
desired fractional digits when determining branch lengthsstatic double
MAXARC
maximum branch lengthstatic 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
-
-