Home
last modified time | relevance | path

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

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dbayes.c702 …strcpy(defaultModel.omegaPr, "Dirichlet"); /* prior for omega … in InitializeMrBayes()
H A Dbayes.h1013 char omegaPr[100]; /* prior for omega */ member
H A Dmodel.c5084 strcpy(modelParams[i].omegaPr, tempStr); in DoPrsetParm()
5117 if (!strcmp(modelParams[i].omegaPr,"Dirichlet")) in DoPrsetParm()
5142 else if (!strcmp(modelParams[i].omegaPr,"Fixed")) in DoPrsetParm()
13459 …if (!strcmp(modelParams[part1].omegaPr,"Dirichlet") && !strcmp(modelParams[part2].omegaPr,"Dirichl… in IsModelSame()
13466 …else if (!strcmp(modelParams[part1].omegaPr,"Fixed") && !strcmp(modelParams[part2].omegaPr,"Fixed"… in IsModelSame()
18644 if (!strcmp(mp->omegaPr,"Dirichlet")) in SetModelParams()
22412 if (!strcmp(modelParams[i].omegaPr,"Dirichlet")) in ShowModel()
23365 if (!strcmp(mp->omegaPr,"Dirichlet")) in ShowParameters()
H A Dcommand.c11393 MrBayesPrint (" Omegapr Dirichlet/Fixed %s", mp->omegaPr); in GetUserHelp()
11394 if (!strcmp(mp->omegaPr, "Dirichlet")) in GetUserHelp()