Skip to content

Instantly share code, notes, and snippets.

View bmorphism's full-sized avatar
🦍
annealing information lattice since *2069*

Barton Rhodes bmorphism

🦍
annealing information lattice since *2069*
View GitHub Profile
@bmorphism
bmorphism / bayesball.jl
Created February 16, 2024 09:18 — forked from mschauer/bayesball.jl
Bayes ball
using CausalInference
V = [:U, :T, :P, :O]
g = digraph([1=>3, 2=>3, 3=>4, 2=>4, 1=>4])
# Can estimate total effect T=>O without observing U?
u = 2
v = 4
= Set{Int}()
observed = 2:4
collect(list_covariate_adjustment(g, u, v, ∅, observed))
abstract type AbstractLattice; end
function widen; end
"""
struct JLTypeLattice
A singleton type representing the lattice of Julia types, without any inference
extensions.
"""
@bmorphism
bmorphism / IntercatsTalk.pdf
Created September 7, 2022 11:33 — forked from Keno/IntercatsTalk.pdf
Intercats Talk
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.