Viewing profile — gostevehoward
gostevehoward
HN member- Joined
- Wed, May 04, 2011, 3:22 AM UTC
- HN karma
- 23
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About gostevehoward
No profile information was provided.
Recent public activity
-
comment
Comment #5701397
Wow this bookmarklet is awesome! I'm going to start using it. Thanks!
-
comment
Comment #5701323
Small follow-up question: I'm curious how your sample size calculator chooses its value. Traditional power analysis asks for two proportions rather than for a proportion and an eff…
-
comment
Comment #5701156
These are great! Thank you Evan. Your sample size calculator is wonderful and beats the hell out of the 90s tool I've been using which cautions me that my browser must support "Jav…
-
comment
Comment #5365351
I'm impressed with how nicely this handles the whole A/B testing stack. But the statistics have some potentially important shortcomings -- I posted a github issue about it: https:/…
-
comment
Comment #3830650
Well either the app object is global, in which case you've got global mutable state, or you're defining your handler functions later than module load time, which is pretty uncommon…
-
comment
Comment #3830618
Some might say it's a dangerous abuse of decorators. Since decorators (generally) run at module load time, any stateful decorator (usually) implies the use of global mutable state,…
-
comment
Comment #3738090
Theirs has a nice, simple presentation which makes it very easy to use, especially for casual users. But it includes much less information (no confidence intervals and p-values are…