How do you calculate a weighted index?

1 answer

Answer

1090741

2026-07-25 07:25

+ Follow

If you mean a standard index where each value is weighted by a reference value, then you just divide each value by the reference and multiply by 100. For instance, if you want to index x, y, and z based on z:

(x/z)*100, (y/z)*100, (z/z)*100

Obviously, your reference value should come out to 100.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.