piecewise constant function 阶跃常函数

来源:互联网 发布:数据分析 笔记本推荐 编辑:程序博客网 时间:2024/05/21 14:50

Piecewise Constant Function


PiecewiseConstant2DPiecewiseConstant3D

A function is said to be piecewise constant if it is locally constant in connected regions separated by a possibly infinite number of lower-dimensional boundaries. The Heaviside step function, rectangle function, and square wave are examples of one-dimensional piecewise constant functions. Examples in two dimensions include sqrt(z^2)/z and R[|_z_|] (illustrated above) for z a complex number, R[z] the real part, and |_x_| the floor function. The nearest integer function is also piecewise constant.

0 0