You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2019/12/13 14:08:11 UTC

[lucene-solr] branch visual-guide updated: Visual Guide: Improve quantile plot docs 1

This is an automated email from the ASF dual-hosted git repository.

jbernste pushed a commit to branch visual-guide
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/visual-guide by this push:
     new 231b42b  Visual Guide: Improve quantile plot docs 1
231b42b is described below

commit 231b42b8a919dceb8624bf6fcbfdd9d3927738b8
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Fri Dec 13 09:08:04 2019 -0500

    Visual Guide: Improve quantile plot docs 1
---
 solr/solr-ref-guide/src/statistics.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/statistics.adoc b/solr/solr-ref-guide/src/statistics.adoc
index f77208b..4d0cefb 100644
--- a/solr/solr-ref-guide/src/statistics.adoc
+++ b/solr/solr-ref-guide/src/statistics.adoc
@@ -366,7 +366,7 @@ In this example the distribution of daily stock price changes for two stock tick
 The example first creates an array of values representing the percentiles that will be calculated and sets this array
 to variable *p*. Then random samples of the *change_d* field are drawn for the tickers *amzn* and *goog*. The *change_d* field
 represents the change in stock price for one day. Then the *change_d* field is vectorized for both samples and placed
-in the variable *amzn* and *goog*. The `percentile` function is then used to calculate the percentiles for both vectors. Notice that
+in the variables *amzn* and *goog*. The `percentile` function is then used to calculate the percentiles for both vectors. Notice that
 the variable *p* is used to specify the list of percentiles that are calculated.
 
 Finally `zplot` is used to plot the percentiles sequence on the *x-axis* and the calculated