Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 15 hours 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-18T14:31:54.000Z (25 days ago)
- Last Synced: 2025-01-18T15:34:10.046Z (25 days ago)
- Topics: algorithms, calibration, correction, mean, outliers, quicksort, running-median, runningmedian, statistics, vb-net, vbnet, visual-basic
- Language: Visual Basic .NET
- Homepage:
- Size: 292 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 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.](https://videoapi-muybridge.vimeocdn.com/animated-thumbnails/image/2dbb2e91-d9c1-4799-beea-9b1e6a9e6a85.gif?ClientID=vimeo-core-prod&Date=1648603639&Signature=a785b7936ee37beb6a0e010ae71a8215ae16bdf9)](https://vimeo.com/693794659 "Data Calibration Demo Using the Running Median Method - Click to Watch")## Demonstration
![Final Product](Screenshot.png)## Known Issues
- Results may not be accurate when you use less than the 5 numeric data samples.