Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.