Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Sep 22, 2023
1 parent 2d688eb commit 5a3ce78
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3b8efe1e
8b578e4c
2 changes: 1 addition & 1 deletion api/Model.html
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ <h4 class="anchored" data-anchor-id="parameters-3">Parameters</h4>
<tr class="even">
<td><code>var_names</code></td>
<td>str or list</td>
<td>A list of names of variables for which to compute the posterior predictive distribution. Defaults to <code>None</code> which means to include both observed and unobserved RVs.</td>
<td>A list of names of variables for which to compute the prior predictive distribution. Defaults to <code>None</code> which means to include both observed and unobserved RVs.</td>
<td><code>None</code></td>
</tr>
<tr class="odd">
Expand Down
2 changes: 1 addition & 1 deletion api/Model.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Samples from the prior distribution and plots its marginals.
| Name | Type | Description | Default |
|-----------------------|------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|
| `draws` | int | Number of draws to sample from the prior predictive distribution. Defaults to 5000. | `5000` |
| `var_names` | str or list | A list of names of variables for which to compute the posterior predictive distribution. Defaults to ``None`` which means to include both observed and unobserved RVs. | `None` |
| `var_names` | str or list | A list of names of variables for which to compute the prior predictive distribution. Defaults to ``None`` which means to include both observed and unobserved RVs. | `None` |
| `random_seed` | int | Seed for the random number generator. | `None` |
| `figsize` | tuple | Figure size. If ``None`` it will be defined automatically. | `None` |
| `textsize` | float | Text size scaling factor for labels, titles and lines. If ``None`` it will be autoscaled based on ``figsize``. | `None` |
Expand Down
2 changes: 1 addition & 1 deletion search.json

Large diffs are not rendered by default.

0 comments on commit 5a3ce78

Please sign in to comment.