Home
last modified time | relevance | path

Searched refs:P_CORREL (Results 1 – 3 of 3) sorted by relevance

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dbayes.h444 #define P_CORREL 6 macro
H A Dmodel.c2794 tempLinkUnlink[P_CORREL][i] = tempLinkUnlinkVec[i]; in DoLinkParm()
10556 if (param->paramType == P_SHAPE || param->paramType == P_CORREL) in DoStartvalsParm()
10578 else if (param->paramType == P_CORREL) in DoStartvalsParm()
11237 else if (p->paramType == P_CORREL) in FillNormalParams()
13856 else if (whichParam == P_CORREL) in IsModelSame()
18151 … if (activeParams[P_CORREL][i] <= 0 && m->printSiteRates == NO && activeParams[P_PINVAR][i] <= 0) in SetModelInfo()
18972 else if (j == P_CORREL) in SetModelParams()
18975 p->paramType = P_CORREL; in SetModelParams()
23182 else if (j == P_CORREL) in ShowParameters()
23520 else if (j == P_CORREL) in ShowParameters()
H A Dmcmc.c7901 else if (p->paramType == P_CORREL) in LogPrior()