adiehl96/BasicRFM

Glossary

Opened this issue · 0 comments

I believe to understand the following shorthands:

Shorthand Explanation Sources
ss Slice Sampling
%hcMCMC_SS_RFM Slice sampler object for RFM
pp pseudo point
%SS_pp Independently slice sample the GP pseudo points
V latent node points
%SS_V Independently slice sample the latent node points
V = []; % Col r.v.s (cols x latent dimensions)
U latent node points
%SS_U Independently slice sample the latent node points
U = []; % Row r.v.s (rows x latent dimensions)

Which still leaves the remaining Questions:

  • What is the difference between U and V?
    • This has been answered in a different issue: #7