예제 #1
0
 def _cdf(self, x, df, nc):
     return special.chndtr(x, df, nc)
예제 #2
0
 def _cdf(self, x, df, nc):
     return special.chndtr(x,df,nc)
예제 #3
0
 def _cdf(self, x, a):
     return special.chndtr(x*x, 2, a*a)
예제 #4
0
 def _cdf(self, x, a):
     return special.chndtr(x*x, 2, a*a)