PRML / PRMLT

Matlab code of machine learning algorithms in book PRML
http://prml.github.io/
MIT License
6.03k stars 2.16k forks source link

Compatibility with GNU Octave #45

Closed ghost closed 7 years ago

ghost commented 7 years ago

Most of the code including demos runs on Octave, but not everything. e.g: randg as used in chapter03/linRnd.m doesn't work (even with the statistics forge package)

sth4nth commented 7 years ago

Sorry, no plan for making it compatible with octave. However, compatibility patch are welcome.