QUIZ 5: Filtering¶
Due date: 2026-02-14 23:59.
Recommended Resources:
- SF: Sensing and Filtering, Steven M. LaValle, PDF
- Recorded Lectures and Slides
%T: πβββ([0,1]) = [1,3]
%F: πβββ([β1,1]) = [β1,1]
%T: π(π(π(1))) = 15
%F: πβββ(πβββ([β1,1])) = [β1,1]
%T: πβββ(β) = β
%T: πβββ(β
) = β
%F: πβββ(β
) = {0}
%T: πβββ(πβββ([β1,1])) = [β1,7]
%T: πβββ({β1}) = {β1}
%F: π(π([0,1])) = π(π(π(π([0,1]))))
%T: π(0) = [β1,1]
%F: π(1) = [β1,1]
%F: πβββ([β2,2]) = [β4,4]
%T: πβββ([β1,1]) = [β2,2]
%T: If π΄ β π΅, then π(π΄) β π(π΅)
%T: If π΄ β π΅, then πβββ(π΄) β πβββ(π΅)
%F: πβββ([0,β)) = β
%F: πβββ(πβββ((β1,1))) = [β4.4]
%F: πβββ({0}) = [0,1]
%F: πβββ([β1,0]) = πβββ([0,1])
% F: The preimage of 0 yields ββ»ΒΉ(0) = [β1/2, 1/2].
% F: The preimage of 0 yields ββ»ΒΉ(0) = (β1/2, 1/2).
% T: The preimage of 0 yields ββ»ΒΉ(0) = [β1/2, 1/2).
% F: The preimage of 0 yields ββ»ΒΉ(0) = (β1/2, 1/2).
% T: If πβ = [0, 1] and the next observation is π¦βββ = 1, then πβββ = [1/2, 3/2).
% F: If πβ = [0, 1] and the next observation is π¦βββ = 1, then πβββ = (1/2, 3/2).
% T: If πβ = [0, 1/2] and the next observation is π¦βββ = 2, then πβββ = {3/2}.
% F: If πβ = [0, 1/2] and the next observation is π¦βββ = 2, then πβββ = β
.
% F: If πβ = [0, 1] and the next observation is π¦βββ = 2, then πβββ = [5/2, 2].
% T: If πβ = β, then πβββ = ββ»ΒΉ(π¦βββ).
% T: If π(πβ£π) β π(π) and π(πβ£π) β π(π), but π(π,πβ£π) = π(πβ£π)π(πβ£π), then π and π are conditionally independent given π
% F: Independence without conditioning does not imply conditional independence
% T: π(πβ£π)π(π) = π(π)π(πβ£π)
% F: For any π and π, π(πβ|βπ) β₯ π(π).
% T: If π and π are independent, then π(π,π) = π(π)π(π)
% F: π(πβ£π,π) = π(πβ£π)
% T: π(πβ£π,π) = π(πβ£π)
% T: By marginalization, π(π) = βᡦ π(πβ£π) p(b)
% T: By marginalization, π(πβ£π) = βᡦ π(πβ£π,π) p(b|c)
% F: π(πβ£π) = π(πβ£π)
% T: If π and π are independent, then π(πβ|βπ) = π(π).
% T: If π and π are independent, then π(πβ|βπ) = π(π).
% T: If π(πβ|βπ) = π(π), then π and π are independent.
% F: If π(π, π) = 0, then at least one of π(π) or π(π) must be 0.
%T: πβ = π + 1.
%T: πβ = 2π.
%F: πβ = 2πβ β 1.
%F: πβ = πβ.
%F: πβ = π + 1.
%T: πβ = π.
%T: πβ = 2π.
%F: πβ = 4π.
%F: πβ = π + 1 only if the samples are drawn from a Gaussian distribution.
%F: πβ = 2π only if the samples are drawn from a Gaussian distribution.
%T: π(π₯βββ β£ π¦Μβ) is the pdf of the state at stage π+1, given observations up to stage π.
%F: π(π₯βββ β£ π¦Μβ) is the pdf of the state at stage π+1, given the observation at stage π.
%T: π(π₯βββ β£ π₯β, π¦Μβ) = π(π₯βββ β£ π₯β, π¦Μβ) because π₯βββ is assumed to be conditionally independent of π¦Μβ, given π₯β.
%F: π(π₯βββ β£ π₯β, π¦Μβ) = π(π₯βββ β£ π₯β) because π₯βββ is assumed to be conditionally independent of π₯β, given π¦Μβ.
%T: When π¦βββ is taken into account, the probabilistic sensing model is (π¦βββ β£ π₯βββ).
%T: π(π¦βββ β£ π₯βββ, π¦Μβ) = π(π¦βββ β£ π₯βββ) because π¦βββ is assumed to be conditionally independent of π¦Μβ, given π₯βββ.
%F: π(π¦βββ β£ π₯βββ, π¦Μβ) = π(π¦βββ β£ π₯βββ) because π¦βββ is assumed to be conditionally independent of π₯βββ, given π¦Μβ.
%F: If π = {1,2,3,4,5,6,7}, then the dimension of π°βα΅£βᡦ is 7.
%T: If π = {1,2,3,4,5,6,7}, then the dimension of π°βα΅£βᡦ is 6.
%F: We must always have that π(π₯β β£ π¦Μβ) > 0 for all π, π₯β, and π¦Μβ.
Authors¶
Steven M. LaValle.
Give feedback on this content
Comments about these exercises