How I've always interpreted it is that the wired memory plus the compressed memory equals your total. But the problem is that this is memory before compression, so the only way you can tell the compression ratio is to take free space and add it to wired, and subtract that result from the total used. Then take that number and divide it into Compressed. In the case of the previous post, that would be (936.16 - (708.08 + 62.95)) / 362.17 = 45.6%
I dont know if that's right, but every time I tried it it always kind of made sense. I can see it being 45% compression ratio.