# What statistical measurement is used?

We use a methodology called Linear Regression. In statistics, linear regression is an approach to model the relationship between a scalar dependent variable y (engagement) and one or more explanatory variables denoted X (the other dimensions measured in our survey). The case of one explanatory variable is called simple linear regression. For more than one explanatory variable, it is called multiple linear regression.

In linear regression, data are modeled using linear predictor functions, and unknown model parameters are estimated from the 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.talentmap.com/site-faq/faq/general/what-statistical-measurement-is-used.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.
