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 Nov 16, 2023
1 parent d203bf5 commit c3aebfe
Show file tree
Hide file tree
Showing 32 changed files with 5 additions and 94 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1bd86105
1fe8792d
3 changes: 0 additions & 3 deletions notebooks/ESCS_multiple_regression.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/Strack_RRR_re_analysis.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/alternative_links_binary.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/beta_regression.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/categorical_regression.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/circular_regression.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/distributional_models.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/hierarchical_binomial_bambi.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
4 changes: 1 addition & 3 deletions notebooks/hsgp_1d.html
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -420,6 +417,7 @@ <h1>Gaussian Processes</h1>
<p>This article demonstrates the how to use Bambi with Gaussian Processes with 1 dimensional predictors. Bambi supports Gaussian Processes through the approximation known as Hilbert Space Gaussian Processes (HSGP).</p>
<p>HSGP is a framework that falls under the class of low-rank approximations that are based on forming a basis function approximation with <span class="math inline">\(m\)</span> basis functions, where <span class="math inline">\(m\)</span> is usually much less smaller than <span class="math inline">\(n\)</span>, the number of observations.</p>
<p>For references see <a href="https://arxiv.org/abs/1401.5508">Hilbert Space Methods for Reduced-Rank Gaussian Process Regression</a> and <a href="https://arxiv.org/abs/2004.11408">Practical Hilbert Space Approximate Bayesian Gaussian Processes for Probabilistic Programming</a>.</p>
<p>If you prefer a video format, have a look at <a href="https://www.youtube.com/watch?v=ri5sJAdcYHk&amp;ab_channel=PyMCDevelopers">Introduction to Hilbert Space GPs in PyMC</a> given by Bill Engels.</p>
<div class="cell" data-execution_count="1">
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="im">from</span> formulae <span class="im">import</span> design_matrices</span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a></span>
Expand Down
5 changes: 1 addition & 4 deletions notebooks/hsgp_2d.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -427,7 +424,7 @@ <h2 id="toc-title">On this page</h2>
<section id="gaussian-processes-in-2d" class="level1">
<h1>Gaussian Processes in 2D</h1>
<p>This article demonstrates how to use Bambi with Gaussian Processes with 2 dimensional predictors. Bambi supports Gaussian Processes through the low-rank approximation known as Hilbert Space Gaussian Processes. For references see <a href="https://arxiv.org/abs/1401.5508">Hilbert Space Methods for Reduced-Rank Gaussian Process Regression</a> and <a href="https://arxiv.org/abs/2004.11408">Practical Hilbert Space Approximate Bayesian Gaussian Processes for Probabilistic Programming</a>.</p>
<p>For a demonstration of Gaussian Processes in 1D together with a more in depth explanation see <strong>To Do</strong>.</p>
<p>If you prefer a video format, have a look at <a href="https://www.youtube.com/watch?v=ri5sJAdcYHk&amp;ab_channel=PyMCDevelopers">Introduction to Hilbert Space GPs in PyMC</a> given by Bill Engels.</p>
<div class="cell" data-execution_count="9">
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> arviz <span class="im">as</span> az</span>
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> bambi <span class="im">as</span> bmb</span>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/logistic_regression.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/mister_p.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/model_comparison.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/multi-level_regression.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/negative_binomial.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/ordinal_regression.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/plot_comparisons.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/plot_predictions.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/plot_slopes.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link active">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/predict_new_groups.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/quantile_regression.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/radon_example.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/shooter_crossed_random_ANOVA.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/sleepstudy.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/splines_cherry_blossoms.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/survival_model.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/t-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/t_regression.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/wald_gamma_glm.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
3 changes: 0 additions & 3 deletions notebooks/zero_inflated_regression.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ <h1 class="quarto-secondary-nav-title"></h1>
<a href="../notebooks/plot_slopes.html" class="sidebar-item-text sidebar-link">Plot Slopes</a>
</div>
</li>
<li class="sidebar-item">
notebooks/survival_models.ipynb
</li>
</ul>
</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions search.json

Large diffs are not rendered by default.

0 comments on commit c3aebfe

Please sign in to comment.