Skip to main content

Advanced Econometric Analysis Tools

Project description

EconKit Package

This is a detailed description of the EconKit package. It provides advanced tools and functions for econometric analysis, tailored to the needs of researchers, students, and professionals in economics and finance.

Installation

To install the EconKit package, run the following command:

pip install econkit

Usage

Here's how to use the main functions in the package:

### Import ###

from econkit import descriptives
from econkit import correlation
from econkit import stock
from econkit import table


### Run Code ###
Returns = table('Returns', MCD, SBUX, PFE, AMGN, AXP)
stock('TSLA', '01-01-2000', '01-01-2024', '1d')
descriptives(dataframe)
correlation(dataframe, method="Pearson", p="T")

Features

  • Comprehensive econometric analysis tools
  • Support for various correlation methods
  • User-friendly interface for complex statistical operations

Requirements

The package requires the following Python libraries:

  • Numpy
  • Pandas
  • Scipy

Contributing

We welcome contributions to the EconKit package. Please read the contributing guidelines before submitting your pull requests.

License

This project is licensed under the BSD 3-Clause License - see the LICENSE file for details.

Acknowledgments

Special thanks to all contributors and supporters of the project.

Contact

For questions or support, please contact contact@stfanstavrianos.eu.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

econkit-0.1.0.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

econkit-0.1.0-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page