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.
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
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.