Miscellaneous

Gaussian

From a generic form to a PDF whose CDF approaches 1

f(x)=ae(xb)22c2g(x)=1σ2πe12(xμσ)2f(x)=a e^{-\frac{(x-b)^{2}}{2 c^{2}}} \rightarrow g(x)=\frac{1}{\sigma \sqrt{2 \pi}} e^{-\frac{1}{2}\left(\frac{x-\mu}{\sigma}\right)^{2}}

Quick Proof of Bayes Theorem

Partition the possibility space into four sections much like Punnet squares.

P(AB)=P(A)P(BA)=P(B)P(AB)P(A\cap B) = P(A) P(B | A) = P(B) P(A| B)

Solve for the conditional probability

The null space is the set of vectors which makes the output homogenous. See 3B1B for more.

Multivariate calculus is the extension of of univariate calculus, which studies mappings f:RRf: \mathcal{R} \rightarrow \mathcal{R} to more generic g:RnRm\boldsymbol{g}: \mathcal{R}^{n} \rightarrow \mathcal{R}^{m}; relating a vector, x\boldsymbol{x} of some lengthnn to some other vector y\boldsymbol{y}of length mmby multiplication with some some rectangular matrix of dimensions, m×nm \times n.

  • x\boldsymbol{x} ... initial configuration

  • y\boldsymbol{y} ... deformed configuration

  • $\boldsymbol{u} = \boldsymbol{y} - \boldsymbol{x}$... motion

For the generic example, the initial configuration is some smooth closed volume in R3\mathcal{R}^{3}; represented as a collection of position vectors, r\boldsymbol{r} . Equivalent representation is by summation of unit vectors in each of the cartesian directions:

r=i=13xiei=x1e1+x2e2+x3e3=xiei in indicial notation.\boldsymbol{r}=\sum_{i=1}^{3} x_{i} \boldsymbol{e}_{i} = \overbrace{x_{1} \boldsymbol{e}_{1} + x_{2} \boldsymbol{e}_{2} + x_{3} \boldsymbol{e}_{3} = x_{i} \boldsymbol{e}_{i} }^{\text{ in indicial notation}}.

Then in the R3\mathcal{R}^{3} case, we see:

[y1y2y3]=[1+u1x10001+u2x20001+u3x3][x1x2x3]=[x1+u1x2+u2x3+u3]solid mechanics example, see the identity matrix?.\overbrace{\begin{bmatrix} y_1\\ y_2\\ y_3 \end{bmatrix} = \begin{bmatrix} 1+ \frac{u_1}{x_1}&0&0\\ 0& 1+ \frac{u_2}{x_2}&0\\ 0&0& 1+ \frac{u_3}{x_3} \end{bmatrix} \begin{bmatrix} x_1\\ x_2\\ x_3 \end{bmatrix} = \begin{bmatrix} x_1+ u_1\\ x_2+u_2\\ x_3 +u_3\end{bmatrix}}^{\text{solid mechanics example, see the identity matrix?}}.

Last updated