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/06/06 02:06:09 UTC

[lucene-solr] branch SOLR-13105-visual updated: SOLR-13105: Add sampling distributions to the TOC

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

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


The following commit(s) were added to refs/heads/SOLR-13105-visual by this push:
     new 2b1ac4b  SOLR-13105: Add sampling distributions to the TOC
2b1ac4b is described below

commit 2b1ac4b9c13a55796d6b8a881f50b6359d476b04
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Wed Jun 5 22:05:58 2019 -0400

    SOLR-13105: Add sampling distributions to the TOC
---
 solr/solr-ref-guide/src/math-expressions.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/math-expressions.adoc b/solr/solr-ref-guide/src/math-expressions.adoc
index da41e27..12e6f1d 100644
--- a/solr/solr-ref-guide/src/math-expressions.adoc
+++ b/solr/solr-ref-guide/src/math-expressions.adoc
@@ -41,7 +41,7 @@ image::images/math-expressions/curve-fitting.png[]
 
 *<<probability-distributions.adoc#probability-distributions,Probability>>*: Mathematical models of probability.
 
-*<<simulations.adoc#simulations,Monte Carlo Simulations>>*: Performing uncorrelated and correlated Monte Carlo simulations.
+*<<simulations.adoc#simulations,Simulations and Sampling Distributions>>*:  Monte Carlo simulations and the Sampling Distribution of the Mean.
 
 *<<regression.adoc#regression,Linear Regression>>*: Simple and multivariate linear regression.