luprox:使用JAX变换的线性不确定性传播

时间:2024-04-30 21:53:10
【文件属性】:

文件名称:luprox:使用JAX变换的线性不确定性传播

文件大小:99KB

文件格式:ZIP

更新时间:2024-04-30 21:53:10

JupyterNotebook

鲁普罗克斯 使用JAX变换的线性不确定性传播 例子 from luprox import linear_uncertainty @ linear_uncertainty def f ( x ): return 1 / ( 1 + jnp . abs ( 0.3 * x ) ** 2 ) # Inputs x = jnp . array ([ 2. ]) covariance = jnp . array ([[ 0.05 ]]) # Covariance matrix for x (scalar for 1D random variables) # Get output and covariance estimates mu_linear , cov_linear = f ( test_point , cov_x ) 结果: STD: 0.04352208226919174 (L


【文件预览】:
luprox-main
----Examples.ipynb(69KB)
----luprox()
--------interpreters.py(1KB)
--------__init__.py(61B)
----docs()
--------example.png(48KB)
----.gitignore(34B)
----README.md(527B)

网友评论