> 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/zh-cn/ji-suan/wan-zheng-xing-ji-suan.md).

# 完整性计算

如在……中所述 [基线评估](/methodology/zh-cn/ji-xian-ping-gu.md)，指示物种及其观测区域具有 [完整性得分](/methodology/zh-cn/ji-xian-ping-gu/zhi-shi-wu-zhong-wan-zheng-xing-fen-zhi.md) ，该得分基于其表征其余生态系统的能力。

我们已经处理了空间与时间中观测的并集。对于来自完整性得分为 +1（对生态系统具有完全代表性）的物种的两次观测，这一问题相对简单；但当存在具有部分完整性得分的物种时，则会变得复杂。&#x20;

本节解释部分完整性得分求和背后的理论，并提供若干可视化示例。&#x20;

部分得分可以累加。在存在多次目击记录的情况下，物种指示得分可以相加，最高为 +1。例如，若两种指示物种，如貘，得分为 0.5，并且在同一坐标、同一天被观测到，则合并得分将为 +1，且可就重叠公顷范围内的公顷发放完整的 VBC。

#### 图 11。重叠部分完整性得分的累加。

<figure><img src="/files/2079c6a3626649b38849d640b7647c46246a9106" alt=""><figcaption></figcaption></figure>

提供完全完整性的指示物种，在其重叠区域内其得分不能高于 +1；然而，像美洲豹这样完整性得分为 +1 的物种，将在重叠区域取得更高得分。

#### 图 11a。重叠的完全与部分完整性得分的累加。

<figure><img src="/files/37d76a3bbea742100e6e1c8527e3b47c50e53bae" 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/zh-cn/ji-suan/wan-zheng-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.
