Collective2 Explorer
Collective2 Explorer
MathNet.Numerics Namespaces
MathNet.Numerics.Statistics
StreamingStatistics Class
StreamingStatistics Methods
Covariance Method
Entropy Method
Maximum Method
Mean Method
MeanStandardDeviation Method
MeanVariance Method
Minimum Method
PopulationCovariance Method
PopulationStandardDeviation Method
PopulationVariance Method
RootMeanSquare Method
StandardDeviation Method
Variance Method
StreamingStatistics
Entropy Method
Calculates the entropy of a stream of double values. 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
>
stream
)
Parameters
stream
Type:
System.Collections.Generic
IEnumerable
Double
The input stream to evaluate.
Return Value
Type:
Double
See Also
Reference
StreamingStatistics Class
MathNet.Numerics.Statistics Namespace