Skip to content

Conversation

Echo-Nie
Copy link
Contributor

@Echo-Nie Echo-Nie commented Sep 26, 2025

fix #7475

文档链接&描述 Document Links & Description

Exponential的api添加PR:#6413
API源码:https://github.com/PaddlePaddle/Paddle/blob/develop/python/paddle/distribution/exponential.py
预览文档:preview-Exponential-API文档

问题1:ICDF(k)

Image

应该写成: $icdf(p; θ) = -\frac{1}{θ} \ln(1 - p), \quad 0 < p < 1 $

问题2:kl_divergence

Image

这里改写成Exponential

问题3:cdf和icdf中的 k和value

Image

统一改成 :value

@Echo-Nie Echo-Nie changed the title Fix the Fix the issue#7475 Sep 26, 2025
@Echo-Nie Echo-Nie changed the title Fix the issue#7475 修复Exponential文档 issue#7475 Sep 26, 2025
@Echo-Nie
Copy link
Contributor Author

@sunzhongkai588 @luotao1

@Echo-Nie
Copy link
Contributor Author

预览链接: Exponential_cn
预览如下:
image
image

@luotao1 luotao1 added HappyOpenSource 快乐开源活动issue与PR contributor labels Sep 26, 2025
Copy link
Collaborator

@sunzhongkai588 sunzhongkai588 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@luotao1 luotao1 merged commit de14b66 into PaddlePaddle:develop Sep 28, 2025
1 of 2 checks passed
@Echo-Nie Echo-Nie deleted the fix_docs9_26 branch September 28, 2025 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor HappyOpenSource 快乐开源活动issue与PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

paddle.distribution.Exponential 内容问题
3 participants