Model for predicting world records

  • Thread starter ribod
  • Start date
  • Tags
    Model
In summary, the authors used a logistic equation to predict the time limit and when it would be achieved for a particular sprinting event. This equation is based on the assumptions that the rate of change of performance is a function of the performance itself and that there is a limit to performance that cannot be exceeded. The equation can be used for other performance-record events that satisfy these assumptions, but it does not provide any insight into the underlying reasons for the performance limit and is limited by the quality of the fit parameters.
  • #1
ribod
14
0
hello,
i hope I'm finding the right forum for my question.

The question is quite simple: how to set a mathematical model for estimating the lowest possible time a world record in a computer game track, and with this model also being able to predict world records in the future.

I don't need a complicated model, but just a means for how I could plot this graph with a computer program. I have found a site which does basically what I would like to do. It has the different world records on 100 metres sprinting, and the times they were made. By creating a logistic equation they could predict the time limit and when it would be achieved. (link: they have some explanation on this page, but I couldn't really understand it: http://www.condellpark.com/kd/sprintlogistic.htm)

My question is how to create such a formula like this, with a best-possible-time limit, from a dataset of earlier world records and the time they were made.
 
Mathematics news on Phys.org
  • #2
I think Matlab can fit exponentials to datasets. Evaluating the asymptote could perhaps predict the fastest possible time.
 
  • #3
ribod said:
hello,
i hope I'm finding the right forum for my question.

The question is quite simple: how to set a mathematical model for estimating the lowest possible time a world record in a computer game track, and with this model also being able to predict world records in the future.

I don't need a complicated model, but just a means for how I could plot this graph with a computer program. I have found a site which does basically what I would like to do. It has the different world records on 100 metres sprinting, and the times they were made. By creating a logistic equation they could predict the time limit and when it would be achieved. (link: they have some explanation on this page, but I couldn't really understand it: http://www.condellpark.com/kd/sprintlogistic.htm)

My question is how to create such a formula like this, with a best-possible-time limit, from a dataset of earlier world records and the time they were made.

As p1ayaone1 said, you can use a program like MATLAB to do a curve fit once you have your fit equation. To get the equation you want to fit to is a little more complicated. The authors of the link you gave basically assumed two things:

1) that the rate of change of performance in the sprinting event at a given time was a function of the performance at that time

2) the performance eventually reaches some limit that cannot be exceeded, at which point the rate of change of performance is zero.

The measure of performance is the time of the world record. Mathematically, this gives us a differential equation,

[tex]\frac{dP}{dt} = f(P)[/tex]
where dP/dt is the rate of change of the performance, P, and f(P) is some function of the performance. Basically, we want to know what functional form of P(t) will have a derivative equal to f(P). We have no idea what f(P) is, though, so the authors assume they can expand the function as f(P) = aP + bP^2. For values of P such that |aP| > |bP^2| (and all higher order P6n terms), this would be valid. You could have a constant term, and P^3 and higher terms, but they're not necessary. The P^2 term is necessary because dP/dt = aP does not have a solution that tends to a non-zero value of P as t -> infinity. Solving the equation

[tex]\frac{dP}{dt} = aP + bP^2[/tex]

gives the logistic equation they use to fit the data on the page you linked to. The solution is

[tex]P(t) = \frac{a}{b + (a/P_0 - b)e^{-at}},[/tex]
where a > 0 and b < 0 (to get a limiting value that is positive), and P_0 isthe value of P at t = 0.

Their derivation of this equation didn't really have anything to do with sprinting, so you could use it for pretty much any kind of performance-record event that satisfies the assumptions (1) and (2) above. However, note that there are some caveats. First, that page doesn't give the actual values the authors obtain for a and b in their fit. That means it's hard to judge if their expansion of f(P) was valid, because for it to be valid we expect |aP| to be much larger than |bP^2|.

The other thing to note is that this "model" doesn't really tell you anything about why this is the fundamental performance limit. You have no way of knowing what changes could invalidate your model. For example, in the context of a computer game, a set of players using keyboards to play the game may reach a fundamental performance limit than a set of players using joysticks. The difference between using keyboards and joysticks will be expressed quantitatively in the values of the fit parameters a and b, but such a model can't tell you anything beyond the numbers being different.
 

1. What is a "Model for predicting world records"?

A "Model for predicting world records" is a mathematical or statistical model that uses historical data and other relevant factors to forecast future world records in a specific field or sport.

2. How accurate is the "Model for predicting world records"?

The accuracy of the "Model for predicting world records" depends on a variety of factors, such as the quality and quantity of data used, the complexity of the model, and the unpredictability of the specific field or sport. However, with proper calibration and validation, the model can provide reasonably accurate predictions.

3. Can the "Model for predicting world records" account for outliers or unexpected events?

Yes, the model can be designed to account for outliers or unexpected events by including them as variables in the model or incorporating a margin of error in the predictions. However, the accuracy of the predictions may be affected by the rarity or unpredictability of these events.

4. How can the "Model for predicting world records" be used by scientists?

The "Model for predicting world records" can be used by scientists to better understand the factors and patterns that contribute to world records in a specific field or sport. It can also be used to test hypotheses and identify areas for further research. Additionally, the model can provide insights for training and performance optimization in the field of sports science.

5. Are there any limitations to the "Model for predicting world records"?

Like any scientific model, the "Model for predicting world records" has limitations. It relies on historical data and may not account for new technologies or training methods that can significantly impact world records. Additionally, the model is only as accurate as the data and assumptions used, and it cannot predict with certainty any unforeseen events or outliers.

Similar threads

Replies
3
Views
723
  • Set Theory, Logic, Probability, Statistics
Replies
14
Views
244
Replies
4
Views
4K
  • General Math
2
Replies
44
Views
3K
Replies
1
Views
1K
Replies
8
Views
2K
  • General Discussion
Replies
1
Views
790
Replies
85
Views
4K
  • High Energy, Nuclear, Particle Physics
Replies
2
Views
1K
  • Calculus
Replies
5
Views
2K
Back
Top