HomeSort by relevance Sort by last modified time
    Searched refs:distribution (Results 76 - 100 of 2131) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/caliper/examples/src/main/java/examples/
ArraySortBenchmark.java 33 @Param private Distribution distribution; field in class:ArraySortBenchmark
39 values = distribution.create(length);
50 public enum Distribution {
  /frameworks/data-binding/baseLibrary/
build.gradle 48 distribution dataBindingConfig.licenseDistribution
  /frameworks/multidex/instrumentation/
build.gradle 61 distribution 'repo'
  /frameworks/multidex/library/
build.gradle 57 distribution 'repo'
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
ChiSquareTestImpl.java 21 import org.apache.commons.math.distribution.ChiSquaredDistribution;
22 import org.apache.commons.math.distribution.ChiSquaredDistributionImpl;
34 /** Distribution used to compute inference statistics. */
35 private ChiSquaredDistribution distribution; field in class:ChiSquareTestImpl
45 * Create a test instance using the given distribution for computing
47 * @param x distribution used to compute inference statistics.
117 distribution.setDegreesOfFreedom(expected.length - 1.0);
118 return 1.0 - distribution.cumulativeProbability(
192 distribution.setDegreesOfFreedom(df);
193 return 1 - distribution.cumulativeProbability(chiSquare(counts))
    [all...]
TTestImpl.java 21 import org.apache.commons.math.distribution.TDistribution;
22 import org.apache.commons.math.distribution.TDistributionImpl;
31 * Uses commons-math {@link org.apache.commons.math.distribution.TDistributionImpl}
38 /** Distribution used to compute inference statistics.
42 private TDistribution distribution; field in class:TTestImpl
52 * Create a test instance using the given distribution for computing
54 * @param t distribution used to compute inference statistics.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
sdist.py 3 Implements the Distutils 'sdist' command (create a source distribution)."""
34 "List of available source distribution formats:")
38 description = "create a source distribution (tarball, zip file, etc.)"
69 "formats for source distribution (comma-separated list)"),
71 "keep the distribution tree around after creating " +
74 "directory to put the source distribution archive(s) in "
91 "list available distribution formats", show_formats),
166 # Otherwise, go ahead and create the source distribution tarball,
174 check = self.distribution.get_command_obj('check')
180 distribution, and put it in 'self.filelist'. This might involve
    [all...]
  /external/python/cpython2/Lib/distutils/command/
sdist.py 3 Implements the Distutils 'sdist' command (create a source distribution)."""
34 "List of available source distribution formats:")
38 description = "create a source distribution (tarball, zip file, etc.)"
69 "formats for source distribution (comma-separated list)"),
71 "keep the distribution tree around after creating " +
74 "directory to put the source distribution archive(s) in "
91 "list available distribution formats", show_formats),
166 # Otherwise, go ahead and create the source distribution tarball,
174 check = self.distribution.get_command_obj('check')
180 distribution, and put it in 'self.filelist'. This might involv
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
sdist.py 3 Implements the Distutils 'sdist' command (create a source distribution)."""
34 "List of available source distribution formats:")
38 description = "create a source distribution (tarball, zip file, etc.)"
69 "formats for source distribution (comma-separated list)"),
71 "keep the distribution tree around after creating " +
74 "directory to put the source distribution archive(s) in "
91 "list available distribution formats", show_formats),
166 # Otherwise, go ahead and create the source distribution tarball,
174 check = self.distribution.get_command_obj('check')
180 distribution, and put it in 'self.filelist'. This might involv
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
sdist.py 3 Implements the Distutils 'sdist' command (create a source distribution)."""
34 "List of available source distribution formats:")
38 description = "create a source distribution (tarball, zip file, etc.)"
69 "formats for source distribution (comma-separated list)"),
71 "keep the distribution tree around after creating " +
74 "directory to put the source distribution archive(s) in "
91 "list available distribution formats", show_formats),
166 # Otherwise, go ahead and create the source distribution tarball,
174 check = self.distribution.get_command_obj('check')
180 distribution, and put it in 'self.filelist'. This might involv
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 3 Implements the Distutils 'sdist' command (create a source distribution)."""
34 "List of available source distribution formats:")
38 description = "create a source distribution (tarball, zip file, etc.)"
69 "formats for source distribution (comma-separated list)"),
71 "keep the distribution tree around after creating " +
74 "directory to put the source distribution archive(s) in "
91 "list available distribution formats", show_formats),
166 # Otherwise, go ahead and create the source distribution tarball,
174 check = self.distribution.get_command_obj('check')
180 distribution, and put it in 'self.filelist'. This might involv
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 3 Implements the Distutils 'sdist' command (create a source distribution)."""
34 "List of available source distribution formats:")
38 description = "create a source distribution (tarball, zip file, etc.)"
69 "formats for source distribution (comma-separated list)"),
71 "keep the distribution tree around after creating " +
74 "directory to put the source distribution archive(s) in "
91 "list available distribution formats", show_formats),
166 # Otherwise, go ahead and create the source distribution tarball,
174 check = self.distribution.get_command_obj('check')
180 distribution, and put it in 'self.filelist'. This might involv
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspDebugLibSerialPort/Ia32/
FspDebug.s 6 # which accompanies this distribution. The full text of the license may be found at
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
CpuBreakpoint.S 6 # which accompanies this distribution. The full text of the license may be found at
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/X64/
fpu_rmode.S 6 # which accompanies this distribution. The full text of the license may be found at
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmmInit.S 6 # which accompanies this distribution. The full text of the license may be found at
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmmInit.S 6 # which accompanies this distribution. The full text of the license may be found at
  /device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/AArch64/
GccSemihost.S 8 # which accompanies this distribution. The full text of the license may be found at
  /device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/Arm/
GccSemihost.S 7 # which accompanies this distribution. The full text of the license may be found at
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
CpuBreakpoint.S 6 # which accompanies this distribution. The full text of the license may be found at
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/AArch64/
MemoryFence.S 9 # which accompanies this distribution. The full text of the license may be found at
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
MemoryFence.S 9 # which accompanies this distribution. The full text of the license may be found at
  /external/protobuf/
autogen.sh 4 # be included in the distribution. These files are not checked in because they
25 root of the distribution tree.
  /external/protobuf/util/
autogen.sh 4 # be included in the distribution. These files are not checked in because they
25 root of the distribution tree.
  /frameworks/data-binding/compiler/
build.gradle 55 distribution dataBindingConfig.licenseDistribution

Completed in 780 milliseconds

1 2 34 5 6 7 8 91011>>