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.1.tar.gz
(2.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.1.tar.gz.
File metadata
- Download URL: cfedemands-0.8.1.tar.gz
- Upload date:
- Size: 2.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 |
b77e9b37dae08f47b014de0140d24a9db835c31854f8d9e2683acf8bbf6acac6
|
|
| MD5 |
bf6571fba804573da36f73c1a0dc32b6
|
|
| BLAKE2b-256 |
5b5d7116f089749e0114e80a537e669d12bf2df56927426e039efc49ca61b630
|
File details
Details for the file cfedemands-0.8.1-py3-none-any.whl.
File metadata
- Download URL: cfedemands-0.8.1-py3-none-any.whl
- Upload date:
- Size: 3.3 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 |
d514d4474b355612740e1f6d05bf129fa2e6b724c2245d5f58405a24fc8d07d5
|
|
| MD5 |
1e0f750be6935db11ae6167e9d21149e
|
|
| BLAKE2b-256 |
0e5daab7e8e2e0e20e39176d4b83ae3fb68828fddd32d077c6a6f307ee2a092a
|