Viewing profile — umdiff
umdiff
HN member- Joined
- Mon, Oct 01, 2018, 3:12 AM UTC
- HN karma
- 3
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About umdiff
No profile information was provided.
Recent public activity
-
comment
Comment #19471448
I think this works perfectly if your list has 2^n elements. Otherwise, you have to resort to multiplying by imprecise fractions.
-
comment
Comment #19471429
\left( \sum_{i=1}^m x_i/m + \sum_{i=m+1}^{2m} x_i/m \right) / 2 = \sum_{i=1}^{2m} x_i /(2m)
-
comment
Comment #18109821
I'd add that sampling is still very useful in contexts when the partition function is known or efficient to calculate. What's generally interesting is the general character of the …