1: \begin{abstract}
2: Standard statistical techniques often require transforming data to have
3: mean $0$ and
4: standard deviation $1$. Typically, this process of ``standardization''
5: or ``normalization''
6: is applied across subjects when each subject produces a single number.
7: High throughput genomic
8: and financial data often come as rectangular arrays where each
9: coordinate in one direction
10: concerns subjects who might have different status (case or control,
11: say), and each
12: coordinate in the other designates ``outcome'' for a specific feature,
13: for example, ``gene,''
14: ``polymorphic site'' or some aspect of financial profile. It may
15: happen, when
16: analyzing data that arrive as a rectangular array, that one requires
17: BOTH the
18: subjects and the features to be ``on the same footing.'' Thus there may
19: be a
20: need to standardize across rows and columns of the rectangular matrix. There
21: arises the question as to how to achieve this double normalization. We propose
22: and investigate the convergence of what seems to us a natural approach
23: to successive
24: normalization which we learned from our colleague Bradley Efron. We
25: also study the
26: implementation of the method on simulated data and also on data that arose
27: from scientific experimentation.
28: \end{abstract}