Skip to content

A simple class to determine the stability of an ongoing sampling

Notifications You must be signed in to change notification settings

BMeyerKC/Stability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stability

A simple class to determine the stability of an ongoing sampling

Usage

var tempReading = new Stable();
while (!tempReading.IsStable)
{
  tempReading.AddSample(4);
}
return tempReading.StableAverage;

About

A simple class to determine the stability of an ongoing sampling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages