Click or drag to resize

UniformDistributionCanInvertCdf Property

Gets a value indicating whether this instance can invert its cumulative distribution function.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public override bool CanInvertCdf { get; }

Property Value

Type: Boolean
true if this instance can invert the cumulative distribution function; otherwise, false.
See Also