VB.NET project to determine the running median by means of data on the Listbox control.
Click to Expand
Initial release.
Fixed several bugs.
Hi-DPI monitors support.
- 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.
- Results may not be accurate when you use less than the 5 numeric data samples.