If you perform matrix-based calculations, you can calculate the condition numbers of your matrices. Essentially, a condition number measures the size of the numerical error in your answer, depending on the size of the numerical error at your inputs. They say that the problem with the low condition number is well-conditioned, and the problem with the high state number is called poorly conditioned.
For some problems, you can pre-process your data (for example, scale the units in which you measure certain variables) to make the condition number more favorable. For instance. A financial table in which some columns are measured in dollar cents, while others in billions of dollars are poorly conditioned.
For a detailed explanation, see Wikipedia .
source share