> For the complete documentation index, see [llms.txt](https://arcstar.gitbook.io/arcstar-dao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arcstar.gitbook.io/arcstar-dao/tournament/live-score-computation-process.md).

# Live Score Computation Process

<figure><img src="/files/qnr63HObwKH0uw7XdvCT" alt=""><figcaption></figcaption></figure>

Computing the live score each weeks is a very computationally intensive process.

Targets computer have to be made to make sure everything works as expected.

### Active datasets lookup

This board allows you to control which dataset is currently active and score with live data.

### Listing of `primary` submissions

Primaries submissions are the ones that you submitted and selected for live scoring.

### Live Score computation

For each primary submission, the scorer will compute the spearman correlation score between your prediction for that target (30, 60, 90 days) and what happened live.

### Mean by dataset

For each dataset your live score for this dataset is the mean of your last two participation at this dataset.

### Mean of mean

Global mean score is the mean of all your live scores over the universe of strategy. If you miss a round you get a score of zero.

### Normalisation

All round' scores are normalised to avoid some rounds to be more weighted in the overall score.

### Computing global leaderboard

Arcstar users are ranked by their mean live spearman correlation score normalised over all strategies.


---

# 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://arcstar.gitbook.io/arcstar-dao/tournament/live-score-computation-process.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.
