Katzlab dd76ab1d12 Added PTL2 Scripts
These are PTL2 files from Auden 2/9
2023-02-14 11:20:52 -05:00

25 lines
593 B
C

// $Id: findRateOfGene.h 962 2006-11-07 15:13:34Z privmane $
#ifndef ____FIND_RATE_OF_GENE
#define ____FIND_RATE_OF_GENE
#include "numRec.h"
#include "errorMsg.h"
#include "likelihoodComputation.h"
#include "tree.h"
#include "sequenceContainer.h"
#include "stochasticProcess.h"
#include "suffStatComponent.h"
#include "definitions.h"
MDOUBLE findTheBestFactorFor(const tree &t,
const sequenceContainer& sc,
stochasticProcess& sp,
const Vdouble * weights,
MDOUBLE & logLresults);
void makeAverageRateEqOne(tree& et,vector<stochasticProcess> & spVec);
#endif