Skip to content

Releases: arteagac/xlogit

xlogit v0.2.7

25 Jul 14:00
Compare
Choose a tag to compare
  • Fixed bug introduced in v0.2.6, which skipped estimation of standard errors by default in Multinomial Logit
  • To improve a bit speed of the Mixed Logit estimation, the standard errors of the initialization using a MultinomialLogit model were skipped.

xlogit v0.2.6

22 Jul 13:25
Compare
Choose a tag to compare
  • Implementation of option to skip standard errors by @gc-axa
    Note: This version introduced a small bug that skipped by default the estimation of standard errors in MultinomialLogit models. This was fixed in v0.2.7, which I recommend using instead of v0.2.6.

xlogit v0.2.5

16 Jun 08:14
Compare
Choose a tag to compare
  • Implement additive term in the utility function to facilitate the modeling of coefficients kept fixed during estimation
  • Migrated from TravisCI to GitHub Actions

xlogit v0.2.4

28 Nov 23:41
Compare
Choose a tag to compare
  • Fix in import from scipy.stats

xlogit v0.2.3

20 Oct 22:04
Compare
Choose a tag to compare

xlogit v0.2.2

08 Oct 18:30
Compare
Choose a tag to compare
  • Fix small bug in predict (#11)

xlogit v0.2.1

06 Sep 16:52
Compare
Choose a tag to compare
  • Fixed bug with prediction for panel data

xlogit v0.2.0

25 Jun 05:39
Compare
Choose a tag to compare
  • WTP models for Mixed Logit and Multinomial Logit implemented with the support of @jhelvy and @crforsythe
  • Optimized probabilty product across panels
  • Optimized utils.wide_to_long
  • Added AI-generated logo :)

xlogit v0.1.9

01 Jun 07:58
Compare
Choose a tag to compare
  • Significant improvements in estimation speed for Mixed Logit thanks to @jhelvy's formulation for gradient and log-likelihood.

xlogit v0.1.8

19 May 00:39
Compare
Choose a tag to compare

This release includes the following features implemented by @crforsythe

  • Numerical hessian
  • Robust standard errors