top of page
Search

Frequency Distribution Tool

  • Writer: keeyan2502
    keeyan2502
  • Oct 8, 2023
  • 1 min read

Updated: Oct 9, 2023

Technologies used: JavaScript, HTML/CSS, highcharts.js, VS Code, GitHub


I developed a standalone tool designed to perform distribution analysis on any given time series. By inputting specific intervals (or bins) and a desired return period, the tool calculates the frequency of returns falling within each bin. These results are then visually represented through a frequency distribution chart using the highcharts.js library. Additionally, the tool offers essential statistical measures such as the mean, median, mode, and skewness of the distribution for comprehensive analysis. This is part of a paid service, so the code is not public; pictures of the tool can be seen below:





 
 
bottom of page