Skip to content

Commit 32daade

Browse files
authored
Merge pull request #898 from stan-dev/docs-2-37
Docs generated by Jenkins for v2-37
2 parents 7d1322e + 318516d commit 32daade

15 files changed

+117
-91
lines changed

docs/2_37/cmdstan-guide-2_37.pdf

0 Bytes
Binary file not shown.
7 Bytes
Binary file not shown.

docs/2_37/functions-reference/functions_index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6779,8 +6779,11 @@ <h2 class="anchored" data-anchor-id="z">Z</h2>
67796779
<li><div class="index-container">
67806780
<a href="../functions-reference/matrix_operations.html#index-entry-7b23944569e7b31c1e4f17cc78de7996783733f1"><code>(int n) : row_vector</code></a> <span class="detail">(matrix_operations.html)</span>
67816781
</div></li>
6782+
</ul>
6783+
<p><a id="zeros_vector" href="#zeros_vector" class="anchored unlink"><strong>zeros_vector</strong>:</a></p>
6784+
<ul>
67826785
<li><div class="index-container">
6783-
<a href="../functions-reference/matrix_operations.html#index-entry-4a264e38cea89262c5e2f6393b6c9988eef3e937"><code>(int n) : vector</code></a> <span class="detail">(matrix_operations.html)</span>
6786+
<a href="../functions-reference/matrix_operations.html#index-entry-8b17549ebfa64ad40fc338a638fa00df789cc57d"><code>(int n) : vector</code></a> <span class="detail">(matrix_operations.html)</span>
67846787
</div></li>
67856788
</ul>
67866789

docs/2_37/functions-reference/matrix_operations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,9 +1354,9 @@ <h2 class="anchored" data-anchor-id="container-construction">Container construct
13541354
<p></p>
13551355
<p><code>array[] real</code> <strong><a href="../functions-reference/functions_index.html#zeros_array" class="unlink" title="Jump to index entry"><code>zeros_array</code></a></strong><code>(int n)</code><br> Create a real array of length <code>n</code> of all zeros</p>
13561356
<small><i>Available since 2.24</i></small>
1357-
<a id="index-entry-4a264e38cea89262c5e2f6393b6c9988eef3e937" class="index-entry"></a> <!-- vector; zeros_row_vector; (int n); -->
1357+
<a id="index-entry-8b17549ebfa64ad40fc338a638fa00df789cc57d" class="index-entry"></a> <!-- vector; zeros_vector; (int n); -->
13581358
<p></p>
1359-
<p><code>vector</code> <strong><code>zeros_vector</code></strong><code>(int n)</code><br> Create an <code>n</code>-dimensional vector of all zeros</p>
1359+
<p><code>vector</code> <strong><a href="../functions-reference/functions_index.html#zeros_vector" class="unlink" title="Jump to index entry"><code>zeros_vector</code></a></strong><code>(int n)</code><br> Create an <code>n</code>-dimensional vector of all zeros</p>
13601360
<small><i>Available since 2.24</i></small>
13611361
<a id="index-entry-7b23944569e7b31c1e4f17cc78de7996783733f1" class="index-entry"></a> <!-- row_vector; zeros_row_vector; (int n); -->
13621362
<p></p>

docs/2_37/functions-reference/positive_continuous_distributions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ <h3 class="anchored" data-anchor-id="stan-functions-3">Stan functions</h3>
779779
<h2 class="anchored" data-anchor-id="exponential-distribution">Exponential distribution</h2>
780780
<section id="probability-density-function-4" class="level3">
781781
<h3 class="anchored" data-anchor-id="probability-density-function-4">Probability density function</h3>
782-
<p>If <span class="math inline">\(\beta \in \mathbb{R}^+\)</span>, then for <span class="math inline">\(y \in \mathbb{R}^+\)</span>, <span class="math display">\[\begin{equation*}
782+
<p>If inverse scale (rate) <span class="math inline">\(\beta \in \mathbb{R}^+\)</span>, then for <span class="math inline">\(y \in \mathbb{R}^+\)</span>, <span class="math display">\[\begin{equation*}
783783
\text{Exponential}(y|\beta) = \beta \, \exp ( - \beta \, y ) . \end{equation*}\]</span></p>
784784
</section>
785785
<section id="distribution-statement-4" class="level3">
0 Bytes
Binary file not shown.

docs/2_37/search.json

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.
1.15 KB
Binary file not shown.

docs/2_37/stan-users-guide/custom-probability.html

Lines changed: 43 additions & 35 deletions
Large diffs are not rendered by default.

docs/functions-reference/functions_index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6779,8 +6779,11 @@ <h2 class="anchored" data-anchor-id="z">Z</h2>
67796779
<li><div class="index-container">
67806780
<a href="../functions-reference/matrix_operations.html#index-entry-7b23944569e7b31c1e4f17cc78de7996783733f1"><code>(int n) : row_vector</code></a> <span class="detail">(matrix_operations.html)</span>
67816781
</div></li>
6782+
</ul>
6783+
<p><a id="zeros_vector" href="#zeros_vector" class="anchored unlink"><strong>zeros_vector</strong>:</a></p>
6784+
<ul>
67826785
<li><div class="index-container">
6783-
<a href="../functions-reference/matrix_operations.html#index-entry-4a264e38cea89262c5e2f6393b6c9988eef3e937"><code>(int n) : vector</code></a> <span class="detail">(matrix_operations.html)</span>
6786+
<a href="../functions-reference/matrix_operations.html#index-entry-8b17549ebfa64ad40fc338a638fa00df789cc57d"><code>(int n) : vector</code></a> <span class="detail">(matrix_operations.html)</span>
67846787
</div></li>
67856788
</ul>
67866789

0 commit comments

Comments
 (0)