Computing as Experiment Flashcards
This will be a bit of a shorter deck as a fair bit kinda carries over from some statistics stuff in 111
What is the variance equation?
var(x) = ∑(x∈Ω)▒(r(X)-E[X])^2
where r(X) is the random variable
E[X] is the expected value
x∈Ω means x in population
What is the equation for expected value of a random variable?
E[X] = ∑(x∈Ω)▒〖P[X]r(X)〗
P[X] is probability of X
r(X) is random variable
x∈Ω means x in population
What does variance show?
How spread out values in a population are
What is the equation for standard deviation?
σ=√var(X)
Why is standard deviation in practice usually an estimate rather than a correct value?
Finding the variance for the standard deviation equation requires surveying every member of a population which is non-faesible so instead we estimate via sampling
How do we do significance testing?
Count the number of standard deviations between predicted outcome X and actual outcome Y