Searched refs:Percentiles (Results 1 – 5 of 5) sorted by relevance
25 protected $percentilesType = Percentiles::class;43 * @param Percentiles45 public function setPercentiles(Percentiles $percentiles)50 * @return Percentiles
20 class Percentiles extends \Google\Model class44 class_alias(Percentiles::class, 'Google_Service_ChromeUXReport_Percentiles');
6 * Class Percentiles.10 class Percentiles extends AbstractSimpleAggregation class
30 use Elastica\Aggregation\Percentiles; alias 173 public function percentiles(string $name, ?string $field = null): Percentiles175 return new Percentiles($name, $field);
188 * Removed type-hint to `Elastica\Aggregation\Percentiles::setMissing()` argument [#1875](https://github.com/ruflin/Elastica/pull/1875)442 * `Aggreation\Percentiles` updated to a newer version of the Algorithm (T-Digest 3.2) and Percentiles results changed a bit Have a [look at here](https://github.com/elastic/elasticsearch/pull/28305), so updated tests in order not to fail. [#1531]([#1352](https://github.com/ruflin/Elastica/pull/1531))443 * `Aggregation\Percentiles` have been updated since [Elasticsearch 2.3](https://www.elastic.co/guide/en/elasticsearch/reference/2.3/search-aggregations-metrics-percentile-aggregation.html). In this version `compression, HDR histogram` changed their implementations. The `missing` field has never been implemented. [#1532](https://github.com/ruflin/Elastica/pull/1532)462 * Never implemented the method *Missing* on [`Aggregation\Percentiles`](https://www.elastic.co/guide/en/elasticsearch/reference/6.4/search-aggregations-metrics-percentile-aggregation.html) [#1532](https://github.com/ruflin/Elastica/pull/1532)