lphy.base.evolution.coalescent.CoalescentConstants 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.coalescent;
public class CoalescentConstants {
public static final String thetaParamName = "theta";
}