1 #ifndef surveyindices_h
2 #define surveyindices_h
53 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 Fleet values.
Definition: fleetptrvector.h:10
This class implements a dynamic vector of IntVector values.
Definition: intmatrix.h:10
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 a likelihood score by fitting a regression line to the model...
Definition: sionstep.h:29
virtual void printLikelihood(ofstream &outfile, const TimeClass *const TimeInfo)
This function will print information from each SIOnStep regression calculation.
Definition: sionstep.cc:278
virtual void printSummary(ofstream &outfile, const double weight)
This function will print summary information from each SIOnStep regression calculation.
Definition: sionstep.cc:359
This class implements a dynamic vector of Stock values.
Definition: stockptrvector.h:10
This is the class used to calculate a likelihood score by fitting a linear regression line to calcula...
Definition: surveyindices.h:17
virtual ~SurveyIndices()
This is the default SurveyIndices destructor.
Definition: surveyindices.cc:212
SIOnStep * SI
This is the SIOnStep used to calculate the likelihood score by fitting a linear regression line to th...
Definition: surveyindices.h:65
IntMatrix areas
This is the IntMatrix used to store area information.
Definition: surveyindices.h:74
virtual void addLikelihood(const TimeClass *const TimeInfo)
This function will calculate the likelihood score for the SurveyIndices component.
Definition: surveyindices.cc:221
CharPtrVector stocknames
This is the CharPtrVector of the names of the stocks that will be used to calculate the likelihood sc...
Definition: surveyindices.h:78
virtual void Print(ofstream &outfile) const
This function will print the summary SurveyIndices likelihood information.
Definition: surveyindices.cc:301
void setFleetsAndStocks(FleetPtrVector &Fleets, StockPtrVector &Stocks)
This will select the fleets and stocks required to calculate the SurveyIndices likelihood score.
Definition: surveyindices.cc:227
SurveyIndices(CommentStream &infile, const AreaClass *const Area, const TimeClass *const TimeInfo, double weight, const char *name)
This is the SurveyIndices constructor.
Definition: surveyindices.cc:16
virtual void printLikelihood(ofstream &outfile, const TimeClass *const TimeInfo)
This function will print information from each SurveyIndices calculation.
Definition: surveyindices.h:59
virtual void printSummary(ofstream &outfile)
This function will print summary information from each SurveyIndices likelihood calculation.
Definition: surveyindices.h:65
CharPtrVector fleetnames
This is the CharPtrVector of the names of any fleets that will be used to calculate the likelihood sc...
Definition: surveyindices.h:82
virtual void Reset(const Keeper *const keeper)
This function will reset the SurveyIndices likelihood information.
Definition: surveyindices.cc:294
This is the class used to store information about the timesteps used for the current model.
Definition: areatime.h:87