4

What is this function called? Here is a graph:

          _______
         /
        /
_______/

Sort of like:

$f(x, a, b) = 0$, if $x < a; \quad \quad \displaystyle \frac {(x - a)} {(b - a)}$ if $a < x < b; \quad \quad$ and $1$ if $ x > b$.

Closest name is Sigmoid function, but they all are smooth. Also I remember I saw similar formula for saturation, but not sure about that, googling didn't help.

Edit: Ramp function is closer:

enter image description here

But it is general one, while my is more specific one, used for normalization.

Andrey
  • 245

3 Answers3

6

I call it a ramp function. At least some others do.

Ross Millikan
  • 374,822
4

The first two "pieces" of your graph seem to fit the "ramp" function, with $(a,0)$ replacing $(0,0)$ of the "general" example you provide for a ramp function. But the first and third "pieces" comprise what could be described as a step-function (with endpoints joined by the second "piece"/line).

But in the end, since it seems we need to define and discuss three separate "pieces" of the function, depending on the value of x with respect to the parameters $a$ and $b$, perhaps the most accurate (albeit general) description for your function is simply a piecewise-linear function, (consisting of a linear-ramp function which continues/plateaus at its maximum value, $y=1$ for all $x>b$?). I can't seem to find any more concise description that captures all you'd like it to capture.

amWhy
  • 209,954
2

Such a function falls in the category of Elementary special functions. You may call it a (normalized) integrated Boxcar function.

Shai Covo
  • 24,077