Skip to content
/ bmm Public
forked from genome/bmm

R package that uses a variational Bayesian approach to fitting a mixture of Beta distributions

License

Notifications You must be signed in to change notification settings

hdng/bmm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bmm
--------------------------------
An R package that uses a variational Bayesian approach for fitting a mixture of Beta distributions


Installation instructions
--------------------------------
The easy way:

    #install devtools if you don't have it already
    install.packages("devtools") 
    library(devtools)
    install_github("genome/bmm")

Or build it by hand:

    #make sure you have all the dependencies first
    $ git clone [email protected]:genome/bmm.git
    $ cd bmm/
    $ R CMD build bmm
    $ R CMD INSTALL bmm_0.3.1.tar.gz


Usage
---------------------------------
See R docs for usage

About

R package that uses a variational Bayesian approach to fitting a mixture of Beta distributions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%