Content deleted Content added
→Non-metric multidimensional scaling (NMDS): cleaned up |
Tags: Reverted Visual edit |
||
Line 51:
===Non-metric multidimensional scaling (NMDS)===
In contrast to metric MDS, non-metric MDS finds both a [[non-parametric]] [[monotonic]] relationship between the dissimilarities in the item-item matrix and the Euclidean distances between items, and the ___location of each item in the low-dimensional space. For NMDS, it is unnecessary to
Let <math>d_{ij}</math> be the dissimilarity between points <math>i, j</math>. Let <math>\hat d_{ij} = \| x_i - x_j\|</math> be the Euclidean distance between embedded points <math>x_i, x_j</math>.
Line 61:
A few variants of this cost function exist. MDS programs automatically minimize stress in order to obtain the MDS solution.
:# Initialize <math>x_i</math> randomly, e. g. by sampling from a normal distribution.
:# Do until a stopping criterion (for example, <math>S < \epsilon</math>)
|