I really didn't want to be that guy, and props for the author for such comprehensive reference work, but god, what an appalling typography. Bad tables with too many lines bitmap formulas with misadjusted size, poor spacing, ugly font... Almost everything that could be wrong is wrong.
I came here to say the same thing. Looks like the author did not use a good authoring tool to produce good math output. I generally take notes like this with LaTeX and compile them to PDF but PDFs can be large and if committing to a Git repo can lead to large .git directories. The BasicTeX package for Mac (brew install basictex) has worked well for me: http://www.tug.org/mactex/morepackages.html These days I also tak…
Mathematics all-in-one cheat-sheet (2013) [pdf]
91–100 of 170 posts
Re: Mathematics all-in-one cheat-sheet (2013) [pdf]
#92Earlier quoted context omitted.
Aren't most proofs of the CLT pretty extensive?
There are a few short ones going from area integral comparisons.
φ_T[f] = ∫ dt p(t) exp(-2πift) = ⟨ exp(-2πifT) ⟩
If two variables X ~ r and Y ~ s are independent then you can prove [from ⟨f(X) g(Y)⟩ = ⟨f(X)⟩ ⟨g(Y)⟩ or X+Y ~ q where q(z) = ∫ dx r(x) s(z — x)] that their sum has a characteristic function
φ_{X+Y} = φ_X + φ_Y
And therefore the “sample mean” M of n IID variables is itself a random variable with characteristic function
φ_M[f] = ( φ[f/n] )^n.
So we find that
log φ_M[f] = n log φ[f/n] ≈ 0 + i a f – b f²/n + O(f³/n²).
These terms [a, b] from expanding the log of the characteristic function constitute the cumulant expansion and for large n the other terms shrink to zero, so that the characteristic function is to first order in 1/n a Gaussian.
The characteristic function was a Fourier transform of a PDF, so an inverse Fourier transform gets it back:
p(t) = ∫ df φ_T[f] exp(2πift)
But the Fourier transform of a Gaussian is just a Gaussian.
Re: Mathematics all-in-one cheat-sheet (2013) [pdf]
#93Re: Mathematics all-in-one cheat-sheet (2013) [pdf]
#94Re: Mathematics all-in-one cheat-sheet (2013) [pdf]
#95Wow, I have to say I feel somewhat bad for the author who spent so much time (months?) compiling this semi-comprehensive reference work. There's so much information, but at the same time, so little useful information to any particular reader. It's so broad as to be a hindrance to using it in any sort of daily reference. Who would use this? Wouldn't you probably resort to a reference more specific to your field? Is th…
If you have to ask...
Re: Mathematics all-in-one cheat-sheet (2013) [pdf]
#96Ah, 10% of the first section of the CRC Handbook of Chemistry and Physics, with amateur typography. Sort of like Greenspun's tenth rule, but for math.
Re: Mathematics all-in-one cheat-sheet (2013) [pdf]
#97Earlier quoted context omitted.
I came here to say the same thing. Looks like the author did not use a good authoring tool to produce good math output. I generally take notes like this with LaTeX and compile them to PDF but PDFs can be large and if committing to a Git repo can lead to large .git directories. The BasicTeX package for Mac (brew install basictex) has worked well for me: http://www.tug.org/mactex/morepackages.html These days I also tak…
Why commit the output files? I generally put "*.pdf" in .gitignore.
Re: Mathematics all-in-one cheat-sheet (2013) [pdf]
#98Re: Mathematics all-in-one cheat-sheet (2013) [pdf]
#99I really didn't want to be that guy, and props for the author for such comprehensive reference work, but god, what an appalling typography. Bad tables with too many lines bitmap formulas with misadjusted size, poor spacing, ugly font... Almost everything that could be wrong is wrong.
If I had only read this comment and didn't look into the PDF, I'd have thought it indeed have some appalling typography -- as opposed to some minor nitpicks I wouldn't even care about...
Re: Mathematics all-in-one cheat-sheet (2013) [pdf]
#100Slightly off-topic: from a security perspective, how safe/not safe is it to be clicking open random pdf's? Wouldn't this be a possible avenue for malware?