I want to estimate a univariate Gaussian mixture model with two components using proc fmm. With respect to the Bayes statement, I am assuming a triangular distribution for one parameter. Does anybody know how to implement it? I checked proc mcmc and there it is possible to construct your own prior via the general function (https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_mcmc_sect02...
Many thanks in advance.
I don't think that FMM supports general priors. I only see the "usual suspects" in the doc: beta, gama, Dirichlet, etc
However, there is an easy way to create a beta distribution that kinda-sorta looks like a triangular distribution, in the sense that it has support is on [a,b] and it has a mode at c. It is sometimes known as the PERT distribution. See the article "That distribution is quite PERT!" to learn how to choose the parameters of the beta distribution. Choosing a PERT (via beta) distribution might capture the spirit of your prior.
I don't think that FMM supports general priors. I only see the "usual suspects" in the doc: beta, gama, Dirichlet, etc
However, there is an easy way to create a beta distribution that kinda-sorta looks like a triangular distribution, in the sense that it has support is on [a,b] and it has a mode at c. It is sometimes known as the PERT distribution. See the article "That distribution is quite PERT!" to learn how to choose the parameters of the beta distribution. Choosing a PERT (via beta) distribution might capture the spirit of your prior.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.