Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncertainty Modeling with SymPy Stats #29

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file added papers/matthew_rocklin/cannon-deterministic.pdf
Binary file not shown.
33 changes: 33 additions & 0 deletions papers/matthew_rocklin/cannon-uncertain.dot
@@ -0,0 +1,33 @@
graph{

x0[color="#000000"];
y0[color="#000000"];
v[color="#FF0000"];
theta[color="#000000"];
g[color="#000000"];
yf[color="#000000"];
t[color="#000000"];
x[color="#FF0000"];
y[color="#FF0000"];
impact_time[color="#FF0000"];
xf[color="#FF0000"];

x -- x0
x -- v
x -- theta
x -- t

y -- y0
y -- v
y -- theta
y -- t
y -- g

impact_time -- y
impact_time -- yf

xf -- x0
xf -- v
xf -- theta
xf -- impact_time
}
33 changes: 33 additions & 0 deletions papers/matthew_rocklin/cannon.dot
@@ -0,0 +1,33 @@
graph{

x;
y;
x0;
y0;
v;
theta;
g;
yf;
t;
impact_time;
xf;

x -- x0
x -- v
x -- theta
x -- t

y -- y0
y -- v
y -- theta
y -- t
y -- g

impact_time -- y
impact_time -- yf

xf -- x0
xf -- v
xf -- theta
xf -- impact_time
}
Binary file added papers/matthew_rocklin/dag.pdf
Binary file not shown.
Binary file added papers/matthew_rocklin/data-assimilation.pdf
Binary file not shown.
Binary file added papers/matthew_rocklin/impact.pdf
Binary file not shown.
Binary file added papers/matthew_rocklin/joint-distribution.pdf
Binary file not shown.
450 changes: 450 additions & 0 deletions papers/matthew_rocklin/matthew_rocklin.rst

Large diffs are not rendered by default.

Binary file added papers/matthew_rocklin/stack.pdf
Binary file not shown.
Binary file added papers/matthew_rocklin/stack_full.pdf
Binary file not shown.
Binary file added papers/matthew_rocklin/uncertain-dag.pdf
Binary file not shown.
Binary file added papers/matthew_rocklin/velocity-distribution.pdf
Binary file not shown.