OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Binomial
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
binomial.py
15
"""The
Binomial
distribution class."""
34
after sampling `self.total_count` draws from this
Binomial
distribution, the
46
"""The
binomial
cumulative distribution function.
67
class
Binomial
(distribution.Distribution):
68
"""
Binomial
distribution.
72
Binomial
.
76
The
Binomial
is a distribution over the number of `1`'s in `total_count`
98
dist =
Binomial
(total_count=5., probs=.5)
104
dist =
Binomial
(total_count=5., logits=0.)
113
dist =
Binomial
(total_count=4., probs=p
[
all
...]
/prebuilts/go/darwin-x86/src/math/big/
int.go
189
//
Binomial
sets z to the
binomial
coefficient of (n, k) and returns z.
190
func (z *Int)
Binomial
(n, k int64) *Int {
193
k = n - k //
Binomial
(n, k) ==
Binomial
(n, n-k)
/prebuilts/go/linux-x86/src/math/big/
int.go
189
//
Binomial
sets z to the
binomial
coefficient of (n, k) and returns z.
190
func (z *Int)
Binomial
(n, k int64) *Int {
193
k = n - k //
Binomial
(n, k) ==
Binomial
(n, n-k)
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar
Completed in 1048 milliseconds