answersLogoWhite

0

In our simulations, we use this (in Matlab/Octave):

function l=linearityindex(matrix)

m=(matrix>matrix')+.5*(matrix==matrix');

rowsums=sum(m,2)-.5;

n=length(rowsums);

l=12/(n^3-n)*sum((rowsums-(n-1)/2).^2);

You may want to check out Landau's 1951 paper, "On dominance relations and the structure of animal societies: I. Effect of inherent characteristics".

From http://www.springerlink.com/content/366920782vwr0648/

User Avatar

Wiki User

14y ago

Still curious? Ask our experts.

Chat with our AI personalities

MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
ReneRene
Change my mind. I dare you.
Chat with Rene

Add your answer:

Earn +20 pts
Q: How do you calculate landau's index of linearity?
Write your answer...
Submit
Still have questions?
magnify glass
imp