Filter By
Displaying results 1 - 5 of 5 (Page 1 of 1)
Statistical analysis of data in the console window. For example this module can generate a histogram (Get-Histogram) and visualize it (Add-Bar). It also provides several statistical properties of the input data (Measure-Object and Show-Measurement). Using Get-SlidingAverage, data can be analyzed in a pipeline in real-time. Tags |
Because Math is Tedious, not Hard Tags |
PowerShell Math and Statistics Library is a collection of math and statistics classes and cmdlets for PowerShell. It is built on top of Accord.NET (http://accord-framework.net/). This is a work in progress, but already usable for many use cases. For more details, see https://github.com/horker/psmath Tags |