Coder Social home page Coder Social logo

rhmm's Introduction

RHmm package version 2.1.2 - Septemper, 21th, 2023

M. Thrun maintains the package in order to use it in his lectures. Due to CRAN guidelines he has to have the "cre" attributed although he did not create the package.

News
----

Some minor improvements


Make instructions
-----------------


RHmm can be used as a standalone library. if R_HOME is R directory, go into RHmm/src and
1) compile all .cpp using g++ -c *.cpp -I R_HOME/include -w
2) link the program using
	On unix system: g++ -o main *.o -W1,-Bstatic -lRlapack -lRblas -L R_HOME/lib
	On windows system: g++ -o main *.o -W1,-Bstatic -lR -lRlapack -lRblas -L R_HOME/bin
3) To execute the main program,
	on unix system: copy R_HOME/lib/libRlapack.so and R_HOME/lib/libRblas.so in RHmm/src directory
	on windows system: copy R_HOME/bin/*.dll in Rhmm/src directory
then you can execute the main program by doing ./main in RHmm/src directory. Main.cpp is an example of the main program. At the end of Main.cpp file, you will find some samples used for testing the library.
or
1') Use the makefile programe in src/makevar

Thanks to:
- Mait Raag who found a bug in may Multivariate Normal Density function (version <= 1.03).
- Tarmo Leinonen who found some problems in the forwardbackward procedure
- Matteo Re who found bugs in Viterbi path procedure (for discrete distributions)
- Vince Melfi who found a bug in the ForwardBackward procedure.
- Simon Malinowski who found a bug in LLH computation.

Ollivier TARAMASCO <[email protected]> and Sebastian Bauer <[email protected]>

rhmm's People

Contributors

mthrun avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.