Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Standard Deviation

RE: Standard Deviation

From: DENNIS WILLIAMS <DWILLIAMS_at_LIFETOUCH.COM>
Date: Mon, 26 Nov 2001 09:50:15 -0800
Message-ID: <F001.003CCED2.20011126092523@fatcity.com>

Peter - I did a quick search in www.google.com <http://www.google.com> , entering "Oracle Standard Deviation", and turned up the fact that Oracle8i supports the STDDEV function. Enjoy.
Dennis Williams
DBA
Lifetouch, Inc.
dwilliams_at_lifetouch.com  

-----Original Message-----
Sent: Monday, November 26, 2001 6:05 AM
To: Multiple recipients of list ORACLE-L

Hi
I asked this earlier over on the ODTUG-SQLPLUS-L list, not much response

I am working on a problem where I have rows of data and the structure includes 48 elements of data in each row on which i need to calculate the standard deviation for the 48 elements in that row.

I currently have that data in a PL/SQL table in the form of one element to each row in that table as part of the overall package and could use this to calculate it.

  1. Can I use stddev on a pl/sql table and if so what column name do I use in the stddev function. The column type in the PL/SQL table is Number. or
  2. Do I need to write it out to a temp table and get it from that.

TIA

Peter McLarty                   E-mail: Peter.Mclarty_at_Mincom.com
Technical Consultant        WWW: http://www.Mincom.com
APAC Technical Services     Phone: +61 (0)7 3303 3461 
Brisbane,  Australia                Mobile: +61 (0)402 094 238           
----------------------                    Facsimile: +61 (0)7 3303 3048

--

This transmission is for the intended addressee only and is confidential information. If you have received this transmission in error, please delete it and notify the sender. The contents of this e-mail are the opinion of the writer only and are not endorsed by the Mincom Group of companies unless expressly stated otherwise.

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: DENNIS WILLIAMS
  INET: DWILLIAMS_at_LIFETOUCH.COM

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Nov 26 2001 - 11:50:15 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US