You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/master/index-all.html
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1708,6 +1708,11 @@ <h2 class="title">G</h2>
1708
1708
<dd>
1709
1709
<div class="block">This is equivalent to <a href="org/apache/datasketches/quantilescommon/QuantilesDoublesAPI.html#getCDF(double%5B%5D,org.apache.datasketches.quantilescommon.QuantileSearchCriteria)"><code>getCDF(splitPoints, INCLUSIVE)</code></a></div>
1710
1710
</dd>
1711
+
<dt><span class="memberNameLink"><a href="org/apache/datasketches/tdigest/TDigestDouble.html#getCDF(double%5B%5D)">getCDF(double[])</a></span> - Method in class org.apache.datasketches.tdigest.<a href="org/apache/datasketches/tdigest/TDigestDouble.html" title="class in org.apache.datasketches.tdigest">TDigestDouble</a></dt>
1712
+
<dd>
1713
+
<div class="block">Returns an approximation to the Cumulative Distribution Function (CDF), which is the
1714
+
cumulative analog of the PMF, of the input stream given a set of split points.</div>
1715
+
</dd>
1711
1716
<dt><span class="memberNameLink"><a href="org/apache/datasketches/kll/KllDoublesSketch.html#getCDF(double%5B%5D,org.apache.datasketches.quantilescommon.QuantileSearchCriteria)">getCDF(double[], QuantileSearchCriteria)</a></span> - Method in class org.apache.datasketches.kll.<a href="org/apache/datasketches/kll/KllDoublesSketch.html" title="class in org.apache.datasketches.kll">KllDoublesSketch</a></dt>
1712
1717
<dd> </dd>
1713
1718
<dt><span class="memberNameLink"><a href="org/apache/datasketches/quantiles/DoublesSketch.html#getCDF(double%5B%5D,org.apache.datasketches.quantilescommon.QuantileSearchCriteria)">getCDF(double[], QuantileSearchCriteria)</a></span> - Method in class org.apache.datasketches.quantiles.<a href="org/apache/datasketches/quantiles/DoublesSketch.html" title="class in org.apache.datasketches.quantiles">DoublesSketch</a></dt>
@@ -1830,7 +1835,7 @@ <h2 class="title">G</h2>
1830
1835
<dt><span class="memberNameLink"><a href="org/apache/datasketches/theta/Sketches.html#getCompactSketchMaxBytes(int)">getCompactSketchMaxBytes(int)</a></span> - Static method in class org.apache.datasketches.theta.<a href="org/apache/datasketches/theta/Sketches.html" title="class in org.apache.datasketches.theta">Sketches</a></dt>
1831
1836
<dd>
1832
1837
<div class="block">Returns the maximum number of storage bytes required for a CompactSketch given the configured
1833
-
number of nominal entries (power of 2).</div>
1838
+
log_base2 of the number of nominal entries, which is a power of 2.</div>
1834
1839
</dd>
1835
1840
<dt><span class="memberNameLink"><a href="org/apache/datasketches/kll/KllItemsSketch.html#getComparator()">getComparator()</a></span> - Method in class org.apache.datasketches.kll.<a href="org/apache/datasketches/kll/KllItemsSketch.html" title="class in org.apache.datasketches.kll">KllItemsSketch</a></dt>
1836
1841
<dd> </dd>
@@ -2857,6 +2862,11 @@ <h2 class="title">G</h2>
2857
2862
<dd>
2858
2863
<div class="block">This is equivalent to <a href="org/apache/datasketches/quantilescommon/QuantilesDoublesAPI.html#getPMF(double%5B%5D,org.apache.datasketches.quantilescommon.QuantileSearchCriteria)"><code>getPMF(splitPoints, INCLUSIVE)</code></a></div>
2859
2864
</dd>
2865
+
<dt><span class="memberNameLink"><a href="org/apache/datasketches/tdigest/TDigestDouble.html#getPMF(double%5B%5D)">getPMF(double[])</a></span> - Method in class org.apache.datasketches.tdigest.<a href="org/apache/datasketches/tdigest/TDigestDouble.html" title="class in org.apache.datasketches.tdigest">TDigestDouble</a></dt>
2866
+
<dd>
2867
+
<div class="block">Returns an approximation to the Probability Mass Function (PMF) of the input stream
2868
+
given a set of split points.</div>
2869
+
</dd>
2860
2870
<dt><span class="memberNameLink"><a href="org/apache/datasketches/kll/KllDoublesSketch.html#getPMF(double%5B%5D,org.apache.datasketches.quantilescommon.QuantileSearchCriteria)">getPMF(double[], QuantileSearchCriteria)</a></span> - Method in class org.apache.datasketches.kll.<a href="org/apache/datasketches/kll/KllDoublesSketch.html" title="class in org.apache.datasketches.kll">KllDoublesSketch</a></dt>
2861
2871
<dd> </dd>
2862
2872
<dt><span class="memberNameLink"><a href="org/apache/datasketches/quantiles/DoublesSketch.html#getPMF(double%5B%5D,org.apache.datasketches.quantilescommon.QuantileSearchCriteria)">getPMF(double[], QuantileSearchCriteria)</a></span> - Method in class org.apache.datasketches.quantiles.<a href="org/apache/datasketches/quantiles/DoublesSketch.html" title="class in org.apache.datasketches.quantiles">DoublesSketch</a></dt>
Copy file name to clipboardExpand all lines: docs/master/org/apache/datasketches/quantilescommon/QuantilesDoublesAPI.html
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -376,7 +376,7 @@ <h4>getCDF</h4>
376
376
<dt><spanclass="returnLabel">Returns:</span></dt>
377
377
<dd>a discrete CDF array of m+1 double ranks (or cumulative probabilities) on the interval [0.0, 1.0].</dd>
378
378
<dt><spanclass="throwsLabel">Throws:</span></dt>
379
-
<dd><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang" class="externalLink">IllegalArgumentException</a></code> - if sketch is empty.</dd>
379
+
<dd><code><ahref="../common/SketchesArgumentException.html" title="class in org.apache.datasketches.common">SketchesArgumentException</a></code> - if sketch is empty.</dd>
380
380
</dl>
381
381
</li>
382
382
</ul>
@@ -420,7 +420,7 @@ <h4>getCDF</h4>
420
420
<dt><spanclass="returnLabel">Returns:</span></dt>
421
421
<dd>a discrete CDF array of m+1 double ranks (or cumulative probabilities) on the interval [0.0, 1.0].</dd>
422
422
<dt><spanclass="throwsLabel">Throws:</span></dt>
423
-
<dd><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang" class="externalLink">IllegalArgumentException</a></code> - if sketch is empty.</dd>
423
+
<dd><code><ahref="../common/SketchesArgumentException.html" title="class in org.apache.datasketches.common">SketchesArgumentException</a></code> - if sketch is empty.</dd>
424
424
</dl>
425
425
</li>
426
426
</ul>
@@ -437,7 +437,7 @@ <h4>getMaxItem</h4>
437
437
<dt><spanclass="returnLabel">Returns:</span></dt>
438
438
<dd>the maximum item of the stream</dd>
439
439
<dt><spanclass="throwsLabel">Throws:</span></dt>
440
-
<dd><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang" class="externalLink">IllegalArgumentException</a></code> - if sketch is empty.</dd>
440
+
<dd><code><ahref="../common/SketchesArgumentException.html" title="class in org.apache.datasketches.common">SketchesArgumentException</a></code> - if sketch is empty.</dd>
441
441
</dl>
442
442
</li>
443
443
</ul>
@@ -454,7 +454,7 @@ <h4>getMinItem</h4>
454
454
<dt><spanclass="returnLabel">Returns:</span></dt>
455
455
<dd>the minimum item of the stream</dd>
456
456
<dt><spanclass="throwsLabel">Throws:</span></dt>
457
-
<dd><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang" class="externalLink">IllegalArgumentException</a></code> - if sketch is empty.</dd>
457
+
<dd><code><ahref="../common/SketchesArgumentException.html" title="class in org.apache.datasketches.common">SketchesArgumentException</a></code> - if sketch is empty.</dd>
458
458
</dl>
459
459
</li>
460
460
</ul>
@@ -472,7 +472,7 @@ <h4>getPMF</h4>
472
472
<dt><spanclass="returnLabel">Returns:</span></dt>
473
473
<dd>a PMF array of m+1 probability masses as doubles on the interval [0.0, 1.0].</dd>
474
474
<dt><spanclass="throwsLabel">Throws:</span></dt>
475
-
<dd><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang" class="externalLink">IllegalArgumentException</a></code> - if sketch is empty.</dd>
475
+
<dd><code><ahref="../common/SketchesArgumentException.html" title="class in org.apache.datasketches.common">SketchesArgumentException</a></code> - if sketch is empty.</dd>
476
476
</dl>
477
477
</li>
478
478
</ul>
@@ -523,7 +523,7 @@ <h4>getPMF</h4>
523
523
<dt><spanclass="returnLabel">Returns:</span></dt>
524
524
<dd>a PMF array of m+1 probability masses as doubles on the interval [0.0, 1.0].</dd>
525
525
<dt><spanclass="throwsLabel">Throws:</span></dt>
526
-
<dd><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang" class="externalLink">IllegalArgumentException</a></code> - if sketch is empty.</dd>
526
+
<dd><code><ahref="../common/SketchesArgumentException.html" title="class in org.apache.datasketches.common">SketchesArgumentException</a></code> - if sketch is empty.</dd>
527
527
</dl>
528
528
</li>
529
529
</ul>
@@ -541,7 +541,7 @@ <h4>getQuantile</h4>
541
541
<dt><spanclass="returnLabel">Returns:</span></dt>
542
542
<dd>the approximate quantile given the normalized rank.</dd>
543
543
<dt><spanclass="throwsLabel">Throws:</span></dt>
544
-
<dd><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang" class="externalLink">IllegalArgumentException</a></code> - if sketch is empty.</dd>
544
+
<dd><code><ahref="../common/SketchesArgumentException.html" title="class in org.apache.datasketches.common">SketchesArgumentException</a></code> - if sketch is empty.</dd>
545
545
</dl>
546
546
</li>
547
547
</ul>
@@ -564,7 +564,7 @@ <h4>getQuantile</h4>
564
564
<dt><spanclass="returnLabel">Returns:</span></dt>
565
565
<dd>the approximate quantile given the normalized rank.</dd>
566
566
<dt><spanclass="throwsLabel">Throws:</span></dt>
567
-
<dd><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang" class="externalLink">IllegalArgumentException</a></code> - if sketch is empty.</dd>
567
+
<dd><code><ahref="../common/SketchesArgumentException.html" title="class in org.apache.datasketches.common">SketchesArgumentException</a></code> - if sketch is empty.</dd>
568
568
<dt><spanclass="seeLabel">See Also:</span></dt>
569
569
<dd><ahref="QuantileSearchCriteria.html" title="enum in org.apache.datasketches.quantilescommon"><code>QuantileSearchCriteria</code></a></dd>
<dd>the lower bound of the quantile confidence interval in which the quantile of the
592
592
given rank exists.</dd>
593
593
<dt><spanclass="throwsLabel">Throws:</span></dt>
594
-
<dd><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang" class="externalLink">IllegalArgumentException</a></code> - if sketch is empty.</dd>
594
+
<dd><code><ahref="../common/SketchesArgumentException.html" title="class in org.apache.datasketches.common">SketchesArgumentException</a></code> - if sketch is empty.</dd>
<dd>the upper bound of the quantile confidence interval in which the true quantile of the
617
617
given rank exists.</dd>
618
618
<dt><spanclass="throwsLabel">Throws:</span></dt>
619
-
<dd><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang" class="externalLink">IllegalArgumentException</a></code> - if sketch is empty.</dd>
619
+
<dd><code><ahref="../common/SketchesArgumentException.html" title="class in org.apache.datasketches.common">SketchesArgumentException</a></code> - if sketch is empty.</dd>
620
620
</dl>
621
621
</li>
622
622
</ul>
@@ -635,7 +635,7 @@ <h4>getQuantiles</h4>
635
635
<dt><spanclass="returnLabel">Returns:</span></dt>
636
636
<dd>an array of quantiles corresponding to the given array of normalized ranks.</dd>
637
637
<dt><spanclass="throwsLabel">Throws:</span></dt>
638
-
<dd><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang" class="externalLink">IllegalArgumentException</a></code> - if sketch is empty.</dd>
638
+
<dd><code><ahref="../common/SketchesArgumentException.html" title="class in org.apache.datasketches.common">SketchesArgumentException</a></code> - if sketch is empty.</dd>
639
639
</dl>
640
640
</li>
641
641
</ul>
@@ -657,7 +657,7 @@ <h4>getQuantiles</h4>
657
657
<dt><spanclass="returnLabel">Returns:</span></dt>
658
658
<dd>an array of quantiles corresponding to the given array of normalized ranks.</dd>
659
659
<dt><spanclass="throwsLabel">Throws:</span></dt>
660
-
<dd><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang" class="externalLink">IllegalArgumentException</a></code> - if sketch is empty.</dd>
660
+
<dd><code><ahref="../common/SketchesArgumentException.html" title="class in org.apache.datasketches.common">SketchesArgumentException</a></code> - if sketch is empty.</dd>
661
661
<dt><spanclass="seeLabel">See Also:</span></dt>
662
662
<dd><ahref="QuantileSearchCriteria.html" title="enum in org.apache.datasketches.quantilescommon"><code>QuantileSearchCriteria</code></a></dd>
663
663
</dl>
@@ -677,7 +677,7 @@ <h4>getRank</h4>
677
677
<dt><spanclass="returnLabel">Returns:</span></dt>
678
678
<dd>the normalized rank corresponding to the given quantile</dd>
679
679
<dt><spanclass="throwsLabel">Throws:</span></dt>
680
-
<dd><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang" class="externalLink">IllegalArgumentException</a></code> - if sketch is empty.</dd>
680
+
<dd><code><ahref="../common/SketchesArgumentException.html" title="class in org.apache.datasketches.common">SketchesArgumentException</a></code> - if sketch is empty.</dd>
681
681
</dl>
682
682
</li>
683
683
</ul>
@@ -697,7 +697,7 @@ <h4>getRank</h4>
697
697
<dt><spanclass="returnLabel">Returns:</span></dt>
698
698
<dd>the normalized rank corresponding to the given quantile</dd>
699
699
<dt><spanclass="throwsLabel">Throws:</span></dt>
700
-
<dd><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang" class="externalLink">IllegalArgumentException</a></code> - if sketch is empty.</dd>
700
+
<dd><code><ahref="../common/SketchesArgumentException.html" title="class in org.apache.datasketches.common">SketchesArgumentException</a></code> - if sketch is empty.</dd>
701
701
<dt><spanclass="seeLabel">See Also:</span></dt>
702
702
<dd><ahref="QuantileSearchCriteria.html" title="enum in org.apache.datasketches.quantilescommon"><code>QuantileSearchCriteria</code></a></dd>
703
703
</dl>
@@ -717,7 +717,7 @@ <h4>getRanks</h4>
717
717
<dt><spanclass="returnLabel">Returns:</span></dt>
718
718
<dd>an array of normalized ranks corresponding to the given array of quantiles.</dd>
719
719
<dt><spanclass="throwsLabel">Throws:</span></dt>
720
-
<dd><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang" class="externalLink">IllegalArgumentException</a></code> - if sketch is empty.</dd>
720
+
<dd><code><ahref="../common/SketchesArgumentException.html" title="class in org.apache.datasketches.common">SketchesArgumentException</a></code> - if sketch is empty.</dd>
721
721
</dl>
722
722
</li>
723
723
</ul>
@@ -738,7 +738,7 @@ <h4>getRanks</h4>
738
738
<dt><spanclass="returnLabel">Returns:</span></dt>
739
739
<dd>an array of normalized ranks corresponding to the given array of quantiles.</dd>
740
740
<dt><spanclass="throwsLabel">Throws:</span></dt>
741
-
<dd><code><ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang" class="externalLink">IllegalArgumentException</a></code> - if sketch is empty.</dd>
741
+
<dd><code><ahref="../common/SketchesArgumentException.html" title="class in org.apache.datasketches.common">SketchesArgumentException</a></code> - if sketch is empty.</dd>
742
742
<dt><spanclass="seeLabel">See Also:</span></dt>
743
743
<dd><ahref="QuantileSearchCriteria.html" title="enum in org.apache.datasketches.quantilescommon"><code>QuantileSearchCriteria</code></a></dd>
0 commit comments