generate-fractal-signal
Version:
Generates fractal time series of a specified length based on DFA algorithm within a specified range.
32 lines (31 loc) • 734 B
JSON
{
"name": "generate-fractal-signal",
"version": "1.0.1",
"description": "Generates fractal time series of a specified length based on DFA algorithm within a specified range.",
"main": "generate-signal.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/noduslabs/generate-fractal-signal"
},
"homepage": "https://github.com/noduslabs/generate-fractal-signal",
"keywords": [
"fractal",
"dfa",
"signal",
"processing",
"signal",
"processing",
"time",
"series",
"scraping",
"captcha"
],
"author": "Dmitry Paranyushkin / Nodus Labs",
"license": "AGPL-3.0-or-later",
"dependencies": {
"dfa-variability": "^2.0.0"
}
}