# RBF 简介

## 一般描述

使用径向基函数 (RBF) 插值每日轮廓的参数。

每日概况是在建模期间计算的 *重置* 使用以年日为自变量的径向基函数。一年中的天数由用户定义，另外还有每天用于插值的值。每年的第一天应始终为一，其值重复为第 366 个值。此外，对第二个和倒数第二个值进行了镜像，以鼓励边界上出现一致的梯度。RBF 计算是使用 *scipy.interpolate.rbf* 对象，请参阅 Scipy 的文档以获取更多信息。 [API 参考资料](https://pywr.github.io/pywr-docs/master/api/generated/pywr.parameters.RbfProfileParameter.html)

## 属性

是上限

<table><thead><tr><th width="158">姓名</th><th width="409">描述</th><th>必填项</th></tr></thead><tbody><tr><td>天_的_年</td><td>一年中定义插值的日期。第一个值应该为一</td><td>是的</td></tr><tr><td>价值</td><td>用于插值的值对应于 <em>天_的_年</em></td><td>是的</td></tr><tr><td>更低_</td><td></td><td></td></tr><tr><td>bounds</td><td>优化期间使用值的下限</td><td></td></tr><tr><td>_界限</td><td>在优化期间使用时值的上限</td><td>是的</td></tr><tr><td>变量_天_的_年_范围</td><td>优化期间一年中各天的最大界限（正数或负值）。非零值将导致一年中的天数值显示为整数变量（第一个值除外，该值保持在第 1 天）。该值是这些变量的边界，即与给定变量的最大偏移量 <em>天_的_年</em></td><td>是的</td></tr><tr><td>分钟_值，最大值_价值</td><td>（可选）将插值的每日配置文件限制为最小值和/或最大值。最小值和最大值的默认值分别为负数和正无穷大</td><td>是的</td></tr><tr><td>rbf_kwargs</td><td>基于 Rbf 对象的关键字参数的可选字典</td><td>可选</td></tr></tbody></table>

## 示例

即将推出...

\`\`json {

}

```
```


---

# 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://water-strategy.gitbook.io/waterstrategy/zhong-guo-ren/jian-mo-ji-chu-zhi-shi/parameters/time-series-and-profiles/rbf-profile.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.
