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