Skip to main content

「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


Download files

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

Source Distribution

nopapy-1.0.1.tar.gz (57.0 kB view hashes)

Uploaded Source

Built Distribution

nopapy-1.0.1-py3-none-any.whl (15.6 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