bio_expression::abs | Class representing the expression for absolute value |
bio_expression::Beta | Class representing a parameter to be estimated |
bio_expression::BinOp | Generic class for binary operators |
bio_expression::bioBayesNormalDraw | Class performing draws from the posterior of the mean of a normal variable knowing realizations and variance |
biogeme::BIOGEME_OBJECT | This class gathers the components needed by biogeme to perform the estimation or the simulation |
bio_expression::bioLogit | Class calculating a logit choice probability |
bio_expression::bioMultSum | Class computing the sum of multiple expressions |
bio_expression::bioNormalCdf | Class representing the cumulative distribution function of the normal distribution |
bio_expression::bioNormalDraws | Class representing a normally distributed random variable for simulated integration |
bio_expression::bioNormalPdf | Class representing the probability density function of a standardized normally distributed random variable |
bio_expression::bioUniformDraws | Class representing a uniformly distributed random variable on [0,1] for simulated integration |
bio_expression::bioUniformSymmetricDraws | Class representing a uniformly distributed random variable on [-1,1] for simulated integration |
bio_expression::DefineVariable | Class representing the definition of a new variable |
bio_expression::Derive | Class generating the analytical derivative of an expression |
bio_iterator::drawIterator | Iterates on draws for Monte-Carlo simulation |
bio_expression::Elem | Class extracting an expression from a dictionary |
bio_expression::Enumerate | Class performing a sample enumeration |
bio_expression::exp | Class representing the expression for exponential |
bio_expression::Expression | Interface for mathematical expressions |
bio_expression::Integrate | Class performing numerical integration relying on the Gauss-Hermite quadrature to compute
|
bio_iterator::iterator | Generic class for an iterator |
bio_expression::log | Class representing the expression for natural logarithm |
bioMatrix::Matrix | This class implements a matrix object designed to store the variance covariance matrix |
bio_expression::max | Class representing the expression for the maximum of two expressions |
bio_iterator::metaIterator | Meta iterators are designed to iterate on group of rows of the data file |
bio_expression::MH | Class performing draws from densities for Bayesian estimation using Metropolis-Hastings algorithm |
bio_expression::min | Class representing the expression for the minimum of two expressions |
bio_expression::Numeric | Class wrapping an integer or a float value |
bio_expression::Operator | Generic class for an operator |
bio_expression::Prod | Class representing the product of the same expression applied to a list of data |
bio_expression::RandomVariable | Class representing a random variable for numerical integration |
bio_iterator::rowIterator | Row iterators are designed to iterate on rows of the data file |
bio_expression::Sum | Class representing the sum of the same expression applied to a list of data |
bio_expression::UnOp | Generic class for unary operators |
bio_expression::Variable | Class representing the variables defined in the data file |