Page 1 of 10 123 ... LastLast
Results 1 to 10 of 122

Thread: Scientific Software options for Ubuntu

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Wyoming, USA
    Beans
    488
    Distro
    Ubuntu 18.04 Bionic Beaver

    Scientific Software options for Ubuntu

    At MIPS suggestion:
    A place to tell others about software that you have found to be useful in scientific fields. Feel free to post your useful scientific software packages, and I will try to keep this first post up to date with your suggestions.


    Statistics:
    R
    http://www.r-project.org/
    Code:
    sudo aptitude install r-recommended

    LaTeX editors:
    Lyx
    http://www.lyx.org/
    Code:
    sudo aptitude install lyx
    Kile
    http://kile.sourceforge.net/
    Code:
    sudo aptitude install kile
    TeXmaker
    http://www.xm1math.net/texmaker/
    Code:
    sudo aptitude install texmaker
    Bibtex:
    Pybliographer
    http://sourceforge.net/projects/pybliographer/
    Code:
    sudo aptitude install pybliographer

    Bibliographic Database:
    Bibus
    http://bibus-biblio.sourceforge.net/....php/Main_Page
    Installation instructions


    Spreadsheet:
    Gnumeric
    http://www.gnome.org/projects/gnumeric/
    Code:
    sudo aptitude install gnumeric

    Desktop Publishing:
    Scribus
    http://www.scribus.net/
    Code:
    sudo aptitude install scribus

    GIS:
    GRASS
    http://grass.itc.it/
    Code:
    sudo aptitude install grass
    QGIS
    http://qgis.org/
    Code:
    sudo aptitude install qgis
    Mathematics:
    Scilab
    http://www.scilab.org/
    Code:
    sudo aptitude install scilab
    Some users have had issues with text showing up only in Hindi when installing scilab from the Ubuntu repos. There is a binary version available on the scilab website. Just unpack it and read the README_Unix file.

    Maxima
    http://maxima.sourceforge.net/
    Code:
    sudo aptitude install maxima
    Octave
    http://www.gnu.org/software/octave/
    Code:
    sudo aptitude install octave
    Last edited by akniss; January 17th, 2008 at 09:48 PM. Reason: added texmaker
    This looks nothing like my signature...
    My Page

  2. #2
    Join Date
    Jan 2006
    Beans
    147
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Scientific Software options for Ubuntu

    You could consider giving Kile a try for LaTeX. It's rather nice.

  3. #3
    Join Date
    Nov 2005
    Location
    127.0.0.1
    Beans
    354
    Distro
    Ubuntu Development Release

    Re: Scientific Software options for Ubuntu

    Quote Originally Posted by Barrakketh
    You could consider giving Kile a try for LaTeX. It's rather nice.

    a how to for texmaker and kile with texlive in my signature....
    even some instructions on getting kile from source without tetex ....

  4. #4
    Join Date
    Mar 2007
    Location
    Canada
    Beans
    147
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Scientific Software options for Ubuntu

    Quote Originally Posted by Barrakketh View Post
    You could consider giving Kile a try for LaTeX. It's rather nice.
    TeXmaker is nice too. I hear it's from the guy who started the Kile project. There are some differences, but Texmaker loads a--lot--faster.

  5. #5
    Join Date
    Apr 2006
    Beans
    13

    Re: Scientific Software options for Ubuntu

    gretl is a great package for econometrics and time series analysis. It also has some simple tools for finding p-values and doing elementary t-tests etc. It has a very easy-to-use GUI as well as a command line interface, it is easy (from what i've heard) to extend with scripts, and it can send it's data to R.

    It produces plots with Gnuplot, and you can get it's output in latex format.

    http://gretl.sourceforge.net/

  6. #6
    Join Date
    Jul 2006
    Beans
    Hidden!
    Distro
    Kubuntu 6.10 Edgy

    Re: Scientific Software options for Ubuntu

    Quote Originally Posted by Cellular View Post
    gretl is a great package for econometrics and time series analysis. It also has some simple tools for finding p-values and doing elementary t-tests etc. It has a very easy-to-use GUI as well as a command line interface, it is easy (from what i've heard) to extend with scripts, and it can send it's data to R.

    It produces plots with Gnuplot, and you can get it's output in latex format.

    http://gretl.sourceforge.net/
    I agree with the above, the main strength of gretl is its easy-to-use and friendly interface. Also, the export of output to LaTeX might be of interest.

    I add a little ``installing gretl HOWTO'' which I wish had existed when I tried to install it. gretl has some `non-standard' dependencies but luckily the following command helps a lot (worked perfectly on Edgy Eft):

    Code:
    apt-get build-dep gretl
    Then, download the source package from

    http://gretl.sourceforge.net/

    Decompress the archive and enter the new directory. Then, execute, one by one, the following:

    Code:
    ./configure
    Code:
    make
    Code:
    sudo make install
    Hopefully, everything goes smoothly and gretl is installed. In case you wonder, the above procedure did NOT work with the checkinstall. I hope this helps.

  7. #7
    Join Date
    Sep 2005
    Location
    Haarlem, Netherlands
    Beans
    23
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Scientific Software options for Ubuntu

    It is easier to compile Octave Workshop for Actave 2.9 on Fiesty, since the newest QT4-libs are included. You'll need to make one edit before compiling.

    Install the following packages (and dependecies):
    Code:
    qt4-dev-tools
    octave2.9-headers
    libreadline5-dev
    Just download the tar.gz from http://www.math.mcgill.ca/loisel/octave-workshop/ , unpack and add the following as line 11 to the file 'editwindow.cpp':
    Code:
    #include <assert.h>
    Now it's time for a './configure' , which should give no errors.
    now do a 'make'. If you did not make the edit to editwindow.cpp, it complains about 'assert' not being defined.

    Few moments later you have a 3.4mb bunch of working code. Don't forget to install gnuplot and to start the workshop from the shell to see some usefull crash-output.

    --
    Vincent

  8. #8
    Join Date
    Nov 2005
    Location
    São Paulo, SP -
    Beans
    83
    Distro
    Xubuntu 9.04 Jaunty Jackalope

    Re: Scientific Software options for Ubuntu

    For thos interested in using the latest stable versions of GIS software (GRASS, GDAL, QGIS), use this repo:

    Code:
    deb http://les-ejk.cz/ubuntu edgy multiverse
    deb-src http://les-ejk.cz/ubuntu edgy multiverse
    or
    Code:
    deb http://les-ejk.cz/ubuntu feisty multiverse
    deb-src http://les-ejk.cz/ubuntu feisty multiverse
    the versions in the official repos are a bit outdated.

    As for the Kile x Texmaker, Texmaker loads faster, but Kile has word completion (and tex commands too).

    As Reference manager, I use JabRef. Is Java based and very good. I found a .deb somewhere...

    If you go to http://www.getdeb.net, you can fin a tool called Extrema, for graphs creation. Sounds good.

  9. #9
    Join Date
    Jul 2007
    Beans
    18

    Re: Scientific Software options for Ubuntu

    Thanks, I think PSPP can not really compare to SPSS. Tell me if I'm wrong...
    I will try R-project...

  10. #10
    Join Date
    May 2005
    Location
    Somewhere south of Milan
    Beans
    216

    Re: Scientific Software options for Ubuntu

    engauge and gnuplot

Page 1 of 10 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •