The Arithmetic_Mean = (Sum Xi)/n, and therefore n*Arithmetic_Mean= Sum Xi. This fact motivates me to define a Weighted_Total = n*Weighted_Arithmetic_Mean, where Weighted_Arithmetic_Mean=(Sum Wi*Xi)/Sum(Wi).
The Geometric_Mean = (Prod Xi)^(1/n), and therefore Prod Xi = Geometric_Mean^n. This fact motivates me to define a Weighted_Product = n*Weighted_Geometric_Mean, where Weighted_Geometric_Mean = (Prod Xi^Wi)^(1/Sum Wi).
My first question is do you see anything silly in what I am doing?
And my second is how can I do the same for the Harmonic Mean? That is, how can we define some interesting Weighted Total based on the Harmonic Mean?
Related Posts with Arithmetic, Geometric and Harmonic totals, and Arithmetic, Geometric and Harmonic weighted means
Variable not found in nlcomDear Everyone, I'm new here and I would like to measure willingness to pay by using double bounded …
Insufficient observations to compute bootstrap standard errorsI am trying to perform mi imputation with bootstrap using following syntax: 1.mi set wide 2. program…
variable names as elements?Dear All, I find this question here. The data is Code: * Example generated by -dataex-. To install…
Problem with a big databaseHello, I want to open an excel file, import it, but it does not leave stata 14, this excel file has …
stataHello . I selecting the excell file. then import the following code in stata gen area=substr( ADDRES…
Subscribe to:
Post Comments (Atom)
0 Response to Arithmetic, Geometric and Harmonic totals, and Arithmetic, Geometric and Harmonic weighted means
Post a Comment