1 #ifndef proglikelihood_h
2 #define proglikelihood_h
50 virtual void PrintLog(ofstream& outfile)
const;
51 virtual void Print(ofstream& outfile)
const;
This is the class used to store information about the areas used for the current model.
Definition: areatime.h:18
This class implements a dynamic vector of char values.
Definition: charptrvector.h:8
This class implements a dynamic vector of double values.
Definition: doublevector.h:11
This class implements a dynamic vector of Fleet values.
Definition: fleetptrvector.h:10
This class implements a dynamic vector of int values.
Definition: intvector.h:11
This is the class used to store information about the variables that are used in model simulation.
Definition: keeper.h:17
This is the base class used to calculate the likelihood scores used to compare the modelled data in t...
Definition: likelihood.h:24
double weight
This stores the weight to be applied to the likelihood component.
Definition: likelihood.h:112
This is the base class used to calculate the value of variables used in the model simulation that are...
Definition: modelvariable.h:19
This is really a prediction class.
Definition: proglikelihood.h:23
void AllocateTac(const TimeClass *const TimeInfo)
Definition: proglikelihood.cc:321
virtual ~ProgLikelihood()
This is the default BoundLikelihood destructor.
Definition: proglikelihood.h:39
void CalcTac(const TimeClass *const TimeInfo)
Definition: proglikelihood.cc:352
virtual void addLikelihood(const TimeClass *const TimeInfo)
This function will calculate the likelihood score for the current model.
Definition: proglikelihood.cc:390
void setFleetsAndStocks(FleetPtrVector &Fleets, StockPtrVector &Stocks)
This will select the fleets and stocks required to calculate the likelihood score.
Definition: proglikelihood.cc:202
virtual void Print(ofstream &outfile) const
This function will print the summary likelihood information.
Definition: proglikelihood.cc:289
void CalcBiomass(const TimeClass *const TimeInfo)
Definition: proglikelihood.cc:337
virtual void printLikelihood(ofstream &outfile, const TimeClass *const TimeInfo)
This function will print information from each likelihood calculation.
Definition: proglikelihood.cc:292
void Reset(const Keeper *const keeper)
This function will reset the likelihood information.
Definition: proglikelihood.cc:314
ProgLikelihood(CommentStream &infile, const AreaClass *const Area, const TimeClass *const TimeInfo, Keeper *const keeper, double weight, const char *name)
This is the default BoundLikelihood contructor.
Definition: proglikelihood.cc:11
virtual void PrintLog(ofstream &outfile) const
Definition: proglikelihood.cc:231
This class implements a dynamic vector of Stock values.
Definition: stockptrvector.h:10
This is the class used to store information about the timesteps used for the current model.
Definition: areatime.h:87