public static final class DeltaModel.Utils
extends java.lang.Object
Constructor | Description |
---|---|
Utils() |
Modifier and Type | Method | Description |
---|---|---|
static DeltaModel |
getDisjointBased(DeltaModel primaryModel,
DeltaModel subgroupModel,
TimeOrderCharacterData subgroupTOCD) |
|
static DeltaModel |
getMutationRateModelBased(MutationRateModel.Factory mepFactory) |
For interfacing with time based mutation rate models
|
static DeltaModel |
getUntimedBased() |
For serial sampled analysis when no time information is available.
|
static DeltaModel |
getUntimedBased(double[] initalDeltas) |
For serial sampled analysis when no time information is available.
|
public static final DeltaModel getMutationRateModelBased(MutationRateModel.Factory mepFactory)
public static final DeltaModel getUntimedBased()
public static final DeltaModel getUntimedBased(double[] initalDeltas)
initialDeltas
- , if not of required length (for given tocd) uses subset (or sets remainder to zero)public static final DeltaModel getDisjointBased(DeltaModel primaryModel, DeltaModel subgroupModel, TimeOrderCharacterData subgroupTOCD)