Non Central Beta Distribution.Is Symmetrical Property
Gets whether the distribution is known to be symmetrical around the mean.
Definition
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if Alpha equals Beta; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override bool IsSymmetrical { get; }
Property Value
Booleantrue if Alpha equals Beta; otherwise false.
Remarks
The purpose of this property is to allow calculations to be simplified when a probability distribution is symmetrical around the mean. A beta distribution is symmetrical if the two shape parameters, Alpha and Beta are equal.