예제 #1
0
 /// <summary>
 /// The log of the integral of the product of this discrete distribution and that discrete distribution
 /// </summary>
 /// <param name="that">That discrete distribution</param>
 /// <returns>The log inner product</returns>
 public double GetLogAverageOf(TThis that)
 {
     return(disc.GetLogAverageOf(that.disc));
 }