Click or drag to resize

StatisticsEntropy(IEnumerableNullableDouble) Method

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.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double Entropy(
	IEnumerable<double?> data
)

Parameters

data  IEnumerableNullableDouble
The data sample sequence.

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.Statistics.Statistics.Entropy(System.Collections.Generic.IEnumerable{System.Nullable{System.Double}})"]

See Also