示例#1
0
文件: Mediator.cs 项目: im1sha/samm
 public bool CheckIndirectEstimation(double estimation, double epsilon)
 {
     return(_distribution.CheckIndirectEstimation(estimation, epsilon));
 }