This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/datasketches-website.git
commit 6b86bb8c9cbe5d9c9b1e9b05e01476484d6977b8 Merge: 344c2e55 b63bfec8 Author: Lee Rhodes <[email protected]> AuthorDate: Tue Aug 16 15:19:48 2022 -0700 Merge branch 'master' of https://github.com/apache/datasketches-website _includes/downloadsInclude.txt | 3 +- .../SketchingQuantilesAndRanksTutorial.md | 98 +++++++++++----------- docs/Tuple/TupleEngagementExample.md | 2 +- 3 files changed, 52 insertions(+), 51 deletions(-) diff --cc docs/Quantiles/SketchingQuantilesAndRanksTutorial.md index 584ec923,e92478f7..b9f54ac8 --- a/docs/Quantiles/SketchingQuantilesAndRanksTutorial.md +++ b/docs/Quantiles/SketchingQuantilesAndRanksTutorial.md @@@ -19,13 -19,13 +19,13 @@@ layout: doc_pag specific language governing permissions and limitations under the License. --> -# Sketching Quantiles and Ranks, the Basics +# Sketching Quantiles and Ranks Tutorial Streaming quantiles algorithms, or quantiles sketches, enable us to analyze the distributions - of massive data very quickly using only a small amout of space. - They allow us to compute a quantile values given a desired rank, or compute a rank given + of massive data very quickly using only a small amount of space. + They allow us to compute quantile values given a desired rank, or compute a rank given a quantile value. Quantile sketches enable us to plot the CDF, PMF or histograms of a distribution. - The goal of this short tutorial it to introduce to the reader some of the basic concepts + The goal of this short tutorial it to introduce the reader to some of the basic concepts of quantiles, ranks and their functions. ## What is a rank? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
