Lemma
A symmetric 2x2 matrix A is…
5 points
Lemma
If g: ℝ → ℝ is a stricly increasing function, then
Optimization Tricks
arg min f(x) = arg min g(f(x)) for x ∈ F
Lemma
If g: ℝ → ℝ is a 1-1 function, then
Optimization Tricks
arg min f(x) = g(arg min f(g(x))) for x ∈ F
Knowledge
Midpoint Rule
2 points
Knowledge
Bounds for err(M₁)[f, a, b]
2 points
Knowledge
Trapezium Rule
2 points
Knowledge
Bounds for err(T₁)[f, a, b]
2 points
Knowledge
Simpson’s Rule
2 points
Knowledge
Bounds for err(S₂)[f, a, b]
2 points
Formula
Composite Midpoint Rule
Mₙ[f, a, b] = ((b - a)/n)(f((x₀ + x₁)/2) + … + f((xₙ₋₁ + xₙ)/2))
Knowledge
Composite Midpoint Rule Error Bounds
2 points
Formula
Composite Simpson’s Rule
Sₙ[f, a, b] = ((b - a)/(3n))(f(x₀) + 4f(x₁) + 2f(x₂) + 4f(x₃) + … + 4f(xₙ₋₁) + f(xₙ))
Knowledge
Composite Simpson’s Rule Error Bounds
2 points
Knowledge
d-dimensional Midpoint Rule Error Bounds
2 points
Knowledge
d-dimensional Simpson’s Rule Error Bounds
2 points
Knowledge
Monte Carlo Integration
4 points
Lemma
MCₙ[f, r] is unbiased
E[MCₙ[f, r]] = ∫ᵣ f(x̲) dx̲
Lemma
Var[MCₙ[f, R]] = …
2 points
Lemma
MCₙ[f, R] is consistent
P[|err(MCₙ)[f, R]| ≥ ε] → 0 as n → ∞ for any ε > 0
Lemma
For large n err(MCₙ)[f, R] approaches
N(0, V/n)
Knowledge
IEEE 754 Single Precision Standard
4 points
Knowledge
IEEE 254 Double Precision Standard
4 points
Knowledge
Truncation Error
Approximating an infinite process by a finite one
Knowledge
Roundoff Error
Approximating a real number for example in floating point format