Skip to content

Proportions of a vector

3 messages · Jim Silverton, Sarah Goslee, R. Michael Weylandt

#
If the values in xm are always going to be consecutive integers 1:n, then this:
xm
    1     2     3     4     5     5     5     6     6
0.111 0.111 0.111 0.111 0.333 0.333 0.333 0.222 0.222


otherwise:
xm
    1     2     3     4     5     5     5     6     6
0.111 0.111 0.111 0.111 0.333 0.333 0.333 0.222 0.222

(equivalent in this case).

Sarah
On Thu, Sep 22, 2011 at 3:41 PM, Jim Silverton <jim.silverton at gmail.com> wrote: