row-wise statistics

Alex Stahl's icon

I would like to figure out which row in a two-dimensional matrix has
the lowest mean value. I suppose I could scissors the matrix up into
a bunch of one-dimensional matrices then use a bunch of jit.3m's to
compute the mean of each row, but that doesn't sound very efficient
or scalable. Anyone have a better idea?

thanks!

Alex

Wesley Smith's icon
Joost Rekveld's icon

thanks for that Wes,
I use it all the time, i suppose with the Lobjects is the external I
use most...

ciao,

Joost.

-------------------------------------------

Joost Rekveld
----------- http://www.lumen.nu/rekveld

-------------------------------------------

"The mystery of the world is the visible, not the invisible"
(Oscar Wilde)

-------------------------------------------