whitened_prior_slice_sampler.py 文件源码

python
阅读 25 收藏 0 点赞 0 评论 0

项目:product-taz 作者: TheAnomalieZ 项目源码 文件源码
def _compute_implied_y(self, model, nu):
        K_XX = model.noiseless_kernel.cov(model.inputs)
        L    = spla.cholesky(K_XX, lower=True) 

        return np.dot(L, nu) + model.mean.value
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号