> For the complete documentation index, see [llms.txt](https://docs.golffix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.golffix.io/undefined-3/tempo-consistency-score.md).

# 템포 일관성 점수

많은 아마추어 골퍼가 연습장과 필드에서의 스윙이 다르다고 말합니다. 이유 중 하나가 템포의 일관성입니다. 템포 일관성이 왜 중요한지, 그리고 템포 일관성 점수가 어떻게 계산되는지 안내합니다.

## 연습장에서는 잘했는데…

필드에만 나가면 생각이 많아지고 마음이 조급해져 연습장과 전혀 다른 스윙을 하게 되는 경우가 많습니다. 원인 중 하나는 스윙 템포의 변화입니다. 템포가 변하면 스윙은 순식간에 달라집니다. 프로처럼 언제나 같은 스윙을 하려면 템포의 일관성을 유지하는 것이 중요합니다.

그래서 일일 리포트의 '스윙 템포 분포'에서 얼마나 일정하게 스윙했는지를 템포 일관성 점수로 보여줍니다.

## 템포 일관성 점수란?

리듬과 관계없이, 일정한 백스윙·다운스윙 템포를 유지했는지를 점수로 나타낸 것입니다.

A 그래프는 스윙 템포들이 한 곳에 밀집되어 있고, B 그래프는 넓게 분산되어 있습니다. A 그래프가 템포 일관성이 좋은 경우이며, 템포 일관성 점수도 높습니다.

{% hint style="info" %}
그래프에서 보이지 않지만 탑 멈춤 시간도 템포 일관성 점수에 반영됩니다. 적절한 탑 멈춤 시간을 일정하게 유지하면 점수를 높일 수 있습니다.
{% endhint %}

## 다음으로 보기

* [AI 코치 — 일일/월간 리포트와 노트](/undefined-3/ai-coach.md)
* [최종 리포트 점수](/undefined-3/final-report-score.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.golffix.io/undefined-3/tempo-consistency-score.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
