Skip to content

VB.NET project to determine the running median by means of a data on the listbox control.

License

Notifications You must be signed in to change notification settings

happybono/RunningMedian

Repository files navigation

RunningMedian

VB.NET project to determine the running median by means of data on the Listbox control.

What's New

Click to Expand

v1.0

February 16, 2022

Initial release.

February 17, 2022

Fixed several bugs.

March 06, 2022

Hi-DPI monitors support.

Features

  • Copy and paste the necessary numeric data or drag and drop the data from the Microsoft Excel sheet or other spreadsheet software into the listbox.
  • To calibrate and convert original data using the running median method, click on the [Calculate] button.
  • Applied quick sort algorithm.
  • Correcting for outliers in a running median.

Principle Demonstration

Data Calibration Demo Using the Running Median Method.

Demonstration

Final Product

Known Issues

  • Results may not be accurate when you use less than the 5 numeric data samples.