/// <summary> /// Returns true if this distribution is proper /// </summary> /// <returns></returns> public bool IsProper() { return(Gaussian.IsProper()); }