*** Welcome to piglix ***

Discretization


In mathematics, discretization concerns the process of transferring continuous functions, models, and equations into counterparts. This process is usually carried out as a first step toward making them suitable for numerical evaluation and implementation on digital computers. Dichotomization is the special case of discretization in which the number of discrete classes is 2, which can approximate a continuous variable as a binary variable (creating a dichotomy for modeling purposes, as in binary classification).

Discretization is also related to discrete mathematics, and is an important component of granular computing. In this context, discretization may also refer to modification of variable or category granularity, as when multiple discrete variables are aggregated or multiple discrete categories fused.

Whenever continuous data is discretized, there is always some amount of discretization error. The goal is to reduce the amount to a level considered for the modeling purposes at hand.

Discretization is not always distinguished from quantization in any clearly defined way. The two terms share a semantic field. The same is true of discretization error and quantization error.

Mathematical methods relating to discretization include the Euler–Maruyama method and the zero-order hold.

Discretization is also concerned with the transformation of continuous differential equations into discrete difference equations, suitable for numerical computing.


...
Wikipedia

...