The Math Behind Ticket Bargains
seatgeek.com
The Math Behind Ticket Bargains
1–5 of 5 posts
Re: The Math Behind Ticket Bargains
#2What exactly is being shown in the animation/slideshow? You said its iterating and maximizing the MLE, but doesn't that just mean you're maximizing a single number? How can that iteration generate an entire heatmap?
Re: The Math Behind Ticket Bargains
#3Cool stuff. Out of curiosity, what are you using to embed Latex in a blog post like that?
Re: The Math Behind Ticket Bargains
#4What exactly is being shown in the animation/slideshow? You said its iterating and maximizing the MLE, but doesn't that just mean you're maximizing a single number? How can that iteration generate an entire heatmap?
The likelihood itself is a single number, but the algorithm is maximizing the likelihood based on a vector of 993 parameters representing the quality of a seat. Each x,y coordinate represents a seat in the ballpark, and each seat is mapped to one of those 993 values. The heatmap evolves as the vector approaches maximum likelihood.
Re: The Math Behind Ticket Bargains
#5Cool stuff. Out of curiosity, what are you using to embed Latex in a blog post like that?
Thanks! We used a WordPress Plugin called LaTeX for WordPress. I believe it uses MathJax under the hood. http://wordpress.org/extend/plugins/latex/