biogeme.results_processing.variance_covariance module

Possible approximations of the variance-covariance matrix Michel Bierlaire Mon Jun 23 2025, 17:21:45

class biogeme.results_processing.variance_covariance.EstimateVarianceCovariance(*values)[source]

Bases: str, Enum

Identifies the estimate of the variance-covariance matrix to be used.

BHHH = 'BHHH'
BOOTSTRAP = 'Bootstrap'
RAO_CRAMER = 'Rao-Cramer'
ROBUST = 'Robust'