From 4f725bfc5176bd6c860eb1a770dbe2870d981a17 Mon Sep 17 00:00:00 2001 From: Pineal Servo Date: Sat, 14 Sep 2013 21:48:19 -0600 Subject: [PATCH] Testing math stufff --- scratch.page | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 scratch.page diff --git a/scratch.page b/scratch.page new file mode 100644 index 0000000..a65e0ce --- /dev/null +++ b/scratch.page @@ -0,0 +1,23 @@ +--- +title: Scratch Page +toc: no +format: markdown +... + +# Math Stuff + +On observation of $\mathcal{D}$, the *likelihood* of hypothesis +$\mathcal{R}_{\alpha}$ is +$\mathit{P}(\mathcal{D}|\mathcal{R}_{\alpha})$. + +## Fingerprint Variance + +Additionally, we associate a collective **RSS Variance** +$\sigma_{F_s}$ with each fingerprint, which is a weighed average of +the RSS values of each of the vector elements using $C_i$ as the +weight. It is calculated in this manner: + +$$ +\sigma_{F_s} = \frac{\sum_{i \in F_s} \sigma_i C_i} + {\sum_{i \in F_s} C_i} +$$