GitXplorerGitXplorer
t

KSD-Bayes

public
0 stars
1 forks
1 issues

Commits

List of commits on branch main.
Verified
da22c1206edf37f71e4427159ba15a4daf39ad10

Update README.md

ttakuomatsubara committed 3 years ago
Verified
eb69d4546541dd6965150f4335578c2bf030501c

Rename README.txt to README.md

ttakuomatsubara committed 3 years ago
Verified
75c396b7ae1a89dd536ef79015a875f78527641c

Update README.txt

ttakuomatsubara committed 3 years ago
Unverified
1840a1a98be216ab38ca7ed2406c2b34b0df4f1a

revision

committed 3 years ago
Unverified
25a5777ac86018816baacdc4b8a2a1429c7f2ff4

update

committed 3 years ago
Unverified
026c9893ae080b71b1524222ad27cee3404916e2

update

committed 3 years ago

README

The README file for this repository.

KSD-Bayes

This repository contains Matlab (R2021a) codes to reproduce the experiments in "Robust Generalised Bayesian Inference for Intractable Likelihoods".

The main function is KSD_Bayes, which performs conjugate inference for exponential family models using KSD-Bayes.

There are four main applications considered in the paper:

  1. A Gaussian location model,
  2. a two-dimensional scale parameter estimation problem due to Liu et al,
  3. density estimation using a kernel exponential family model,
  4. an exponential graphical model, and

Results for each application can be reproduced by running the files reproduce_[X].m, where [X] = Gauss, Liu, KEF, EGM.

In addition, there is one more supplementary application:

  1. A Ising model (this application is implemented by Pytorch).

A Result for this application can be reproduced by running *.py files with a setting contain in *.sh files.

Dependencies

The "utilities" folder contains routines for regularised covariance estimation, from the "RegularizedSCM" toolbox. See:

Esa Ollila and Elias Raninen, "Matlab RegularizedSCM Toolbox Version 1.11 Available online: http://users.spa.aalto.fi/esollila/regscm/, August 2021.

Esa Ollila and Elias Raninen, "Optimal shrinkage covariance matrix estimation under random sampling from elliptical distributions," arXiv:1808.10188 [stat.ME].