8
목록의 표준 편차
여러 (Z) 목록의 첫 번째, 두 번째, ... 자릿수의 평균과 표준 편차를 찾고 싶습니다. 예를 들어, A_rank=[0.8,0.4,1.2,3.7,2.6,5.8] B_rank=[0.1,2.8,3.7,2.6,5,3.4] C_Rank=[1.2,3.4,0.5,0.1,2.5,6.1] # etc (up to Z_rank )... 이제 나는의 mean과 std of *_Rank[0], mean and std of *_Rank[1], etc. (ie : mean and std of the first digit from all (A..Z) _rank …