Searched refs:test_cdf (Results 1 – 13 of 13) sorted by relevance
/third_party/mindspore/tests/st/probability/distribution/ | ||
D | test_poisson.py | 131 def test_cdf(): function |
D | test_logistic.py | 130 def test_cdf(): function |
D | test_categorical.py | 167 def test_cdf(): function |
D | test_geometric.py | 175 def test_cdf(): function |
D | test_bernoulli.py | 176 def test_cdf(): function |
D | test_uniform.py | 155 def test_cdf(): function |
D | test_exponential.py | 154 def test_cdf(): function |
D | test_cauchy.py | 160 def test_cdf(): function |
D | test_gamma.py | 168 def test_cdf(): function |
D | test_gumbel.py | 170 def test_cdf(): function |
D | test_normal.py | 164 def test_cdf(): function |
D | test_lognormal.py | 163 def test_cdf(): function |
/third_party/python/Lib/test/ | ||
D | test_statistics.py | 2610 def test_cdf(self): member in TestNormalDist |