This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 97d2b81 🚀
- Loading branch information
0 parents
commit 3c5d4bf
Showing
709 changed files
with
99,347 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
style = "blue" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at: | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.166.0/containers/julia | ||
// See https://github.com/julia-vscode/julia-devcontainer/blob/master/Dockerfile for image contents | ||
{ | ||
"name": "Julia (Community)", | ||
"image": "ghcr.io/julia-vscode/julia-devcontainer", | ||
"extensions": [ | ||
"julialang.language-julia", | ||
"eamodio.gitlens", | ||
"visualstudioexptteam.vscodeintellicode", | ||
"ms-vscode.vscode-js-profile-flame", | ||
"vscode-icons-team.vscode-icons", | ||
"yzhang.markdown-all-in-one" | ||
], | ||
"postCreateCommand": "/julia-devcontainer-scripts/postcreate.jl", | ||
"remoteUser": "vscode" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
repos: | ||
- repo: https://github.com/crate-ci/typos | ||
rev: v1.16.23 | ||
hooks: | ||
- id: typos | ||
- repo: https://github.com/qiaojunfeng/pre-commit-julia-format | ||
rev: v0.1.1 # use the most recent version | ||
hooks: | ||
- id: julia-format # formatter for Julia code |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
[default] | ||
extend-ignore-re = [ | ||
"textcite\\{.*\\}", # citation keys | ||
"\\b[0-9A-Za-z+/]{91}(=|==)?\\b", # base64 strings | ||
"[0-9a-fA-F]{7,}", # git commit hashes | ||
"\\b[0-9A-Za-z+/]{33,}(=|==)?\\b", # SHA/tpub/adresses etc strings | ||
] | ||
|
||
[default.extend-words] | ||
# code stuff | ||
lik = "lik" | ||
quation = "quation" | ||
# surnames | ||
Yau = "Yau" | ||
# Bold stuff | ||
"rror" = "rror" # **E**rror | ||
|
||
[files] | ||
extend-exclude = [ | ||
"datasets/*", | ||
"_assets/*", | ||
"_libs/*", | ||
"images/*", | ||
"pages/images/*", | ||
] | ||
|
||
[type.bib] | ||
check-file = false | ||
extend-glob = ["*.bib"] | ||
|
||
[type.gitignore] | ||
check-file = false | ||
extend-glob = [".gitignore"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/Bayesian-Julia/css/jtd.css"> <link rel=icon href="/Bayesian-Julia/assets/favicon.ico"> <title>404: File not found</title> <div class=page-wrap > <div class=side-bar > <div class=header > <a href="/Bayesian-Julia/" class=title > Bayesian Stats </a> </div> <label for=show-menu class=show-menu >MENU</label> <input type=checkbox id=show-menu role=button > <div class=menu id=side-menu > <ul class=menu-list > <li class="menu-list-item "><a href="/Bayesian-Julia/" class="menu-list-link ">Home</a> <li class="menu-list-item "><a href="/Bayesian-Julia/pages/01_why_Julia/" class="menu-list-link ">1. Why Julia?</a> <li class="menu-list-item "><a href="/Bayesian-Julia/pages/02_bayes_stats/" class="menu-list-link ">2. What is Bayesian Statistics?</a> <li class="menu-list-item "><a href="/Bayesian-Julia/pages/03_prob_dist/" class="menu-list-link ">3. Common Probability Distributions</a> <li class="menu-list-item "><a href="/Bayesian-Julia/pages/04_Turing/" class="menu-list-link ">4. How to use Turing</a> <li class="menu-list-item "><a href="/Bayesian-Julia/pages/05_MCMC/" class="menu-list-link ">5. Markov Chain Monte Carlo (MCMC)</a> <li class="menu-list-item "><a href="/Bayesian-Julia/pages/06_linear_reg/" class="menu-list-link ">6. Bayesian Linear Regression</a> <li class="menu-list-item "><a href="/Bayesian-Julia/pages/07_logistic_reg/" class="menu-list-link ">7. Bayesian Logistic Regression</a> <li class="menu-list-item "><a href="/Bayesian-Julia/pages/08_ordinal_reg/" class="menu-list-link ">8. Bayesian Ordinal Regression</a> <li class="menu-list-item "><a href="/Bayesian-Julia/pages/09_count_reg/" class="menu-list-link ">9. Bayesian Regression with Count Data</a> <li class="menu-list-item "><a href="/Bayesian-Julia/pages/10_robust_reg/" class="menu-list-link ">10. Robust Bayesian Regression</a> <li class="menu-list-item "><a href="/Bayesian-Julia/pages/11_multilevel_models/" class="menu-list-link ">11. Multilevel Models</a> <li class="menu-list-item "><a href="/Bayesian-Julia/pages/12_Turing_tricks/" class="menu-list-link ">12. Computational Tricks with Turing</a> <li class="menu-list-item "><a href="/Bayesian-Julia/pages/13_epi_models/" class="menu-list-link ">13. Bayesian Epidemiological Models</a> </ul> </div> <div class=footer > <a href="https://www.julialang.org"><img style="height:50px;padding-left:10px;margin-bottom:15px;" src="https://julialang.org/assets/infra/logo.svg" alt="Julia Logo"></a> </div> </div> <div class=main-content-wrap > <div class=main-content > <div class=main-header > <a id=github href="https://github.com/storopoli/Bayesian-Julia">Code on GitHub</a> </div> <div class=franklin-content ><h1 id=404_file_not_found ><a href="#404_file_not_found" class=header-anchor >404: File not found</a></h1> <p>The requested file was not found.</p> <p>Please <a href="/Bayesian-Julia/">click here</a> to go to the home page.</p> <div class=page-foot > <div class=copyright > Last modified: October 26, 2024. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>. </div> </div> </div> </div> </div> </div> <!-- end of class page-wrap--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# YAML 1.2 | ||
--- | ||
authors: | ||
- | ||
family-names: Storopoli | ||
given-names: Jose | ||
orcid: "https://orcid.org/0000-0002-0559-5176" | ||
cff-version: "1.2.0" | ||
date-released: 2021-06-01 | ||
identifiers: | ||
- | ||
type: url | ||
value: "https://storopoli.io/Bayesian-Julia" | ||
license: "CC-BY-SA-4.0" | ||
message: "If you use this software, please cite it using these metadata." | ||
repository-code: "https://github.com/storopoli/Bayesian-Julia" | ||
title: "Bayesian Statistics with Julia and Turing" | ||
version: 1.0.0 | ||
... |
Oops, something went wrong.