Metadata-Version: 1.1
Name: pylogit
Version: 0.1.0
Summary: Maximum likelihood estimation of conditional logit models
Home-page: http://github.com/timothyb0912/pylogit
Author: Timothy Brathwaite
Author-email: timothyb0912@berkeley.edu
License: BSD License
Description: What PyLogit is
        ============
        
        PyLogit is a Python package for performing maximum likelihood estimation of conditional logit models and similar logit-like models.
        
        Main Features
        ===========
        
        * Conditional Logit Models
        * Supports datasets where the choice set differs across observations
        * Supports model specifications where the coefficient for a given variable may be
           - completely alternative-specific (i.e. one coefficient per alternative, subject to identification of the coefficients),
           - subset-specific (i.e. one coefficient per subset of alternatives, where each alternative belongs to only one subset, and there are more than 1 but less than J subsets, where J is the maximum number of available alternatives in the dataset),
           - completely generic (i.e. one coefficient across all alternatives). 
        
        Where to get it
        ===============
        
        Available from PyPi
            https://pypi.python.org/pypi/pylogit/0.0.0
        
        License
        =======
        
        Modified BSD (3-clause)
         
         
Keywords: conditional logit discrete choice econometrics
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
