Softpedia
 


SCRIPTS CATEGORIES:



NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • PeoplePods 0.9
  • Brackets Sprint 8
  • elFinder 2.0 RC1
  • BBClone 0.6.1
  • Twitter Follow Box...
  • Multilingual Press...
  • SimplePie 1.2.1
  • TinyTips 1.2
  • SWFUpload 2.2.0.1 ...
  • Head Cleaner 1.4.2.9
  • Home > Scripts > Scientific/Engineering > Statistics and Probability

    EM_GM

    Download button

    Downloads: 2,227  Tell us about an update
    User Rating:
    Rated by:
    Very Good (4.1/5)
    19 user(s)
    Developer:

    Website:

    License / Price:

    Platforms:

    Databases:

    Language:

    Last Updated:

    Category:
    Patrick Tsui | More scripts
    www.mathworks.com
    Freeware 

    Windows / Linux / Mac OS / BSD / Solaris
    N/A
    Matlab
    September 13th, 2007, 07:07 GMT
    C: \ Scientific/Engineering \ Statistics and Probability

     Read user reviews (1)  Refer to a friend  Subscribe

    EM_GM description

    EM_GM - An expectation maximization algorithm for learning a multi-dimensional Gaussian mixture.

    Although EM algorithm for Gaussian mixture (EM_GM) learning is well known, 3 major MATLAB EM_GM codes are found on the web. However, they either have errors or not easy to incorporate into other MATLAB codes. Therefore, I decide to write my own EM_GM and share it. My EM_GM is designed as a single file function (i.e. all sub functions are included in the same file) for convenience and portability.

    Detail descriptions of all inputs and outputs are included in the file. EM_GM can be controlled to plot 1D or 2D problems and display CPU time used as well as number of iterations.

    Example:
    X = zeros(600,2);
    X(1:200,:) = normrnd(0,1,200,2);
    X(201:400,:) = normrnd(0,2,200,2);
    X(401:600,:) = normrnd(0,3,200,2);
    [W,M,V,L] = EM_GM(X,3,[],[],1,[])

    Requirements:

    · MATLAB Release: R13
    · Statistics Toolbox



    TAGS:

    EM GM statistics | statistics probability | EM GM probability | EM | GM | statistics



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM