File: EI.mdl

package info (click to toggle)
hyphy 2.5.69%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,728 kB
  • sloc: cpp: 81,964; xml: 467; lisp: 341; python: 166; javascript: 117; sh: 106; makefile: 87; ansic: 86
file content (14 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
NICETY_LEVEL = 2;

EEAA = {20,20};

for (i=0; i<19;i=i+1)
{
	for (j=i+1; j<20; j=j+1)
	{
		EEAA[i][j]:=a;
		EEAA[j][i]:=a;			
	}
}

Model EqualInputModel = (EEAA, USE_FUNCTION_FREQUENCIES);