Solving Variance Problem - Hi All

  • Context: Undergrad 
  • Thread starter Thread starter Asuralm
  • Start date Start date
  • Tags Tags
    Variance
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
Asuralm
Messages
35
Reaction score
0
Hi all:
If I have a dataset V of the size n*1. Assume that the mean of the dataset is 0 and var(V)=x is its variance. If I want to modify this dataset so that the variance of the new dataset will be var(V_hat)=y. The errors are spreaded average on each element in the dataset. What I did is first calculate the error which need to be speaded on each elements

v_hat - v = delta = sqrt[(y-x)*(n-1) / n] (0)

because

var(V) = x = sum(v^2)/(n-1) (1)
var(V_hat) = y = sum(v_hat^2)/(n-1) (2)

(2)-(1) and rearrange I got the equation (0);

However, this didn't give me the supposed answer. Could anyone point out what's the error in this or if there is any better methods please?
Thanks a lot!
 
Physics news on Phys.org
What a nice and easy way. How stupid I am. Thanks a lot!