Creating a simple weighting and scoring system

  • B
  • Thread starter Greg Bernhardt
  • Start date
  • #1
19,407
9,952
TL;DR Summary
Looking for how to create a score of three unequal metrics
Say I want to create/chart a single time series score for 3 unequal metrics.

Let's say those metrics are PF-related:
  1. New registrations that turn into PF Advisors
  2. New registrations
  3. Page views

The first thing I'd think to do is try to ballpark a multiplier for how much more valuable one metric is over the one below it. New registrations that turn into PF Advisors are the most valuable but also the least likely to occur so maybe that needs a large multiplier. Then you have a common metric like page views, this may not even need a multiplier because it will be high.

So how do I approach creating a weighted score between them that will communicate progress accurately?
 
  • Like
Likes WWGD
Physics news on Phys.org
  • #2
For a single metric the key is getting a sensible weighting. So you can ask questions like “if I gained 1 registration and lost 10 page views, would I consider it progress?”

Do you have some other (independent) variables that you think drive changes in these three (dependent) variables? If so then you could also do something like a multivariate anova or a principal component analysis
 
Last edited:
  • Informative
Likes Greg Bernhardt
  • #3
You could do multiplicative instead of additive. Or take functions of the numbers.

I am not sure that becoming a PF advisor is a good metric. I think it is too rare an event and will look like noise. How about still active after a certain period of time? Or reach a number of posts?
 
Last edited:
  • #4
Frabjous said:
I am not sure that becoming a PF advisor is a good metric.
True, we could say members that reach 10 posts
 

Similar threads

  • STEM Academic Advising
Replies
8
Views
1K
Replies
5
Views
826
Replies
4
Views
927
  • Engineering and Comp Sci Homework Help
Replies
1
Views
6K
  • Classical Physics
Replies
21
Views
985
  • STEM Educators and Teaching
Replies
7
Views
1K
Replies
4
Views
260
  • Biology and Medical
Replies
1
Views
772
Replies
10
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
1K
Back
Top