Skip to content

Commit

Permalink
ENH: Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
eroesch committed Jul 23, 2021
1 parent 37a7cd2 commit e83f55b
Show file tree
Hide file tree
Showing 52 changed files with 20,298 additions and 0 deletions.
73 changes: 73 additions & 0 deletions Appendix_-_Glossary/Glossary.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "ca7f37e5",
"metadata": {},
"source": [
"# Glossary"
]
},
{
"cell_type": "markdown",
"id": "a81e1836",
"metadata": {},
"source": [
"## M"
]
},
{
"cell_type": "markdown",
"id": "e1d11961",
"metadata": {},
"source": [
"* Model - A model is an expression about the state of the world, as we hypothesise it to be. It is always formulated in the form of a mathematical expression, even if your favourite statistical software hides it from you, and it is always based on"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Stan",
"language": "python",
"name": "stan"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.5"
},
"toc": {
"colors": {
"hover_highlight": "#DAA520",
"navigate_num": "#000000",
"navigate_text": "#333333",
"running_highlight": "#FF0000",
"selected_highlight": "#FFD700",
"sidebar_border": "#EEEEEE",
"wrapper_background": "#FFFFFF"
},
"moveMenuLeft": true,
"nav_menu": {
"height": "48px",
"width": "252px"
},
"navigate_menu": true,
"number_sections": true,
"sideBar": true,
"threshold": 4,
"toc_cell": false,
"toc_section_display": "block",
"toc_window_display": true,
"widenNotebook": false
}
},
"nbformat": 4,
"nbformat_minor": 5
}
222 changes: 222 additions & 0 deletions Chapter_0_-_Introduction/Ch0.1_Beginning.ipynb

Large diffs are not rendered by default.

223 changes: 223 additions & 0 deletions Chapter_0_-_Introduction/Ch0_Introduction.ipynb

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions Chapter_0_-_Introduction/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Chapter 0: Introduction

### [Read it online here](https://nbviewer.jupyter.org/github/ebrlab/Statistical-methods-for-research-workers-bayes-for-psychologists-and-neuroscientists/blob/master/Chapter_0_-_Introduction/Ch0_Introduction.ipynb)

Loading

0 comments on commit e83f55b

Please sign in to comment.