From a6e24b20986ea8dfc99ab7ea21e4c48981319a35 Mon Sep 17 00:00:00 2001 From: Cassandra Targett Date: Tue, 3 Apr 2018 10:45:47 -0500 Subject: [PATCH] Ref Guide: fix out of order heading levels (were 3s, should be 2s after 1s) --- solr/solr-ref-guide/src/simulations.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/solr/solr-ref-guide/src/simulations.adoc b/solr/solr-ref-guide/src/simulations.adoc index 814110ffefc..c4ee57d4d8e 100644 --- a/solr/solr-ref-guide/src/simulations.adoc +++ b/solr/solr-ref-guide/src/simulations.adoc @@ -22,7 +22,7 @@ stochastic systems. This section of the user guide describes how to perform both *uncorrelated* and *correlated* Monte Carlo simulations using the *sampling* capabilities of the probability distribution framework. -=== Uncorrelated Simulations +== Uncorrelated Simulations Uncorrelated Monte Carlo simulations model stochastic systems with the assumption that the underlying random variables move independently of each other. @@ -86,7 +86,7 @@ When this expression is sent to the /stream handler it responds with: } ---- -=== Correlated Simulations +== Correlated Simulations The simulation above assumes that the lengths of *componentA* and *componentB* vary independently. What would happen to the probability model if there was a correlation between the lengths of @@ -210,4 +210,3 @@ When this expression is sent to the /stream handler it responds with: } } ---- -