Viewing profile — joehl
joehl
HN member- Joined
- Wed, Jul 31, 2019, 6:25 PM UTC
- HN karma
- 1
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About joehl
No profile information was provided.
Recent public activity
- story
-
comment
Comment #25348784
If your data set is biased for the purpose of answering your question, then having more data doesn't make things better. In this case 'big data' just becomes 'big bias'. Go to wiki…
-
comment
Comment #25348671
In causal modelling thou shallst not control by consequences of the causal treatment (the causal treatment here is being born black). Read your Rubin&Rosenbaum.
-
comment
Comment #20612231
Providing Julia Code for in-memory sorting, i.e. a binary mergesort with parallel branches and parallel merge plus a specialized sort for instable inplace sorting (better Quicksort…
-
comment
Comment #20584299
OK, I found out myself: Julia can mutate a single temp buffer across all threads, and implementing Sedgewicks nocopy sort (with ping-pong merge) is faster, particularly when passin…
-
comment
Comment #20577030
Maybe I misunderstand, but: In R allocating and copying huge return vectors for small changes on input vectors ruins performance. My understanding of Julia was that one advantage o…