Results 1 to 4 of 4

Thread: A New Octave GUI??

Hybrid View

  1. #1
    Join Date
    Dec 2006
    Location
    Gold Coast
    Beans
    16
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Unhappy A New Octave GUI??

    I've been trying to find a good alternative to SPSS (since it's what I use at university but alot of the time I need to do some statistics @ home). As far as I know GNU R and Octave are the best contenders for the sort of statistical analysis I'm trying to do. I've installed the back-ends but I'm really struggling with getting a GUI to work properly with the 3.0.1 version of Octave on the Ubuntu repository (which is slightly out of date... the current version is 3.0.3).
    I was wondering if anyone could help me by recommending a repository with the most current version of Octave AND a GUI that will work with it

    Please HELP!

  2. #2
    Join Date
    Jan 2006
    Beans
    1,237
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: A New Octave GUI??

    I can't help you with that, but have you tried scilab? It has a GUI oob.

  3. #3
    Join Date
    Oct 2005
    Location
    Albany, NY
    Beans
    842
    Distro
    Ubuntu

    Re: A New Octave GUI??

    It depends on what you are trying to do. Octave is usually compared to Matlab, not SPSS.

    Disclaimer: I have never used Octave.

    Octave does have support for some basic statistical functions. The Octave Manual has more information. Octave itself does not provide a GUI. It is a command-line program. There is however an interesting project called QT-Octave which appears to be an attempt of creating a matlab like interface on top of Octave. If you need to work with numerical analysis only, this could be a good solution for you. Octave 3.0.1 and qtoctave 0.7.4 are both in the Ubuntu repos, making them easy to install.

    Unless you are an engineer or are otherwise dealing with matrices only, Octave may be a little limiting, especially when compared to a tool such as SPSS. Fortunately, there are other options! If you search this forum you can find plenty of threads discussing the pros and cons of the software I am about to suggest:

    Format: Title, License, Notes

    1. R, OSS, The 800 pound gorilla of open-source statistics
    2. PSPP, OSS, Incomplete but excellent clone of SPSS
    3. SPSS, Proprietary, Available for Linux too!
    4. SAS, Proprietary, The "other" proprietary stats package.
    5. Stata, Proprietary, Ask someone else. I don't know nothing about it.


    I've included links to R and PSPP. You can find the others on your own. R and PSPP are BOTH excellent pieces of software. Without knowing what you want to do, I can't really recommend one over the other. R is probably the most advanced, comprehensive statistics package ever created. It is also probably over-kill for a highschool or under-grad level stats course. PSPP comes with a user friendly GUI, but is not a complete product. SPSS currently provides more functionality than PSPP.

    If you are a student, SPSS will sell you a version of SPSS that runs on Linux for a very "reasonable" price compared to the commercial version. As long as your data sets are fairly small, this will probably get you through a stats class. As an added benefit, the SPSS syntax you learn will work on PSPP, provided the functionality has been implemented in the latter.

    I've never used SAS or Stata but I know there are threads here that discuss installing them on Ubuntu. I assume that with effort they can be made to run effectively. People seem to like them, but I don't know much about them one way or the other.

    Look this over and tell us what you need to do and how much computer / programming experience you have and I can try to give you a more definite recommendation. You might also consider renaming this thread. There are other people in this forum with experience doing statistical analysis. Getting their input could be beneficial.
    Please Insert Funny Statement Here.

  4. #4
    Join Date
    Mar 2007
    Location
    Finland
    Beans
    256
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: A New Octave GUI??

    Quote Originally Posted by mattycoze View Post
    I've been trying to find a good alternative to SPSS (since it's what I use at university but alot of the time I need to do some statistics @ home). As far as I know GNU R and Octave are the best contenders for the sort of statistical analysis I'm trying to do.
    If you are looking for replacement for SPSS, then R is most likely what you want to use. R has functions for all statistics that you can think of and can handle factors etc. whereas Octave has very limited statistical functionality.

    R has also better plotting features and the learning curve for R and octave is similar, so if you have no experience from either one go with R.
    The reason I can think of using Octave over R is if you are used to MATLAB or do a lot of matrix algebra.

    Some GUI options for R:
    RKWard http://rkward.sourceforge.net/
    RCMDR http://socserv.mcmaster.ca/jfox/Misc/Rcmdr/

    Then there is ESS (http://ess.r-project.org/) that lets you run R from Emacs, its really powerful but I don't know if you can really call it a GUI...

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
  •