/// <summary> /// {@inheritDoc} /// </summary> public virtual double getCDF(double?x) { ArgChecker.notNull(x, "x"); return(_dist.cdf(x.Value)); }