Modeled PF Trophies

  • Thread starter Thread starter AlexB23
  • Start date Start date
AI Thread Summary
The discussion centers around a mathematical model for the distribution of post trophies on a forum, represented by the formula 58757.3/x^0.669229. The model shows a strong fit (0.999988) but begins to break down at higher values. Participants explore the implications of the formula, noting that it suggests a relationship between the number of posts and the number of members. There is debate over the convexity of the function, with some arguing that the graph's curvature does not align with the expected behavior of the formula. Suggestions are made to analyze the graph using logarithmic scales and to consider alternative fitting methods, including polynomial fits. The conversation also touches on the significance of the coefficient 0.669 and its potential connection to other mathematical principles, hinting at deeper theoretical implications for understanding social media dynamics.
AlexB23
Messages
113
Reaction score
145
Hey guys. I modeled the distribution of PF post trophies using Wolframalpha.com. The formula is 58757.3/x^0.669229 with a fit of 0.999988. It slightly breaks down when the numbers get high.

1749249968076.webp


1749338204922.webp


( data from: https://www.physicsforums.com/members/?key=most_messages )
 
Last edited by a moderator:
Physics news on Phys.org
AlexB23 said:
The formula is 58757.3/x^0.669229

Interesting, so the number of members (call that M) with x posts is reflected by that fit?
$$M = \frac{58757}{x^{0.669}}$$
 
berkeman said:
Interesting, so the number of members (call that M) with x posts is reflected by that fit?
$$M = \frac{58757}{x^{0.669}}$$
Yep, roughly. It goes to show how real life can be modeled somewhat with math, including social media.
 
AlexB23 said:
Yep, roughly. It goes to show how real life can be modeled somewhat with math, including social media.
I have a problem with this formula. ##M(x)## is convex, and your graph is concave.
 
fresh_42 said:
I have a problem with this formula. ##M(x)## is convex, and your graph is concave.
The graph is log plotted.
 
  • #10
The plot seems correct by comparison with your list. I fed https://elsenaju.eu/Calculator/online-curve-fit.htm with your data to ##\log_{10}## on both scales. It also produces a power law with the wrong curvature: $$M=5.583 x^{−1.09}\quad\text{red}$$
But the polynomial (degree ##4##) has a good fit:
$$
M= -0.046x^4+0.418x^3-1.276x^2+0.597x+4.769 \quad\text{blue}
$$

1749402567612.webp


Here is the file that I used:
0;
4.77;
2;
3.446;
2.4;
3.146;
3;
2.67;
3.7;
2.05;
4;
1.785;
4.3;
1.43;
4.6;
0.7;
 
  • #11
fresh_42 said:
I have a problem with this formula. ##M(x)## is convex, and your graph is concave.
Hmm, I'm not seeing that. The formula for ##M(x)## is a simple power law and is thus linear on a log-log graph:
1749416964861.webp

And the fit can be significantly improved by introducing a term quadratic in ##\text{ln}(x)##:
1749417172844.webp
 
  • #12
renormalize said:
Hmm, I'm not seeing that.
The plot in post #1 is clockwise bent, and ##y=x^{-2/3}## anticlockwise. If we take the log then ##\log y=-\dfrac{2}{3}\log x## which is linear, still not curved like the plot is. I first considered only the original function, and then mistakenly took only the log on one scale.
 
  • #13
"With four parameters I can fit an elephant, and with five I can make him wiggle his trunk." - John von Neumann

Is there something significant here? What does it mean?
 
  • #14
I expect the 58757.3 coefficient would be a function of the number of members in the population, that will change with time.
But where does the coefficient 0.669 arise from. Could it theoretically be 2/3 = 0.6667 ? Maybe there is a set of PDEs that would reveal how the distribution developed?
 
  • #15
DaveE said:
"With four parameters I can fit an elephant, and with five I can make him wiggle his trunk." - John von Neumann
https://arxiv.org/abs/2407.07909

Fitting an Elephant with Four non-Zero Parameters​


? Why non-zero ? Maybe they meant to say "non-Zeno".
 
Back
Top