Smoothness of Discrete Functions

  • Context: Undergrad 
  • Thread starter Thread starter The Number Juggler
  • Start date Start date
  • Tags Tags
    Discrete Functions
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
The Number Juggler
Messages
1
Reaction score
0
Hi Physics Forums

Is there a specific technique to measure how smooth a discrete function is?

By smooth I mean that if you change the input by a minimum amount then you know that the objective function result will not have a big jump.

For example The Closest String Problem is completely smooth function, since if you change the input string by only one letter, then the distance to the furthest string will change by at most one.

The Traveling Salesman Problem is also smooth, but not completely so. If you change only the order that you visit two cities then the total distance traveled could not change as much as if you altered more. However there could be larger and smaller jumps.

Moving around a grid of random numbers would be completely unsmooth.

I'm sure there must be another word for this phenomena and some research done already. But google is providing anything except "smoothing discrete functions" which is a completely different thing altogether!
 
Physics news on Phys.org
The Number Juggler said:
Hi Physics Forums

Is there a specific technique to measure how smooth a discrete function is?

By smooth I mean that if you change the input by a minimum amount then you know that the objective function result will not have a big jump.

It isn't clear what you have in mind for the domain of the function - one real variable ?, a vector of variables ?

If you want to look at methods that are analogous to those used for differentiable functions (e.g. first derivative being bounded or partial derivatives being bounded) investigate "the calculus of finite differences".
 
The only thing I can recall is a function is from actuarial science: Barnett n-th order smooth iff ##|{\Delta^n a_x}| \cdot 7^n < a_x##. But this is really for life tables.
 
A discrete function is smooth if f(2n) = Θ(n) (theta of n). If f(2n) = o(n), it is not smooth. Source: Algorithms by Neapolitan, Appendix B.2.