theogf / ParticleFlow_Exp

3 stars 1 forks source link

Gaussian Target #3

Open theogf opened 3 years ago

theogf commented 3 years ago

Evaluate the performance of our algorithm on a Gaussian target. Multiple things to evaluate :

theogf commented 3 years ago

Experiments with Diagonal Covariance and random mean, number of particles : D+1

10 Dimensions

mu_D=10_diag Sigma_D=10_diag

20 Dimensions

mu_D=20_diag Sigma_D=20_diag

50 Dimensions

mu_D=50_diag Sigma_D=50_diag

100 Dimensions

mu_D=100_diag Sigma_D=100_diag

theogf commented 3 years ago

Experiments with random covariance : x = rand(D, D); x = x' * x / D and random mean

10 Dimensions

mu_D=10_ Sigma_D=10_

20 Dimensions

mu_D=20_ Sigma_D=20_

50 Dimensions

mu_D=50_ Sigma_D=50_

100 Dimensions

mu_D=100_ Sigma_D=100_