Question 1: Deterministic state flow¶
Let ๐ = โ be the state space. Let ๐ : ๐ โ ๐ be the deterministic state flow defined as ๐(๐ฅ) = 2๐ฅ + 1.
Let
X_{k+1}(X_k) = \{x_{k+1} \in X \mid x_k \in X_k \text{ and } x_{k+1} = f(x_k) \}.
\\\
Question 2: Nondeterministic state flow¶
Let ๐ = โ be the state space. Let ๐ : ๐ โ pow(๐) be the nondeterministic state flow defined as:
f(x) = \{x + d \in X \;|\; d \in [-1,1] \}.
\\\
Let
X_{k+1}(X_k) = \{x_{k+1} \in X \mid x_k \in X_k \text{ and } x_{k+1} \in f(x_k) \}.
\\\
Question 3: Nondeterministic temporal filtering¶
Consider the same setup as in the previous problem, but now include a sensor mapping โ : ๐ โ ๐ defined by:
y = \lfloor x + \tfrac{1}{2} \rfloor,
\\\
in which โยทโ denotes the floor function (equivalent to the floor function in Python).
Question 4: Discrete probability statements¶
Select ALL correct statements:
Question 5: More discrete probability statements¶
Select ALL correct statements:
Question 6: Gaussians and sampling¶
Let ๐ โ โ be a collection of 10,000 distinct samples that have mean ๐ and variance ๐ยฒ.
Make a set ๐โ = { ๐ฅ โ โ โฃ ๐ฅ โ 1 โ ๐ } by adding 1 to all of the samples. Make another set ๐โ = { ๐ฅ โ โ โฃ ๐ฅ / 2 โ ๐ } by multiplying all of the samples by 2. Let ๐แตข and ๐แตขยฒ denote the mean and variance, respectively, of ๐แตข for ๐ = 1, 2.
Question 7: Probabilistic filters¶
Select all correct statements:
Question 8: More probabilistic filters¶
Select all correct statements: