> For the complete documentation index, see [llms.txt](https://docs.fractalworks.io/joule/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fractalworks.io/joule/components/analytics/analytic-tools/analytic-functions/stateless.md).

# Stateless

> Stateless functions are functions that are not influenced by previous events or outside data and are only dependent on the data passed to them as arguments.&#x20;

## Available functions

Set of stateless analytic functions

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:orange;"><strong>Normalisation</strong></mark></td><td>Change the distribution shape of your data</td><td></td><td><a href="/pages/qHnGlWf4pYiXJFLlaUuJ">/pages/qHnGlWf4pYiXJFLlaUuJ</a></td></tr><tr><td><mark style="color:orange;"><strong>Scaling</strong></mark></td><td>Change the range of your data</td><td></td><td><a href="/pages/TjFbFnGxOh6MSIWwUfm8">/pages/TjFbFnGxOh6MSIWwUfm8</a></td></tr><tr><td><mark style="color:orange;"><strong>Statistics</strong></mark></td><td>Key statistical functions and measures</td><td></td><td><a href="/pages/UvHdTQNLWrUqVkDhKY92">/pages/UvHdTQNLWrUqVkDhKY92</a></td></tr><tr><td><mark style="color:orange;"><strong>General</strong></mark></td><td>Utility and supporting analytic functions </td><td></td><td><a href="/pages/pik8GSfCDiXRwiq0Y3kh">/pages/pik8GSfCDiXRwiq0Y3kh</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.fractalworks.io/joule/components/analytics/analytic-tools/analytic-functions/stateless.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.
