Gets the entropy of the distribution.
Namespace:
Extreme.Statistics.Distributions
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual double Entropy { get; }
Public Overridable ReadOnly Property Entropy As Double
Get
public:
virtual property double Entropy {
double get ();
}
abstract Entropy : float with get
override Entropy : float with get
Property Value
Type:
DoubleThe entropy of the distribution.
Reference