Completed: / exercises

QUIZ 5: Filtering

Due date: 2026-02-14 23:59.
Recommended Resources:

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) \}. \\\
Warning: You have not logged in. You cannot answer.

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) \}. \\\
Warning: You have not logged in. You cannot answer.

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).
Warning: You have not logged in. You cannot answer.

Question 4: Discrete probability statements

Select ALL correct statements:
Warning: You have not logged in. You cannot answer.

Question 5: More discrete probability statements

Select ALL correct statements:
Warning: You have not logged in. You cannot answer.

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.
Warning: You have not logged in. You cannot answer.

Question 7: Probabilistic filters

Select all correct statements:
Warning: You have not logged in. You cannot answer.

Question 8: More probabilistic filters

Select all correct statements:
Warning: You have not logged in. You cannot answer.

Authors

Steven M. LaValle.
?