Given a $n\times n$ symmetric random matrix such that
- all diagonal elements are all fixed as $0$.
- all elements in upper triangle (excluding the diagonal) are i.i.d. uniform random variables over $[0,1]$. Lower triangle values are set accordingly to ensure symmetry.
The questions is:
Is there any known result for the distribution of the min/max row sum; or any suggested method to find this?
Letting the $ij^{th}$ entry of the matrix be the random variable $U_{ij}$, the sum for the $i^{th }$ row is $$\sum_{j\neq i}U_{ij}=\sum_{j<i}U_{ji}+\sum_{i<j}U_{ij}$$ due to the symmetric condition. Note that $\{U_{j,i}~|~j<i\}$ and $\{U_{i,j}~|~i<j\}$ both belong to the upper triangular part.
Now its about finding the joint distribution of the random variables, and from the joint distribution calculating the distribution for the highest order statistic, for which you can consult this paper. Only bear in mind that the row sums, written as $\sum_{j<i}U_{ji}+\sum_{i<j}U_{ij}$ for distinct $i's$, are not independent.