rowstandardized
Rowstandardized, also spelled row-standardized, is a term used in linear algebra and data analysis to describe a matrix whose rows have been scaled so that they sum to one. In this usage, the operation converts a general matrix A into a row-stochastic matrix B by normalizing each row.
Computation: For a matrix A with row i sum r_i = sum_j A[i,j], the row-standardized entry is B[i,j]
Alternative interpretation: in some statistical contexts, row-standardization refers to transforming each row to have zero mean
Applications: row-standardized matrices are central in Markov chains and random walks, where rows represent probability distributions
Properties and implications: row-standardization preserves the row structure and sparsity pattern, but changes scale and interpretability
See also: row-stochastic matrix, normalization, Markov chain, adjacency matrix normalization.