Skip to content

Commit 4d130ba

Browse files
committed
up
1 parent 6616338 commit 4d130ba

File tree

2 files changed

+4
-41
lines changed

2 files changed

+4
-41
lines changed

pluto-deployment-environment/PlutoDeployment.toml

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,7 @@ ignore_cache = [
55
"index.jl",
66
]
77
create_index = false
8-
exclude=[
9-
# these are in the repo but not used on the website
10-
"notebooks/introspection.jl",
11-
"notebooks/04-probability.jl",
12-
"notebooks/basic_syntax.jl",
13-
"notebooks/week1/01-fast.jl",
14-
"notebooks/week3/01-abstraction.jl",
15-
"notebooks/week3/02-vatiations_fixedpoint.jl",
16-
"notebooks/week4/03-functions-are-objects.jl",
17-
"notebooks/week8/FE_CUDA.jl",
18-
"notebooks/week8/data_stats.jl",
19-
"notebooks/week10/zurcherdata.jl",
208

21-
# don't run homeworks
22-
"homework/homework0/hw0.jl",
23-
"homework/homework0/pizza.jl",
24-
"homework/homework1/discrete_lockdown.jl",
25-
"homework/homework2/epidemic.jl",
26-
"homework/homework5/TimeManage.jl"
27-
]
289

2910

3011
[SliderServer]
@@ -38,13 +19,13 @@ exclude=[
3819
"notebooks/week3/02-vatiations_fixedpoint.jl",
3920
"notebooks/week4/03-functions-are-objects.jl",
4021
"notebooks/week8/FE_CUDA.jl",
22+
"notebooks/week8/data_stats.jl",
23+
"notebooks/week10/zurcherdata.jl",
4124

4225
# don't run homeworks
4326
"homework/homework0/hw0.jl",
4427
"homework/homework0/pizza.jl",
4528
"homework/homework1/discrete_lockdown.jl",
4629
"homework/homework2/epidemic.jl",
47-
"homework/homework4/Assets.jl",
48-
"homework/homework5/TimeManage.jl",
49-
"homework/homework7/zurcherdata.jl",
30+
"homework/homework5/TimeManage.jl"
5031
]

website/hw3.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1 @@
1-
# Homework 3 - Maximum Likelihood Estimation
2-
3-
This time you will build a fully-fledged maximum likelihood estimator for the probit model.
4-
5-
## Notebooks
6-
7-
Get the notebook here as usual. [right click and save this notebook, or copy the link directly into a running Pluto session to open!](https://github.com/floswald/NumericalMethods/blob/master/homework/homework3/Probit.jl)
8-
9-
[Here](https://raw.githack.com/floswald/NumericalMethods/master/homework/homework3/Probit.jl.html) is a static version to view.
10-
11-
12-
13-
## Homework Submission
14-
15-
16-
1. When: You have 7 days.
17-
2. Who: teams of max 2
18-
3. What: one rendered HTML output of your notebook. make sure all cells (code?) that you want me to see are *visible* in your notebook, or they won't be visible in the HTML either.
19-
4. How: dropbox link on slack
1+
{{ plutonotebookpage ../homeworks/homework3/Probit.jl }}

0 commit comments

Comments
 (0)