Home
last modified time | relevance | path

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

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dlikelihood.c7470 int b, c, j, k, nBetaCats, nRateCats, nStates, numReps; in Likelihood_Std() local
7574 nBetaCats = m->numBetaCats; in Likelihood_Std()
7575 catFreq = rateFreq / nBetaCats; in Likelihood_Std()
7579 nBetaCats = 1; in Likelihood_Std()
7582 for (b=0; b<nBetaCats; b++) in Likelihood_Std()
7608 nBetaCats = m->numBetaCats; in Likelihood_Std()
7609 catFreq = rateFreq / nBetaCats; in Likelihood_Std()
7613 nBetaCats = 1; in Likelihood_Std()
7616 for (b=0; b<nBetaCats; b++) in Likelihood_Std()