Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Jan 7, 2015
1 parent ee04b6b commit 1131917
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ Icon
*.graffle
src/larch.py
*.bat
local/*
7 changes: 0 additions & 7 deletions README.md

This file was deleted.

16 changes: 16 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
larch
=====

**Larch**: the logit architect

This is a tool for the estimation and application of logit-based discrete choice models.
It is designed to integrate with NumPy and facilitate fast processing of linear models.
If you want to estimate *non-linear* models, try `Biogeme <http://biogeme.epfl.ch/>`_,
which is more flexible in form and can be used for almost any model structure.
If you don't know what the difference is, you probably want to start with linear models.

This project is very much under development. There are plenty of undocumented functions
and features; use them at your own risk. Undocumented features may be non-functional,
not rigorously tested, deprecated or removed without notice in a future version. If a
function or method is documented here, it is intended to be stable in future updates.

0 comments on commit 1131917

Please sign in to comment.