Viewing profile — rhymer
rhymer
HN member- Joined
- Thu, Aug 13, 2015, 5:49 PM UTC
- HN karma
- 61
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About rhymer
No profile information was provided.
Recent public activity
-
comment
Comment #45943179
Right, this is known as the inverse variance weighting https://en.wikipedia.org/wiki/Inverse-variance_weighting .
-
comment
Comment #42524690
You're right, thanks for pointing that out. I missed adding the reference: Kammler DW. A First Course in Fourier Analysis. 2nd ed. Cambridge University Press; 2008. Figure 1.19. Th…
-
comment
Comment #42520507
This tool is fantastic! I was able to generate a Fourier-Poisson cube [0] in about 10 minutes, and the UI is incredibly intuitive. The focus on commutative diagrams, rather than a …
-
comment
Comment #41900725
Be careful, the weight of Algorithm A by Efraimidis and Spirakis cannot be interpreted as the inclusion probability, and thus cannot be used in survey sampling to construct the Hor…
-
comment
Comment #41306945
If the bus arrives on time, the arrival time would be [tau, 2 * tau, ..., N * tau]. One way to simulate "random" arrival time is to draw uniform points in the interval [0, N * tau]…
-
comment
Comment #41088341
Relevance: from the cited paper, the variance of the median estimator is proportional to 1/(n * f^2), where n is the sample size and f is the density at median. Two observations: 1…
-
comment
Comment #41075751
Asymptotic properties of quantile estimators are widely studied [1]. The key is to have a sufficiently large sample size. [1] Bahadur, R. R. (1966). A note on quantiles in large sa…
-
comment
Comment #40552231
My takeaway is to avoid mixing the frequentist and Bayesian approaches. Choose one method: either follow the frequentist approach and avoid early data analysis, or use the Bayesian…
-
comment
Comment #39330993
I'm grateful for leetcode. Despite my background in electrical engineering, where I specialize in statistical signal processing, I never had the opportunity to delve into algorithm…
-
comment
Comment #37895990
1/ I think you are referring to pushforward measure ( https://en.wikipedia.org/wiki/Pushforward_measure ): the random variable "pushes" the probability measure to its codomain. 2/ …
-
comment
Comment #37525499
Agree, this is great! I wonder if there're some ML equivalent sites that present topics in a modular way?
-
comment
Comment #37333110
Maybe "Probability via Expectation" by Peter Whittle https://link.springer.com/book/10.1007/978-1-4612-0509-8 or "Infinite Dimensional Analysis" by Charalambos Aliprantis and Kim B…
-
comment
Comment #33258409
Just curious what are the deeper optimization topics you were hoping to see in the monograph?
-
comment
Comment #23095943
Second this. Richard is a great lecturer. Highly recommend his lecture recordings. His winter 2019 lecture videos and materials can be found here: https://github.com/rmcelreath/sta…
-
comment
Comment #20997419
Unless you water them down like some populate science books, I don't understand how you can teach probability and statistics without calculus?
-
comment
Comment #20509772
If I remember correctly the royalty was $7.5 per iPhone. Not sure how that alone contributes to the $150 price hike.
-
comment
Comment #20403688
Or C-x * for calc-dispatch? I guess the point of this app is the input doesn't have to be precise. Not sure emacs can do that.
-
comment
Comment #20157029
Yes but not directly. It is used in the Monte Carlo simulation part. In communication systems everything is complex :D
-
comment
Comment #20150234
Last week I converted a simple side project in Python to Julia. It's a sequential Bayeisan estimation problem. A pleasant surprise that the Julia version runs 30x faster than the P…
-
comment
Comment #18980584
Fascinating! Such a great demonstration of Julia's strength. I wish more academic papers are written in this fashion or include a tutorial-like/reproducible post like this.