> For the complete documentation index, see [llms.txt](https://isbm.savimbo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://isbm.savimbo.com/methodology/ja/suan-ding/wan-quan-xing-ji-suan.md).

# 完全性計算

前述の [ベースライン評価](/methodology/ja/bsurain.md)において述べたとおり、指標種、ひいてはその観察区域には [整合性スコア](/methodology/ja/bsurain/nosukoa.md) があり、これは生態系の他の構成要素を代表する能力に基づきます。

私たちは、空間および時間における観察の集合について検討しました。これは、整合性スコアが+1（生態系を完全に代表する）である種の2件の観察については比較的単純ですが、部分的な整合性スコアを有する種が存在する場合には複雑になり得ます。&#x20;

本節では、部分的な整合性スコアの加算に関する理論を説明し、いくつかの視覚的な例を示します。&#x20;

部分スコアは加算できます。複数の観察がある場合、種の指標スコアは最大+1まで合算できます。例えば、0.5のスコアを持つタピルのような2つの指標種が、同一座標・同一日に確認された場合、合算スコアは+1となり、重複するヘクタールについては完全なVBCを発行できます。

#### 図11. 重複する部分的整合性スコアの加算。

<figure><img src="/files/0e60884b1e67c82ac9a330a16b8e50599413c7bf" alt=""><figcaption></figcaption></figure>

完全な整合性を提供する指標種については、重複した場合でも+1を超えることはできません。ただし、ジャガーのように整合性スコアが+1の種は、重複区域においてより高いスコアを獲得します。

#### 図11a. 重複する完全および部分的整合性スコアの加算。

<figure><img src="/files/9fdcee3bd2b703ad92cad4873cf33b611e4e4b89" alt=""><figcaption></figcaption></figure>

部分的な整合性スコアは追加的なクレジット付与上の便益をもたらさない場合がありますが、幅広いデータは、プロジェクトが無傷の生態系を代表しているという主張に一層の妥当性を与え、最終評価においてIEPが実施する定性的評価にも反映されます。&#x20;


---

# 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://isbm.savimbo.com/methodology/ja/suan-ding/wan-quan-xing-ji-suan.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.
