scratch
§ Geomeans and Ratios
created 2024-11-13 · last edited 2024-12-12
- Suppose we are benching a tool that does rewrites and SAT solving.
- We call the rewrite times Ri and the SAT solving times Si.
- Now, how does ∑iRi/∑iSi compare against ∑i(Ri/Si)/N?
- Clearly, we can write ∑iRi/∑iSi are (∑iRi/N)/(∑iSi/N).
- So we are asking, how does the ratio of the AMs compare to the AM of the ratio?
- The interesting property
❦