| StatisticsEntropy Method |
| Name | Description | |
|---|---|---|
| Entropy(IEnumerableDouble) |
Calculates the entropy of a stream of double values in bits.
Returns NaN if any of the values in the stream are NaN.
| |
| Entropy(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.
|