Esempio n. 1
0
 public static Binomial Uniform(int trialCount)
 {
     return(Binomial.FromNatural(trialCount, 0, 0, 0));
 }
Esempio n. 2
0
 public double GetLogAverageOfPower(Binomial that, double power)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public double GetAverageLog(Binomial that)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
#pragma warning restore 162
#endif

        public void SetToSum(double weight1, Binomial value1, double weight2, Binomial value2)
        {
            throw new NotImplementedException();
        }