Assuming I have a set of values called S and the STD of S is Xs. Let's say I split S into two subsets S1 and S2 with standard deviations X1 and X2. The number of elements in S1 and S2 are called W1 and W2. So my question is, assuming I have the values for X1, X2, W1, and W2; is it possible to figure out what Xs is?
2026-03-31 18:55:10.1774983310
can STD of subsets be used to arrive at the STD of the whole set
641 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
Its not possible to get the sample standard deviation from the standard deviations and sizes of a partition, you also need to know the mean of each partition. Otherwise, what happens if the means of each parition are very far apart? The variance of the whole sample will be much greater than the apparent variation of each partition.