Modeling a Set of Random Points Along the X-Axis with an Equation

Click For Summary
SUMMARY

It is possible to model a set of random points along the x-axis using an equation, specifically through the application of the Lagrange Interpolating Polynomial. The discussion highlights the need for an equation that allows for regression analysis on points where y coordinates are integers between 1 and 30, increasing by a constant amount for each x point. The user seeks a method to create such an equation, emphasizing the potential complexity involved in its formulation.

PREREQUISITES
  • Understanding of Lagrange Interpolating Polynomial
  • Basic knowledge of regression analysis
  • Familiarity with coordinate systems and plotting points
  • Experience with mathematical modeling techniques
NEXT STEPS
  • Research the implementation of Lagrange Interpolating Polynomial in Python or MATLAB
  • Explore regression techniques for polynomial fitting
  • Learn about numerical methods for solving equations
  • Investigate other interpolation methods such as Newton's Divided Difference
USEFUL FOR

Mathematicians, data scientists, and anyone interested in mathematical modeling and regression analysis of random datasets.

skyraider
Messages
3
Reaction score
0
I'd like to know if it's possible to create an equation to model set of points along the x-axis, where each point's y coordinate is an integer between 1 and, say, 30, and where y increases by a constant amount - say, 1 - for each x point. Example points include: (3, 1) (14, 2) (7, 3) and (27, 4) Can an equation be created with a computer program, or by hand, to model such a set of points to the extent that we can regress based on the equation?

Of course we can use a line of best fit, but can we create an equation to model such a random set of points with precision, i.e. to the extent that we can perform a 'regression' on the equation and extract the above points?

While this may not be feasible, I'm trying to figure out if it's possible at all.

I'm thinking that this is possible if just the right equation is created. It may be a long, drawn-out equation, but how do you think I could achieve this? A push in the right direction would be great.

Thanks! :)
 
Physics news on Phys.org

Similar threads

  • · Replies 30 ·
2
Replies
30
Views
5K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
3
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 23 ·
Replies
23
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K