lphy.base.evolution.birthdeath.BirthDeathConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lphy-base Show documentation
Show all versions of lphy-base Show documentation
The standard library of LPhy, which contains the required generative distributions and basic functions.
The newest version!
package lphy.base.evolution.birthdeath;
public class BirthDeathConstants {
public static final String lambdaParamName = "lambda";
public static final String muParamName = "mu";
public static final String rhoParamName = "rho";
public static final String fracParamName = "frac";
public static final String psiParamName = "psi";
public static final String diversificationParamName = "diversification";
public static final String turnoverParamName = "turnover";
public static final String rootAgeParamName = "rootAge";
public static final String originAgeParamName = "originAge";
}