Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
bio_expression::absClass representing the expression for absolute value
bio_expression::BetaClass representing a parameter to be estimated
bio_expression::BinOpGeneric class for binary operators
biogeme::BIOGEME_OBJECTThis class gathers the components needed by biogeme to perform the estimation or the simulation
bio_expression::bioLogitClass calculating a logit choice probability
bio_expression::bioMultSumClass computing the sum of multiple expressions
bio_expression::bioNormalCdfClass representing the cumulative distribution function of the normal distribution
bio_expression::bioNormalDrawsClass representing a normally distributed random variable for simulated integration
bio_expression::bioNormalPdfClass representing the probability density function of a standardized normally distributed random variable
bio_expression::bioUniformDrawsClass representing a uniformly distributed random variable on [0,1] for simulated integration
bio_expression::bioUniformSymmetricDrawsClass representing a uniformly distributed random variable on [-1,1] for simulated integration
bio_expression::DefineVariableClass representing the definition of a new variable
bio_expression::DeriveClass generating the analytical derivative of an expression
bio_iterator::drawIteratorIterates on draws for Monte-Carlo simulation
bio_expression::ElemClass extracting an expression from a dictionary
bio_expression::EnumerateClass performing a sample enumeration
bio_expression::expClass representing the expression for exponential
bio_expression::ExpressionInterface for mathematical expressions
bio_expression::IntegrateClass performing numerical integration relying on the Gauss-Hermite quadrature to compute

\[ \int_{-\infty}^{+\infty} f(\omega) d\omega. \]

bio_iterator::iteratorGeneric class for an iterator
bio_expression::logClass representing the expression for natural logarithm
bioMatrix::MatrixPrototype matrix object
bio_expression::maxClass representing the expression for the maximum of two expressions
bio_iterator::metaIteratorMeta iterators are designed to iterate on group of rows of the data file
bio_expression::minClass representing the expression for the minimum of two expressions
bio_expression::NumericClass wrapping an integer or a float value
bio_expression::OperatorGeneric class for an operator
bio_expression::ProdClass representing the product of the same expression applied to a list of data
bio_expression::RandomVariableClass representing a random variable for numerical integration
bio_iterator::rowIteratorRow iterators are designed to iterate on rows of the data file
bio_expression::SumClass representing the sum of the same expression applied to a list of data
bio_expression::UnOpGeneric class for unary operators
bio_expression::VariableClass representing the variables defined in the data file
 All Classes Namespaces Files Functions Variables