resources:octave_software
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| resources:octave_software [2016/01/18 16:59] – created anthony | resources:octave_software [2019/05/22 16:08] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ~~TOC:1-4~~ | ||
| + | |||
| ====== GNU Octave Software Resources ====== | ====== GNU Octave Software Resources ====== | ||
| Line 5: | Line 7: | ||
| [These notes are from Anthony' | [These notes are from Anthony' | ||
| + | < | ||
| + | |||
| + | Started installing packages on Octave via Octave command line. | ||
| + | |||
| + | When tried to install stats package: | ||
| + | |||
| + | < | ||
| + | >> pkg install -forge statistics | ||
| + | warning: creating installation directory / | ||
| + | warning: called from | ||
| + | install at line 30 column 5 | ||
| + | pkg at line 405 column 9 | ||
| + | error: the following dependencies were unsatisfied: | ||
| + | | ||
| + | </ | ||
| + | |||
| + | Got this message for this package: | ||
| + | |||
| + | < | ||
| + | >> pkg install -forge io | ||
| + | pkg: please install the Debian package " | ||
| + | error: called from ' | ||
| + | </ | ||
| + | |||
| + | ... so I did this on terminal command line: | ||
| + | |||
| + | < | ||
| + | sudo apt-get update | ||
| + | sudo apt-get install liboctave-dev | ||
| + | </ | ||
| + | |||
| + | Which ran without error message. | ||
| + | |||
| + | Then typed | ||
| + | |||
| + | < | ||
| + | >> pkg install -forge io | ||
| + | </ | ||
| + | |||
| + | again, and got not error message, but couldn' | ||
| + | |||
| + | Weirdly, I can show this: | ||
| + | |||
| + | < | ||
| + | >> pkg list | ||
| + | Package Name | Version | Installation directory | ||
| + | --------------+---------+----------------------- | ||
| + | io | 2.4.0 | / | ||
| + | </ | ||
| + | |||
| + | I searched for help, and this page | ||
| + | |||
| + | https:// | ||
| + | |||
| + | described an " | ||
| + | |||
| + | Yep: | ||
| + | |||
| + | < | ||
| + | >> pkg load all | ||
| + | </ | ||
| + | |||
| + | Does the trick. | ||
| + | |||
| + | In the meantime, I'll try installing stats package again. | ||
| + | |||
| + | Will also install econometrics package, because it has MLE functions. | ||
| + | |||
| + | Had to install optim and struct packages as dependencies first. | ||
resources/octave_software.1453154377.txt.gz · Last modified: (external edit)
