Click or drag to resize

StatisticsExtensions Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Entropy, and some wrappers to [!:MathNet.Numerics]
Inheritance Hierarchy
SystemObject
  imbSCI.Core.mathStatisticsExtensions

Namespace:  imbSCI.Core.math
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static class StatisticsExtensions
Request Example View Source

The StatisticsExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetEntropy
Calculates entropy, normalizes the output if normalize is true
Public methodStatic memberGetStatistics
Gets the statistics - [!:MathNet.Numerics.Statistics]
Public methodStatic memberGetStdDeviation
Gets the standard deviation - just a wrapper [!:MathNet.Numerics.Statistics]
Public methodStatic memberGetVariance
Gets the variance.
Top
See Also