Custom utility functions.
Project description
Custom utility functions.
This package contains a collection of utility functions for empirical work in Python. It’s in progress and the API may change often.
Nostocalean includes a wrapper for fixest::feols
Example: Given a dataframe df with columns x, y, group, time run a regression of y on x with group and time fixed effects, and double cluster:
from nostocalean import ols
summary = ols.reg("y ~ x | group + time", data=df, se="twoway")
print(summary)
Nostocalean also includes several utility functions, including CES and HARA
Example: To sample a utility function, run:
from nostocalean.utility_functions import get_utility_function
get_utility_function()
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
nostocalean-0.0.6.tar.gz
(4.8 kB
view details)
Built Distribution
File details
Details for the file nostocalean-0.0.6.tar.gz
.
File metadata
- Download URL: nostocalean-0.0.6.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.22.0 setuptools/41.6.0.post20191030 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d17701e4ad51f42117d5212533c27821caf5ade84a0ef31d94b798f8ac95682b |
|
MD5 | 3e8d9db56d30aff14ea4076d250dcf99 |
|
BLAKE2b-256 | eb04d11b7bc33f5eea532d1795b70cde1dc05935c9f32e3940e12f723f62a34c |
File details
Details for the file nostocalean-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: nostocalean-0.0.6-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.22.0 setuptools/41.6.0.post20191030 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a64ded4000690cec325bba04af95ed805bf1f59be16f11691a6a9978d6370031 |
|
MD5 | 3c77e727ee53e9b49f7d619ebe1c1009 |
|
BLAKE2b-256 | 38ac223a37c6f7b1a85eada6e18c41c035a13a3877e7d089f1bccb16d011f2d6 |