[ home ] [ math / cs / ai / phy / as / chem / bio / geo ] [ civ / aero / mech / ee / hdl / os / dev / web / app / sys / net / sec ] [ med / fin / psy / soc / his / lit / lin / phi / arch ] [ off / vg / jp / 2hu / tc / ts / adv / hr / meta / tex ] [ chat ] [ wiki ]

Viewing source code

The following is the source code for post >>>/math/113

What the heck is a \textit{Euclid distance}? Why is it different from the \textit{Minsk distance} and \textit{Cosine distance}? 
If i have a matrix as so, i'm expected to make all three distance matrices from it

\math{
  X = 
  \begin{bmatrix}
    0 & 2 \\
    2 & 0 \\
    3 & 1 \\
    5 & 1
  \end{bmatrix}
}

Also this probably has something to do with statistics idk