https://github.com/songyu-wang/engineering-economics-basics
This package provides some of the basic functions of engineering economics
https://github.com/songyu-wang/engineering-economics-basics
economics economics-models economy engineering finance financial financial-analysis fintech ncees
Last synced: 4 months ago
JSON representation
This package provides some of the basic functions of engineering economics
- Host: GitHub
- URL: https://github.com/songyu-wang/engineering-economics-basics
- Owner: Songyu-Wang
- License: mit
- Created: 2020-08-28T05:06:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T20:34:39.000Z (about 5 years ago)
- Last Synced: 2025-05-21T03:16:41.118Z (5 months ago)
- Topics: economics, economics-models, economy, engineering, finance, financial, financial-analysis, fintech, ncees
- Language: HTML
- Homepage: https://songyu-wang.github.io/engineering-economics-basics/
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# engineering-economics-basics
## Overview
This package provides some of the basic functions of engineering economics
You can find it at: [https://pypi.org/project/eng-econ/](https://pypi.org/project/eng-econ/)
## Install
```
pip install eng_econ
```## Usage
```
# Using uniform_gradient_present_worth_factor as an example
from eng_econ.factors import uniform_gradient_present_worth_factor
uniform_gradient_present_worth_factor(0.01, 20)
```## Documents
See [https://songyu-wang.github.io/engineering-economics-basics/docs/eng_econ/index.html](https://songyu-wang.github.io/engineering-economics-basics/docs/eng_econ/index.html)
## Test Coverage
see [https://songyu-wang.github.io/engineering-economics-basics/htmlcov/index.html](https://songyu-wang.github.io/engineering-economics-basics/htmlcov/index.html)
### Reference
National Council of Examiners for Engineering and Surveying(NCEES). FE Reference Handbook, 9.5 Edition, (ISBN 978-1-932613-67-4).