Sponsored Content
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News PSPP brings an industry standard statistical tool to Linux Post 302247875 by Linux Bot on Thursday 16th of October 2008 02:10:04 PM
Old 10-16-2008
PSPP brings an industry standard statistical tool to Linux

10-16-2008 11:00 AM
Today's information systems give organizations and governments the ability to collect and access metaphorical mountains of information. But, this information is completely useless unless we are able to find and understand the relationships and trends hidden in these mountains. For projects involving complex research protocols, high-end statistical analysis tools such as SPSS and SAS are useful, but they come with high price tags and proprietary licenses. PSPP is an open-source clone of SPSS, one of the most commonly used proprietary statistical packages.



Source...
This User Gave Thanks to Linux Bot For This Post:
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

What is the industry standard for number of servers per Unix/Linux engineer?

What is the industry standard for number of servers per Unix/Linux engineer and are there any white papers or the like that discuss this? (1 Reply)
Discussion started by: Rav78uk
1 Replies

2. Linux

where to find statistics about Linux installation in the telco industry

Hello all do you know where i can find statistics on how much Linux installations are in the Telco or any industry thanks (0 Replies)
Discussion started by: umen
0 Replies

3. UNIX for Dummies Questions & Answers

Windows to Linux remote console using VNC brings up blank console screen with only mouse pointer

:confused:Hi This was installed on the Linux box a few weeks back by a guy that no longer works for us. All worked fine until last week. Now when we connect its just a blank screen with no icons. I get a whole bunch of errors when starting the service too: Tue Feb 23 14:29:45 2010 ... (1 Reply)
Discussion started by: wbdevilliers
1 Replies

4. UNIX for Dummies Questions & Answers

invoking non-standard program in linux

I have a program R installed on Ubuntu under /usr/bin/R. I also have a different version installed under /home/user/R. I would like to invoke the locally installed program temporarily. How can I do this automatically by running a script and then switching to the default program? thanks, SM (2 Replies)
Discussion started by: smeme
2 Replies

5. Windows & DOS: Issues & Discussions

C++ coding standard tool

Hi I am using visual studio 2008 tool with TFS Server.Is there any tool or plugin available along with VS2008 which will help to check c++/Qt coding standards,static analysis and if possible auto correct it. In the project we are using C++,Qt,QML. (6 Replies)
Discussion started by: SA_Palani
6 Replies
DPIPE(1)						      General Commands Manual							  DPIPE(1)

NAME
dpipe - bi-directional pipe command SYNOPSIS
dpipe [ command [ args ] ] = [ command [ args ] ] dpipe [ command [ args ] ] = [ command [ args ] ] [ = [ command [ args ] ] ] ... DESCRIPTION
dpipe is a general tool to run two commands diverting the standard output of the first command into the standard input of the second and vice-versa. It is the bi-directional extension of the | (pipe) syntax used by all the shells. The = has been chosen as a metaphor of two parallel communication lines between the commands. It is also possible to concatenate several tools. Intermediate programs communicate using standard input and standard output with the preceding tool and alternate standard input and output (respectively file descriptors number 3 and 4) towards the following tool. If an intermediate tool should process only the data flowing in one direction use { or } as suffix for the preceding = and prefix of the following one. This tool has been written as a tool for the Virtual Distributed Ethernet. EXAMPLE
dpipe a = b processes a and b are bidirectionally connected: stdin of a is connected to stdout of b and vice-versa dpipe a = b = c a and b are connected as above. Alternate stdin of b is connected to stdout of c and alternate stdout of b to stdin of c dpipe a =} b }= c This is a cycle of pipes: stdout of a is connected to stdin of b, stdout of b with stdin of c, and stdout of c to stdin of a dpipe a =} b }={ c {= d = e all the notations can be mixed together. this is a -> b -> d -> c and back to a; alternate ports of d are connected to e OPTIONS
no options. NOTICE
Virtual Distributed Ethernet is not related in any way with www.vde.com ("Verband der Elektrotechnik, Elektronik und Informationstechnik" i.e. the German "Association for Electrical, Electronic & Information Technologies"). SEE ALSO
vde_switch(1), vde_plug(1), vde_plug2tap(1), vdeq(1). wirefilter(1). AUTHOR
VDE is a project by Renzo Davoli <renzo@cs.unibo.it>. Virtual Distributed Ethernet December 6, 2006 DPIPE(1)
All times are GMT -4. The time now is 11:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy