Home
last modified time | relevance | path

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

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dbayes.c748 …strcpy(defaultModel.shapePr, "Exponential"); /* prior for gamma/lnorm shape parameter … in InitializeMrBayes()
H A Dbayes.h1041 char shapePr[100]; /* prior for gamma/lnorm shape parameter */ member
H A Dmodel.c5575 strcpy(modelParams[i].shapePr, tempStr); in DoPrsetParm()
5606 if (!strcmp(modelParams[i].shapePr,"Uniform")) in DoPrsetParm()
5636 else if (!strcmp(modelParams[i].shapePr,"Exponential")) in DoPrsetParm()
5646 else if (!strcmp(modelParams[i].shapePr,"Fixed")) in DoPrsetParm()
13762 …if (!strcmp(modelParams[part1].shapePr,"Uniform") && !strcmp(modelParams[part2].shapePr,"Uniform")) in IsModelSame()
13769 …else if (!strcmp(modelParams[part1].shapePr,"Exponential") && !strcmp(modelParams[part2].shapePr,"… in IsModelSame()
13774 …else if (!strcmp(modelParams[part1].shapePr,"Fixed") && !strcmp(modelParams[part2].shapePr,"Fixed"… in IsModelSame()
18935 if (!strcmp(mp->shapePr,"Uniform")) in SetModelParams()
18937 else if (!strcmp(mp->shapePr,"Exponential")) in SetModelParams()
23506 if (!strcmp(mp->shapePr,"Uniform")) in ShowParameters()
[all …]
H A Dcommand.c11461 MrBayesPrint (" Shapepr Uniform/Exponential/Fixed %s", mp->shapePr); in GetUserHelp()
11462 if (!strcmp(mp->shapePr, "Uniform")) in GetUserHelp()
11464 else if (!strcmp(mp->shapePr, "Exponential")) in GetUserHelp()