Collective2 Explorer
Collective2 Explorer
MathNet.Numerics Namespaces
MathNet.Numerics.Statistics
Statistics Class
Statistics Methods
Entropy Method
Entropy Method (IEnumerable(Double))
Entropy Method (IEnumerable(Nullable(Double)))
Statistics
Entropy Method (IEnumerable
Double
)
Calculates the entropy of a stream of double values in bits. Returns NaN if any of the values in the stream are NaN.
Namespace:
MathNet.Numerics.Statistics
Assembly:
MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
Copy
public
static
double
Entropy
(
IEnumerable
<
double
>
data
)
Parameters
data
Type:
System.Collections.Generic
IEnumerable
Double
The data sample sequence.
Return Value
Type:
Double
See Also
Reference
Statistics Class
Entropy Overload
MathNet.Numerics.Statistics Namespace