文件名称:smoothish:时序数据的稳健平滑
文件大小:58KB
文件格式:ZIP
更新时间:2024-05-20 05:23:46
data time-series smoothing smooth moving-average
平滑-使用边界和缺失数据处理来平滑时间序列数据 Smoothish JavaScript库提供了居中移动平均函数的变体,这些变体对丢失数据具有鲁棒性,并且不会在起点和终点边界丢点。 安装和导入 安装: npm install smoothish 导入(经典): const smoothish = require ( 'smoothish' ) 或(现代): import smoothish from 'smoothish' 基本用法 请考虑以下十二个值的时间序列: // Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dex const daysPerMonth = [ 31 , 28 , 31 , 30 , 31 , 30 , 31 , 31 , 30 , 31 , 30 , 31 ] 这造成了一
【文件预览】:
smoothish-master
----.gitignore(13B)
----build.toml(135B)
----package.json(492B)
----api.md(1KB)
----package-lock.json(120KB)
----.nvmrc(9B)
----.travis.yml(18B)
----LICENSE(14KB)
----index.js(6KB)
----README.md(8KB)
----example.js(2KB)
----.vscode()
--------settings.json(88B)
----test()
--------snapshots()
--------test.js(9KB)