# Statistic-Calculator-with-GUI **Repository Path**: runyuanj/Statistic-Calculator-with-GUI ## Basic Information - **Project Name**: Statistic-Calculator-with-GUI - **Description**: No description available - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-10 - **Last Updated**: 2023-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Statistic-Calculator-with-GUI In the Java project, we implemented a s tatistic calculator (roughness analysis tool) with user friendly interface by JavaFX. The project supports: >- Streaming from text file >- Calculate the mean, variance, median and standard deviation >- Plot the normalized histogram of the deviation, with an option to choose different bin method >- Fit and plot the histogram with a Probability Density Function model (PDF) >- Display the fitting parameters >- Save the histogram and the fitted PDF as a Bitmap png file Note: The project passes test under Java SE Development Kit 8 and requires JFreeChart version 1.5.0.