Home
last modified time | relevance | path

Searched refs:brlens2Exp (Results 1 – 5 of 5) sorted by relevance

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dbayes.c791 …defaultModel.brlens2Exp[0]= 100.0; /* 1st param of twoExp prior (for internal bra… in InitializeMrBayes()
792 …defaultModel.brlens2Exp[1]= 10.0; /* 2nd param of twoExp prior (for external bra… in InitializeMrBayes()
H A Dbayes.h1081 MrBFlt brlens2Exp[2]; member
H A Dmodel.c7314 modelParams[i].brlens2Exp[numVars[i]++] = tempD; in DoPrsetParm()
7319 … if (modelParams[i].brlens2Exp[0] <= 0.0 || modelParams[i].brlens2Exp[1] <= 0.0) in DoPrsetParm()
7325 …rained:twoExp(%1.2lf,%1.2lf)\n", spacer, modelParams[i].brlens2Exp[0], modelParams[i].brlens2Exp[1… in DoPrsetParm()
7327 …2lf,%1.2lf) for partition %d\n", spacer, modelParams[i].brlens2Exp[0], modelParams[i].brlens2Exp[1… in DoPrsetParm()
14077 …if (AreDoublesEqual (modelParams[part1].brlens2Exp[0], modelParams[part2].brlens2Exp[0], (MrBFlt) … in IsModelSame()
14079 …if (AreDoublesEqual (modelParams[part1].brlens2Exp[1], modelParams[part2].brlens2Exp[1], (MrBFlt) … in IsModelSame()
23624 MrBayesPrint ("(%1.1lf,%1.1lf)\n", mp->brlens2Exp[0], mp->brlens2Exp[1]); in ShowParameters()
H A Dcommand.c11541 MrBayesPrint (":twoExp(%1.1lf,%1.1lf)\n", mp->brlens2Exp[0], mp->brlens2Exp[1]); in GetUserHelp()
H A Dmcmc.c7637 lnprior += nb[i] * log(mp->brlens2Exp[i]) - tb[i] * (mp->brlens2Exp[i]); in LogDirPrior()