Ref Guide: fix out of order heading levels (were 3s, should be 2s after 1s)

This commit is contained in:
Cassandra Targett 2018-04-03 10:45:47 -05:00
parent a8b42300c0
commit a6e24b2098
1 changed files with 2 additions and 3 deletions

View File

@ -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:
}
}
----