Problem 1416. Find the function
Solution Stats
Problem Comments
-
3 Comments
No idea.
now the test suite checks the error. should be easier
It is not easier, Marco. The test suite is filled with noise, and there is no tip on what method to use. Moreover, the last test case goes against what available data provides (which is always monotonically increasing). Even with machine learning, we would not guess the next value using partial and noisy data. If we are trying to classify an animal, but all data is noisy and comes from the animal's tail, it is almost impossible to guess what the animal is.
For any new challengers, know that it is a polynomial that you are looking for and it is NOT a line. All test cases have noise, but they all refer to the same polynomial (an even function). The results were taken from the noiseless polynomial, so there is no need to find an exact number (unless you can somehow discover the polynomial).
Solution Comments
-
1 Comment
is case three and error ? one should specify a method/regression assumptions for such problems.
Problem Recent Solvers24
Suggested Problems
-
14179 Solvers
-
Find the numeric mean of the prime numbers in a matrix.
7777 Solvers
-
Matrix which contains the values of an other matrix A at the given locations.
219 Solvers
-
Test if two numbers have the same digits
210 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
751 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!