The Trimmed Mean Calculator is a web application that calculates the trimmed mean of a set of numbers based on a user-defined percentage of elements to be trimmed from both ends of the set.
To use the Trimmed Mean Calculator, follow these steps:
- Enter the set of numbers you want to calculate the trimmed mean for in the "Numbers" field.
- Enter the percentage of elements you want to trim from both ends of the set in the "Percentage to Trim" field.
- Click the "Calculate" button to get the trimmed mean.
To build and run the project, follow these steps:
- Clone this repository.
- Install the dependencies by running
yarn install. - Build the project by running
yarn build.
After the build process is complete, you can open the index.html file located in the 'dist' directory in your web browser to use the calculator.
Contributions to the Trimmed Mean Calculator are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.
The Trimmed Mean Calculator is licensed under the MIT License. See the LICENSE file for details.