Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for populationStandardDeviation (0.19 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. android/guava-tests/test/com/google/common/math/PairedStatsTest.java

            .isWithin(ALLOWED_ERROR)
            .of(
                TWO_VALUES_PAIRED_STATS.populationCovariance()
                    / (TWO_VALUES_PAIRED_STATS.xStats().populationStandardDeviation()
                        * TWO_VALUES_PAIRED_STATS.yStats().populationStandardDeviation()));
        // For datasets of many double values, we test many combinations of finite and non-finite
        // y-values:
        for (ManyValues values : ALL_MANY_VALUES) {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 17 16:11:48 GMT 2026
    - 14.1K bytes
    - Click Count (0)
  2. guava-tests/test/com/google/common/math/PairedStatsTest.java

            .isWithin(ALLOWED_ERROR)
            .of(
                TWO_VALUES_PAIRED_STATS.populationCovariance()
                    / (TWO_VALUES_PAIRED_STATS.xStats().populationStandardDeviation()
                        * TWO_VALUES_PAIRED_STATS.yStats().populationStandardDeviation()));
        // For datasets of many double values, we test many combinations of finite and non-finite
        // y-values:
        for (ManyValues values : ALL_MANY_VALUES) {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 17 16:11:48 GMT 2026
    - 14.1K bytes
    - Click Count (0)
Back to Top