BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
DaLack
Calcite | Level 5

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Rick_SAS
SAS Super FREQ

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.

View solution in original post

1 REPLY 1
Rick_SAS
SAS Super FREQ

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.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

What is Bayesian Analysis?

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1015 views
  • 0 likes
  • 2 in conversation