Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions exercises.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"execution_count": 1,
"metadata": {
"autoscroll": false,
"collapsed": false,
"ein.hycell": false,
"ein.tags": "worksheet-0",
"slideshow": {
Expand Down Expand Up @@ -39,7 +38,6 @@
"execution_count": null,
"metadata": {
"autoscroll": false,
"collapsed": false,
"ein.hycell": false,
"ein.tags": "worksheet-0",
"slideshow": {
Expand All @@ -60,7 +58,6 @@
"execution_count": null,
"metadata": {
"autoscroll": false,
"collapsed": false,
"ein.hycell": false,
"ein.tags": "worksheet-0",
"slideshow": {
Expand All @@ -76,7 +73,8 @@
"# mean of X's should be c(0,0,0)\n",
"# sd of X's should be c(.2,.5,.3)\n",
"# noise sd should be .5\n",
"\n",
"blblblblala\n",
"I will try to do a pull request\n",
"params <- list(???)\n",
"class(params) <- \"multivariate_params\""
]
Expand All @@ -86,7 +84,6 @@
"execution_count": null,
"metadata": {
"autoscroll": false,
"collapsed": false,
"ein.hycell": false,
"ein.tags": "worksheet-0",
"slideshow": {
Expand All @@ -104,7 +101,6 @@
"execution_count": null,
"metadata": {
"autoscroll": false,
"collapsed": false,
"ein.hycell": false,
"ein.tags": "worksheet-0",
"slideshow": {
Expand All @@ -122,7 +118,6 @@
"execution_count": null,
"metadata": {
"autoscroll": false,
"collapsed": false,
"ein.hycell": false,
"ein.tags": "worksheet-0",
"slideshow": {
Expand Down Expand Up @@ -152,8 +147,17 @@
"metadata": {
"kernelspec": {
"display_name": "R",
"language": "R",
"name": "ir"
},
"language_info": {
"codemirror_mode": "r",
"file_extension": ".r",
"mimetype": "text/x-r-source",
"name": "R",
"pygments_lexer": "r",
"version": "3.4.1"
},
"name": "Untitled.ipynb"
},
"nbformat": 4,
Expand Down