> For the complete documentation index, see [llms.txt](https://blog.gabriele.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.gabriele.pro/informazione.md).

# Informazione

Usualmente per informazione si intende quella derivante dalla variabilità di una grandezza quantitativa. Per Wikipedia l'Informazione è un insieme di dati coordinati con cui un'idea viene comunicata. Una notizia, una nozione, un dato, sono informazione.&#x20;

Ora qui iniziamo con il proporre un tipo di informazione che chiameremo di primo tipo. Limitiamoci all'informazione di un dato quantitativo osservato sulle unità di un collettivo rispetto ad alcune grandezze di interesse.&#x20;

Conviene pensare a una tabella avente tante righe quante sono le unità e tante colonne quante sono le grandezze. Ogni casella contiene un dato quantitativo riferito a una singola unità su una delle grandezze (serie di dati). Per noi l'nformazione non è esattamente quel numero, ma il valore di quel numero nel contesto. Noi dobbiamo calare quel numero nella situazione. La situazione reale dovrebbe fornire per ogni casella un valore minimo (min) e uno massimo (Max) e dirci anche quale dei due è preferibile.&#x20;

Ad esempio se le unità sono frutteti di mele le grandezze possono essere: quintali prodotti (X1), numero di trattamenti effettuati (X2), numero di piante allevate (X3), metri quadrati di superficie (X4) e anni di età dell'impianto (X5).


---

# 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://blog.gabriele.pro/informazione.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.
