# Data Analysis

Market Compass utilizes several layers of analytical methods to extract actionable insights from data collected. Broadly, these include the following:

## **Contextual Analysis**

We contextualize data by examining the underlying project it relates to, as well as the technology used, the stage of development, use cases, and traction.

## **Narrative Analysis:**

We analyze the narrative surrounding each project, including media coverage, community discussions, and marketing efforts.

## **Sentiment Analysis**

Sentiment analysis involves evaluating the sentiment expressed in social media posts, forum discussions, and other online interactions.

We utilize natural language processing (NLP) and machine learning techniques to classify sentiments as positive, negative, or neutral.

By gauging sentiment, we can assess market sentiment trends and identify sentiment-driven price movements.

## **Fundamental vs. Marketing Analysis**

We distinguish between fundamental data, which pertains to a project's technological and economic fundamentals, and marketing content, which focuses on promotional efforts and community engagement.

This differentiation allows us to assess the underlying value proposition of each project and discern between substance and hype.

## **Correlation Analysis**

We explore correlations between different data points, such as sentiment and price movements, to identify potential predictive patterns.

## **Price Prediction Models**

Leveraging machine learning algorithms and historical data, we develop price prediction models based on sentiment analysis and other relevant factors.


---

# 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.marketcompass.ai/tech-solutions/data-analysis.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.
