Skip to content

Commit

Permalink
Merge fad52f0 into d684d33
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPascal authored Jan 12, 2019
2 parents d684d33 + fad52f0 commit d1696e0
Show file tree
Hide file tree
Showing 17 changed files with 2,531 additions and 253 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ See the following notebooks:
* [`examples/example2dNormalSerial.ipynb`](examples/example2dNormalSerial.ipynb)
* [`examples/exampleAR1Serial`](examples/exampleAR1Serial.ipynb)
* [`examples/exampleLocalToGlobal.ipynb`](examples/exampleLocalToGlobal.ipynb)
* [`examples/exampleLinearModel.ipynb`](examples/exampleLinearModel.ipynb4)

## Related Packages

Expand Down
1 change: 1 addition & 0 deletions REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Calculus
DataStructures
CompEcon
Distributions
DataFrames
244 changes: 128 additions & 116 deletions examples/.ipynb_checkpoints/example2dNormalParallel-checkpoint.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@
"source": [
"### B. Standard errors\n",
"\n",
"[WORKINPROGRESS]"
"See the notebook `examples/exampleLinearModel.ipynb`"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@
"source": [
"### B. Standard errors\n",
"\n",
"[WORKINPROGRESS]"
"See the notebook `examples/exampleLinearModel.ipynb`"
]
},
{
Expand Down
Loading

0 comments on commit d1696e0

Please sign in to comment.