「NopaPy」is an easy-to-use open-source library for non-parametric statistic.
Project description
Download
pip install nopapy
⚠!!ATTENTION!!⚠
Check the Project Homepage for the complete README.
Quick Start
import numpy as np import nopapy as npp x = np.array([1, 2, 3, 4, 5]) y = np.array([2, 4, 6, 8, 10]) ypred = npp.NWEstimate(x, y, 3.5) # supposed to be 7 print(ypred) # 6.910633194984344
Other Modules
Kernel: Supports multiple built-in kernel functions and allows customization of kernel functions.
Estimate: Includes various non-parametric estimation methods, allowing customization of kernel functions, smooth bandwidth, and order.
Regression: Provides multiple smoothing methods for batch prediction.
Scikit_like: Supports the generation of regression objects with specific parameters like scikit-learn and PyTorch.
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
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 nopapy-1.0.2.tar.gz.
File metadata
- Download URL: nopapy-1.0.2.tar.gz
- Upload date:
- Size: 57.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bdf26ba0445013fc253606b579d9e8067f735ee4a1f7c79136cb2d06912b1bdc
|
|
| MD5 |
1f7d10dc8e73a93cf573e56e774c7f8a
|
|
| BLAKE2b-256 |
5f3b21d39eb83f3bbae7ed7a2236dcaf1319fb5735650a4ce7e4e5e8ef6ef2a5
|
File details
Details for the file nopapy-1.0.2-py3-none-any.whl.
File metadata
- Download URL: nopapy-1.0.2-py3-none-any.whl
- Upload date:
- Size: 15.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acbba1cc6e351894ae403bd709e2e60f307968aa3e4656f5b67a0f486894ee31
|
|
| MD5 |
ddda1707e2201ac01376871126db9f28
|
|
| BLAKE2b-256 |
f7bc9a51327724e56e74aed49a526df5e3f04793caf861c6c70397514245b82e
|