Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for longsToDoubles (0.17 sec)

  1. android/guava/src/com/google/common/math/Quantiles.java

         *     this call (it is copied instead)
         * @return the quantile value
         */
        public double compute(long... dataset) {
          return computeInPlace(longsToDoubles(dataset));
        }
    
        /**
         * Computes the quantile value of the given dataset.
         *
         * @param dataset the dataset to do the calculation on, which must be non-empty, which will be
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri May 12 17:02:53 UTC 2023
    - 29.9K bytes
    - Viewed (0)
Back to top