コード例 #1
0
ファイル: normal.py プロジェクト: HowieYang0/notmnist-ex
 def _survival_function(self, x):
   return special_math.ndtr(-self._z(x))
コード例 #2
0
ファイル: normal.py プロジェクト: HowieYang0/notmnist-ex
 def _cdf(self, x):
   return special_math.ndtr(self._z(x))