Tools for estimating and computing Constant Frisch Elasticity (CFE) demands.
Project description
#+TITLE: Constant Frisch Elasticity Demand Systems
#+AUTHOR:
#+DATE:
* Overview
This repository contains code for working with Constant Frisch
Elasticity (CFE) demand systems.
#+CAPTION: DOI
[[https://doi.org/10.5281/zenodo.17258292][https://zenodo.org/badge/827044619.svg]]
* Installation
The preferred installation method uses =pip=. If you don't have it
installed (or if your installation is old), see
https://pip.pypa.io/en/stable/installing/
** Method 1: Using pip
#+begin_src sh
pip install CFEDemands
#+end_src
** Method 2: As a Python package
Download and unzip/untar the relevant archive from
https://pypi.python.org/pypi/CFEDemands/, then:
#+begin_src sh
cd CFEDemands-[version]/
sudo python setup.py install
#+end_src
** Method 3: Using git
Clone the repository from https://github.com/ligon/CFEDemands to a
location in your filesystem, e.g. (for user jrandom, on a machine with
user directories under /home/):
#+begin_src sh
git clone git@github.com:ligon/CFEDemands.git /home/jrandom/CFEDemands
#+end_src
* Usage
After installation, import the package in Python using:
#+begin_src python
import cfe
#+end_src
Note: The package name for installation is =CFEDemands=, but the
import name is =cfe=.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cfedemands-0.8.2.tar.gz
(70.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cfedemands-0.8.2.tar.gz.
File metadata
- Download URL: cfedemands-0.8.2.tar.gz
- Upload date:
- Size: 70.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.12.12 Linux/6.6.99-09000-gd3ae1caecf39
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81bcec5f303c3f1525f293c09a29c25da70cd7effa9b0c5f4aa0fac5f3b8c382
|
|
| MD5 |
b995e8c8221a83600b978e9a8e154ac6
|
|
| BLAKE2b-256 |
2efe17b5571b7c2abaf822822d751a90625a8872afe2f1a8e6912d28c8328b23
|
File details
Details for the file cfedemands-0.8.2-py3-none-any.whl.
File metadata
- Download URL: cfedemands-0.8.2-py3-none-any.whl
- Upload date:
- Size: 98.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.12.12 Linux/6.6.99-09000-gd3ae1caecf39
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ccf71463099f1df1846ae09427534e2e5a90af38899b840ebeaa2fef9b1b881
|
|
| MD5 |
3c8388dc634227475bf07ddc2fdc703d
|
|
| BLAKE2b-256 |
d791d571ac63ebc78116656fb4ce9896ed3a71130050e70a378bb1b14ecb0d20
|