1

Suppose we define the function $L(x)$ as follows: $$\begin{equation} L(x)= \begin{cases} 0, & \text{if}\ x<0 \\ x, & \text{if}\ 0<x<1 \\ 1, & \text{otherwise}. \end{cases} \end{equation}$$

For example, suppose we have $x_i(t+1)=x_i(t)+1$, then we can write $x_i(t+1)=L[y_i(t)]$, where $y_i(t)=x_i(t)+1$.

Does the function $L(x)$ have a special name? Is it similar to an operator?

Thank you for any help.

Ѕᴀᴀᴅ
  • 34,263
johnny09
  • 1,535

2 Answers2

3

$L$ is the CDF of the uniform distribution.

When you limit yourself to $(0,1)$, it is the identity function.

gt6989b
  • 54,422
0

I call $L(x)$ a ramp function, based on the picture it produces. It's not really that special of a name.

  • But the $x$ in $L(x)$ could also be a function. Actually in the case I am studying the term $x$ always represents a function of $x$ (i.e. $L[y(x)]$). I think by definition a ramp function simply maps real numbers to non-negative real numbers, right? – johnny09 Sep 23 '18 at 13:28