https://github.com/happybono/runningmedian
VB.NET project to determine the running median by means of a data on the listbox control.
https://github.com/happybono/runningmedian
algorithms calibration correction mean outliers quicksort running-median runningmedian statistics vb-net vbnet visual-basic
Last synced: 22 days ago
JSON representation
VB.NET project to determine the running median by means of a data on the listbox control.
- Host: GitHub
- URL: https://github.com/happybono/runningmedian
- Owner: happybono
- License: mit
- Created: 2022-02-17T04:08:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T09:27:47.000Z (2 months ago)
- Last Synced: 2025-02-21T10:32:27.257Z (2 months ago)
- Topics: algorithms, calibration, correction, mean, outliers, quicksort, running-median, runningmedian, statistics, vb-net, vbnet, visual-basic
- Language: Visual Basic .NET
- Homepage:
- Size: 294 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RunningMedian
VB.NET project to determine the running median by medians 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
[](https://vimeo.com/693794659 "Data Calibration Demo Using the Running Median Method - Click to Watch")## Demonstration
## Known Issues
- Results may not be accurate when you use less than the 5 numeric data samples.