SU-CS238 SEP272023
Last edited: August 8, 2025definitions
results
support = range
SU-CS238 SEP282023
Last edited: August 8, 2025Notation
shorthand for probability
Take
\begin{equation} P(X = 1) = \frac{1}{6} \end{equation}
We can write this in short hand like:
\begin{equation} P(X^{1}) = P(X=1) = \frac{1}{6} \end{equation}
\(P\) vs \(p\)
Upper case \(P\) for probability mass function (one shot chance), lower case \(p\) for probability density functions (integral)
New Concepts
- degrees of belief and describing them using the language of probability
- discrete distribution and continuous distribution and joint probability distribution
- fun probability distributions
- conditional probability and Bayes Theorem
- unique models that leverage conditional probability
- conditional Gaussian models
- linear gaussian model
- conditional linear Gaussian models: use your big brain to add up 1) and 2), with continuous random variables \(X, Y\), and a discrete \(Z\), where \(p(x \mid y, z)\).
- sigmoid model
- unique models that leverage conditional probability
- Baysian Network and conditional independence
Important Results / Claims
- history and impact of decision making
- law of total probability
- fun axioms
- belief axioms:
- probability axioms:
- Methods of Compressing the Parameters of a Distribution
- assuming independence
- using a decision tree
- checking for conditional independence
Questions
SU-CS238V FEB042025
Last edited: August 8, 2025Key Sequence
Notation
New Concepts
Important Results / Claims
Questions
Interesting Factoids
SU-CS238V FEB062025
Last edited: August 8, 2025Key Sequence
Notation
New Concepts
- Importance Sampling
- adaptive importance sampling
- finding a good proposal distribution
Important Results / Claims
Questions
Interesting Factoids
SU-CS238V FEB112025
Last edited: August 8, 2025Key Sequence
Notation
New Concepts
Important Results / Claims
Questions
Set Propagation Techniques
Now, how exactly do we compute the reachable set.
…for Linear Dynamical Systems
Let’s consider writing \(s’\) as a function of \(s, x\). For a linear system, we have:
\begin{equation} s’ = \qty(T_{s}+T_{a}\Pi_{o}O_{s})s + T_{a}\Pi_{o}x_{o} + T_{a}x_{a} + x_{s} \end{equation}
our goal is to then write this for sets of initial \(s\). Write this in terms of Set Propagation Techniques:
