_index.org

Item Response Theory

Last edited: August 8, 2025

If a student has ability \(a\), and a probably is \(d\) difficulty, the probability of a student getting something right:

\begin{equation} \sigma (a-d) \end{equation}

this doesn’t consider SLIPPING at all.

John Corso

Last edited: August 8, 2025

joint probability distribution

Last edited: August 8, 2025

for random variables \(X, Y\), the joint probability distribution is the probability of both of them happening at once.

\begin{equation} p(x,y) \end{equation}

The most fundamental solution can be derived with a table where all complete probabilities are listed. They are going to be too large to practically store.

independent joint probability

For any given variable, the probability of the joint of two separate events is their product.

probability of the joint of a Bayes Net

\begin{equation} p(joint) = \prod_{i \in BN}^{} p(x_{i} | parents(x_{i})) \end{equation}