Package | Description |
---|---|
Models |
Provides classes for defining a phylogenetic model.
|
Modifier and Type | Method and Description |
---|---|
static RateCategory.FrequencyType |
RateCategory.FrequencyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RateCategory.FrequencyType[] |
RateCategory.FrequencyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RateCategory(java.lang.String[][] rates,
RateCategory.FrequencyType freqType,
java.util.HashMap<java.lang.String,java.lang.Integer> map)
Constructor for when the root distribution is defined as the stationary
or quasi-stationary distribution.
|