Home
last modified time | relevance | path

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

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dmcmc.c1128 myStateInfo[2] = stepAcumulatorSS[ run ]; in AttemptSwap()
1157 stepAcumulatorSS[ run ] = (MrBFlt) 0.0; in AttemptSwap()
2451 free (stepAcumulatorSS); in DoMcmc()
2531 stepAcumulatorSS[run]=exp(10); in DoMcmc()
4720 free (stepAcumulatorSS); in FreeChainMemory()
11272 if (stepAcumulatorSS[j]==0) in PrintCheckPoint()
11275 r = log (stepAcumulatorSS[j]) + stepScalerSS[j]; in PrintCheckPoint()
16450 stepAcumulatorSS[run] = 0.0; in RunChain()
16585 stepAcumulatorSS[run] = 0.0; in RunChain()
17274 if (stepAcumulatorSS[j]==0) in RunChain()
[all …]
H A Dsumpt.c539 MrBFlt *marginalLnLSS=NULL,stepScalerSS,stepAcumulatorSS, stepLengthSS, tmpMfl; in DoSumSs() local
753 stepAcumulatorSS = 0.0; in DoSumSs()
760 stepAcumulatorSS /= exp(*lnlp*stepLengthSS - 100.0 - stepScalerSS); in DoSumSs()
763 stepAcumulatorSS += exp(*lnlp*stepLengthSS - stepScalerSS); in DoSumSs()
766 tmpMfl = (log(stepAcumulatorSS/(numSamplesInStepSS-stepBurnin)) + stepScalerSS); in DoSumSs()