Click or drag to resize

StatisticsEntropy Method

Overload List
 NameDescription
Public methodStatic memberEntropy(IEnumerableDouble) Calculates the entropy of a stream of double values in bits. Returns NaN if any of the values in the stream are NaN.
Public methodStatic memberEntropy(IEnumerableNullableDouble) Calculates the entropy of a stream of double values in bits. Returns NaN if any of the values in the stream are NaN. Null-entries are ignored.
Top
See Also