# Numerical (Discrete or Continuous)

Numerical data is where the values are represented as numbers.&#x20;

This can be a measurement of some sort (Quantitative) number. For example, price, quantity, temperature, length, etc.&#x20;

or&#x20;

non-measurement (Qualitative) numbers for examples : student\_ID, product\_SKU, major\_Code, etc.

Telmai can offer:&#x20;

Distribution analysis and outlier detection based on value range (out of range analysis) and/or format (integer/float, signed/unsigned, decimal precision, …)&#x20;

Positive/negative or Integer/Float values&#x20;

Stats Frequency analyzer to identify placeholders or over-represented data


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.telm.ai/academy/correctness/numerical-discrete-or-continuous.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
