itsample:Python中的逆变换采样

时间:2024-05-31 23:43:59
【文件属性】:

文件名称:itsample:Python中的逆变换采样

文件大小:47KB

文件格式:ZIP

更新时间:2024-05-31 23:43:59

JupyterNotebook

逆变换样本v1.1 逆变换样本是一项技术的简单Python实现,该技术允许从任意概率密度函数中进行抽样。 安装 要安装,请执行 git clone https://www.github.com/peterewills/itsample /path/to/itsample 用法 要使用该软件包,您必须将其位置添加到Python路径中。 可以在解释器中完成以下操作 >> import sys >> sys.path.append('/path/to/itsample') 采样器可以按以下方式使用: >> import numpy as np >> pdf = lambda x: np.exp(-x**2/2) # unit Gaussian, not normalized >> from itsample import sample >> samples = sample(pdf,100


【文件预览】:
itsample-master
----README.md(4KB)
----itsample.py(9KB)
----example.ipynb(68KB)

网友评论