For calculating mean of x1, x2 and x3, instead of simply adding them and divide by 3, I have adopted another method similar to inverse distance weighing function.

μx = (x1 + x2 + x3)/3                                                                                          

wi = 1/(μx − xi)^2 = 1/(di)^2......i ∈ [1, 3]                                                            

μ(wx)=wi ∗xi/(w1+ w2+w3)....i∈[1,3]

where, wi is the weight of each observation and μ(wx) is the final mean which I have used in my research.

Is this method admissible ? Please give your comments and any references if you have ?

Similar questions and discussions