HomeSort by relevance Sort by last modified time
    Searched full:distribution (Results 51 - 75 of 35851) sorted by null

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/include/
MAINTAINERS 5 Copying and distribution of this file, with or without modification,
  /toolchain/binutils/binutils-2.25/ld/
MAINTAINERS 6 Copying and distribution of this file, with or without modification,
  /toolchain/binutils/binutils-2.25/ld/emulparams/
README 7 Copying and distribution of this file, with or without modification,
  /toolchain/binutils/binutils-2.25/opcodes/
MAINTAINERS 5 Copying and distribution of this file, with or without modification,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
ZipfDistribution.java 18 package org.apache.commons.math.distribution;
21 * The Zipf (or zeta) Distribution.
26 * Distribution</a></li>
35 * Get the number of elements (e.g. corpus size) for the distribution.
42 * Set the number of elements (e.g. corpus size) for the distribution.
54 * Get the exponent characterising the distribution.
61 * Set the exponent characterising the distribution.
WeibullDistribution.java 18 package org.apache.commons.math.distribution;
21 * Weibull Distribution. This interface defines the two parameter form of the
22 * distribution as defined by
24 * Weibull Distribution</a>, equations (1) and (2).
30 * Weibull Distribution</a></li>
ChiSquaredDistributionImpl.java 17 package org.apache.commons.math.distribution;
41 /** Internal Gamma distribution. */
48 * Create a Chi-Squared distribution with the given degrees of freedom.
56 * Create a Chi-Squared distribution with the given degrees of freedom.
58 * @param g the underlying gamma distribution used to compute probabilities.
72 * Create a Chi-Squared distribution with the given degrees of freedom and
136 * For this distribution, X, this method returns P(X &lt; x).
138 * @return CDF for this distribution.
147 * For this distribution, X, this method returns the critical point x, such
239 * Modify the underlying gamma distribution. The caller is responsible fo
    [all...]
IntegerDistribution.java 17 package org.apache.commons.math.distribution;
29 * to this distribution, this method returns P(X = x). In other words, this
30 * method represents the probability mass function for the distribution.
39 * to this distribution, this method returns P(X &le; x). In other words,
40 * this method represents the probability distribution function, or PDF
41 * for the distribution.
44 * @return PDF for this distribution.
51 * For this distribution, X, this method returns P(x0 &le; X &le; x1).
62 * For this distribution, X, this method returns the largest x such that
NormalDistributionImpl.java 18 package org.apache.commons.math.distribution;
30 * {@link org.apache.commons.math.distribution.NormalDistribution}.
49 /** The mean of this distribution. */
52 /** The standard deviation of this distribution. */
59 * Create a normal distribution using the given mean and standard deviation.
60 * @param mean mean for this distribution
61 * @param sd standard deviation for this distribution
68 * Create a normal distribution using the given mean, standard deviation and
69 * inverse cumulative distribution accuracy.
71 * @param mean mean for this distribution
    [all...]
  /external/iproute2/netem/
paretonormal.c 2 * Paretoormal distribution table generator
4 * This distribution is simply .25*normal + .75*pareto; a combination
7 * The entries represent a scaled inverse of the cumulative distribution
61 "# This is the distribution table for the paretonormal distribution.\n"
  /external/iproute2/
README.distribution 1 I. About the distribution tables
3 The table used for "synthesizing" the distribution is essentially a scaled,
4 translated, inverse to the cumulative distribution function.
6 Here's how to think about it: Let F() be the cumulative distribution
7 function for a probability distribution X. We'll assume we've scaled
24 distribution has the same approximate "shape" as X, simply by letting
26 To see this, it's enough to show that Y's cumulative distribution function,
39 II. How to create distribution tables (in theory)
43 Pareto distribution is one example of this. In other cases, and
44 especially for matching an experimentally observed distribution, it'
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
RandomDataImpl.java 28 import org.apache.commons.math.distribution.BetaDistributionImpl;
29 import org.apache.commons.math.distribution.BinomialDistributionImpl;
30 import org.apache.commons.math.distribution.CauchyDistributionImpl;
31 import org.apache.commons.math.distribution.ChiSquaredDistributionImpl;
32 import org.apache.commons.math.distribution.ContinuousDistribution;
33 import org.apache.commons.math.distribution.FDistributionImpl;
34 import org.apache.commons.math.distribution.GammaDistributionImpl;
35 import org.apache.commons.math.distribution.HypergeometricDistributionImpl;
36 import org.apache.commons.math.distribution.IntegerDistribution;
37 import org.apache.commons.math.distribution.PascalDistributionImpl
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_dumb.py 4 distribution -- i.e., just an archive to be unpacked under $prefix or
21 description = 'create a "dumb" built distribution'
24 "temporary directory for creating the distribution"),
32 "creating the distribution archive"),
98 archive_basename = "%s.%s" % (self.distribution.get_fullname(),
110 if (self.distribution.has_ext_modules() and
113 ("can't make a dumb built distribution where "
125 if self.distribution.has_ext_modules():
129 self.distribution.dist_files.append(('bdist_dumb', pyversion,
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_dumb.py 4 distribution -- i.e., just an archive to be unpacked under $prefix or
21 description = 'create a "dumb" built distribution'
24 "temporary directory for creating the distribution"),
32 "creating the distribution archive"),
98 archive_basename = "%s.%s" % (self.distribution.get_fullname(),
110 if (self.distribution.has_ext_modules() and
113 ("can't make a dumb built distribution where "
125 if self.distribution.has_ext_modules():
129 self.distribution.dist_files.append(('bdist_dumb', pyversion,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_dumb.py 4 distribution -- i.e., just an archive to be unpacked under $prefix or
21 description = 'create a "dumb" built distribution'
24 "temporary directory for creating the distribution"),
32 "creating the distribution archive"),
98 archive_basename = "%s.%s" % (self.distribution.get_fullname(),
110 if (self.distribution.has_ext_modules() and
113 ("can't make a dumb built distribution where "
125 if self.distribution.has_ext_modules():
129 self.distribution.dist_files.append(('bdist_dumb', pyversion,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_dumb.py 4 distribution -- i.e., just an archive to be unpacked under $prefix or
21 description = 'create a "dumb" built distribution'
24 "temporary directory for creating the distribution"),
32 "creating the distribution archive"),
98 archive_basename = "%s.%s" % (self.distribution.get_fullname(),
110 if (self.distribution.has_ext_modules() and
113 ("can't make a dumb built distribution where "
125 if self.distribution.has_ext_modules():
129 self.distribution.dist_files.append(('bdist_dumb', pyversion,
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.pom 37 <distribution>repo</distribution>
42 <distribution>repo</distribution>
47 <distribution>repo</distribution>
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
core.py 5 indirectly provides the Distribution and Command classes, although they are
20 from distutils.dist import Distribution
64 Distribution instance; find and parse config files; parse the command
69 The Distribution instance might be an instance of a class supplied via
71 supplied, then the Distribution class (in dist.py) is instantiated.
73 attributes of the Distribution instance.
88 driven entirely by the Distribution object (which each command object
96 # Determine the distribution class -- either caller-supplied or
97 # our Distribution (see below).
102 klass = Distribution
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
core.py 5 indirectly provides the Distribution and Command classes, although they are
20 from distutils.dist import Distribution
64 Distribution instance; find and parse config files; parse the command
69 The Distribution instance might be an instance of a class supplied via
71 supplied, then the Distribution class (in dist.py) is instantiated.
73 attributes of the Distribution instance.
88 driven entirely by the Distribution object (which each command object
96 # Determine the distribution class -- either caller-supplied or
97 # our Distribution (see below).
102 klass = Distribution
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
core.py 5 indirectly provides the Distribution and Command classes, although they are
20 from distutils.dist import Distribution
64 Distribution instance; find and parse config files; parse the command
69 The Distribution instance might be an instance of a class supplied via
71 supplied, then the Distribution class (in dist.py) is instantiated.
73 attributes of the Distribution instance.
88 driven entirely by the Distribution object (which each command object
96 # Determine the distribution class -- either caller-supplied or
97 # our Distribution (see below).
102 klass = Distribution
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
core.py 5 indirectly provides the Distribution and Command classes, although they are
20 from distutils.dist import Distribution
64 Distribution instance; find and parse config files; parse the command
69 The Distribution instance might be an instance of a class supplied via
71 supplied, then the Distribution class (in dist.py) is instantiated.
73 attributes of the Distribution instance.
88 driven entirely by the Distribution object (which each command object
96 # Determine the distribution class -- either caller-supplied or
97 # our Distribution (see below).
102 klass = Distribution
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
DistributionPointName.java 38 * It is used in the CRL Distribution Points Extension (OID = 2.5.29.31)
39 * and the Issuing Distribution Point Extension (OID = 2.5.29.28).
96 * Creates a distribution point name using a full name.
98 * @param fullName the name for the distribution point.
110 * Creates a distribution point name using a relative name.
112 * @param relativeName the name of the distribution point relative to
125 * Creates a distribution point name from its DER-encoded form.
151 * Returns the full name for the distribution point or null if not set.
158 * Returns the relative name for the distribution point or null if not set.
165 * Encodes the distribution point name and writes it to the DerOutputStream
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudfront/
__init__.py 28 from boto.cloudfront.distribution import Distribution, DistributionSummary, DistributionConfig
29 from boto.cloudfront.distribution import StreamingDistribution, StreamingDistributionSummary, StreamingDistributionConfig
115 resource = 'streaming-distribution'
117 resource = 'distribution'
155 return self._get_all_objects('distribution', tags)
158 return self._get_info(distribution_id, 'distribution', Distribution)
161 return self._get_config(distribution_id, 'distribution',
173 return self._create_object(config, 'distribution', Distribution
    [all...]
  /external/jacoco/org.jacoco.examples/
assembly.xml 6 which accompanies this distribution, and is available at
13 <id>distribution</id>
  /external/libjpeg-turbo/
rdgif.c 6 * For conditions of distribution and use, see the accompanying README file.
12 * the ability to read GIF files has been removed from the IJG distribution. *

Completed in 3099 milliseconds

1 23 4 5 6 7 8 91011>>