分位数滚动:快速,可组合的Pythonic分位数过滤器

时间:2021-03-03 13:13:54
【文件属性】:
文件名称:分位数滚动:快速,可组合的Pythonic分位数过滤器
文件大小:236KB
文件格式:ZIP
更新时间:2021-03-03 13:13:54
C NumPy的滚动分位数 超高效且可组合的过滤器。 简单,干净,直观的界面。 支持流数据或批量处理。 使用纯C语言编写的精益库的Python 3绑定。 快速浏览 让我为您简要介绍一下该模块的优雅之处。 import numpy as np import rolling_quantiles as rq pipe = rq . Pipeline ( # rq.Pipeline is the only stateful object # declare a cascade of filters by a sequence of immutable description objects rq . LowPass ( window = 200 , portion = 100 , subsample_rate = 2 ), # the above takes a median
【文件预览】:
rolling-quantiles-master
----src()
--------quantile.h(2KB)
--------filter.h(2KB)
--------test.c(5KB)
--------quantile.c(5KB)
--------heap.h(3KB)
--------python.c(14KB)
--------filter.c(4KB)
--------heap.c(11KB)
----LICENSE(11KB)
----README.md(6KB)
----example.png(215KB)
----NOTICE(49B)
----.gitignore(21B)
----python()
--------MANIFEST.in(55B)
--------rolling_quantiles()
--------examples()
--------setup.cfg(638B)
--------setup.py(1KB)
--------README.md(1KB)
--------.gitignore(81B)
--------pyproject.toml(128B)

网友评论