#include #include #include #include using namespace std; #include "nucJC.h" #include "sequence.h" #include "distribution.h" #include "stochasticProcess.h" #include "gammaDistribution.h" #include "uniDistribution.h" #include "trivialAccelerator.h" #include "sequenceContainer.h" #include "nucleotide.h" #include "phylipFormat.h" #include "likelihoodComputation.h" #include "bestHKYparam.h" #include "evaluateCharacterFreq.h" // NOTE: YOU MUST CHANGE THE NAME OF THE string seqFile TO MATCH YOUR OWN LOCATION OF THE SEQUENCE FILE NAME! int main(int argc,char*argv[]) { cout<<"This program computes for the HKY model, the ML estimate of a given tree (when the branch lengths are given)."< myFreq = evaluateCharacterFreq(original); for (int j=0; j < myFreq.size(); ++j) { cout<<" the freq of nuc "<