Posts

System Modeling

Last edited: August 8, 2025

Goal: model systems such that we can simulate them for off line validation.

Procedure for Building Models

  1. select a model class
  2. select the parameters for the model class
  3. validate the model

System Specification

Last edited: August 8, 2025

Metric

Sometimes we can just get a specification easily from just a metric, like (“the aircraft can’t be more than 50 meters apart”)

value at risk

see value at risk

composite metrics

weighted sum method

depends on how you care about each value, perform weighted sum and optimizes over a single metric \(\sum_{i=1}^{n} w_{i}f_{i}\qty(\tau) = w^{T}f\qty(\tau)\)

But, coming up with the weights is a bit hard! So we get them by asking pairwise questions with Preference Elicitation

T twiddle

Last edited: August 8, 2025

Suppose \(T \in \mathcal{L}(V,W)\). Define a \(\widetilde{T}: V / (null\ T) \to W\) such that:

\begin{align} \widetilde{T}(v+ null\ T) = Tv \end{align}

so \(\widetilde{T}\) is the map that recovers the mapped result from an affine subset from the null space of the map.

\(\widetilde{T}\) is well defined

Same problem as that with operations on quotient space. We need to make sure that \(\widetilde{T}\) behave the same way on distinct but equivalent representations of the same affine subset.

t-statistics

Last edited: August 8, 2025

confidence intervals, a review:

\begin{equation} statistic \pm z^*\sigma_{statistic} \end{equation}

Frequently, we don’t have access to \(\sigma\) and hence have to guestimate. When we have a sample means and a proportion, we have ways of guestimating it from the standard error (available on the single-sample section of the AP Statistics formula sheet.)

However, for means, the standard error involves! \(\sigma\). How do we figure \(\sigma\) when we don’t know it? We could use \(s\), sample standard deviation, but then we have to adjust \(z^*\) otherwise we will have underestimation. Hence, we have to use a statistic called \(t^*\).

t-test

Last edited: August 8, 2025

A t-test is a hypothesis test for statistical significance between two sample means based on t-statistics. Before it can be conducted, it must meet the conditions for inference.

conditions for inference (t-test)

To use t-statistics, you have to meet three conditions just like the conditions for inference used in z-score.

  • random sampling
  • normal (sample size larger than 30, or if original distribution is confirmed as roughly symmetric about the mean)
  • Independence

use a z-statistic to find a p-value

Begin by finding a \(t\) statistic. Remember that: