Gets whether the distribution is known to be symmetrical around the mean.
Namespace: Extreme.Statistics.DistributionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public override bool IsSymmetrical { get; }
Public Overrides ReadOnly Property IsSymmetrical As Boolean
Get
public:
virtual property bool IsSymmetrical {
bool get () override;
}
abstract IsSymmetrical : bool with get
override IsSymmetrical : bool with get
Property Value
Type:
BooleanAlways returns
.
The purpose of this property is to allow calculations to be simplified when a probability distribution
is symmetrical around the mean. A value of always indicates that the distribution
is symmetrical.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference