Namespace LinqStatistics
Classes
- Bin
A discrete count of items which fall into a given range
- EnumerableStats
Static class with statistical extension methods for IEnumerable<T> Methods return NaN instead of throwing exceptions in cases that would result in divide by zero
- ItemCount<T>
Represents the count of an item in a collection
Structs
- LeastSquares
Represents the result of a LeastSquares calculation of the form y = mX + b
- Range<T>
An ordered pair of values, representing a segment.
Enums
- BinningMode
Controls how the range of the bins are determined