示例#1
0
 /// <summary>
 /// Get the integral of this distribution times another distribution raised to a power.
 /// </summary>
 /// <param name="that"></param>
 /// <param name="power"></param>
 /// <returns></returns>
 public double GetLogAverageOfPower(TThis that, double power)
 {
     return(disc.GetLogAverageOfPower(that.disc, power));
 }