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