473,395 Members | 1,797 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

STDEV()

Jon
Hi All
I am trying to work out the standard deviation for all the columns in a
query not just 1 column.
Is there a way of selecting the full query and doing a stdev on it?

Yours Jon
Nov 12 '05 #1
2 4231
On Fri, 30 Jan 2004 16:16:26 -0000, "Jon"
<jo**********@baesystems.com> wrote:

If I understand you correctly this should work:
select Field1 from MyTable
union
Select Field2 from MyTable
etc.

Then using this query, calculate the StDev.

BTW: There may be something wrong with your database design.

-Tom.


Hi All
I am trying to work out the standard deviation for all the columns in a
query not just 1 column.
Is there a way of selecting the full query and doing a stdev on it?

Yours Jon


Nov 12 '05 #2
Jon
Thanks Tom
Using a union worked

The reason it is checking several columns is we need to find the StDev for
several columns which hold a error value.

Ta Jon

Ps what does BTW mean?

"Tom van Stiphout" <to*****@no.spam.cox.net> wrote in message
news:aj********************************@4ax.com...
On Fri, 30 Jan 2004 16:16:26 -0000, "Jon"
<jo**********@baesystems.com> wrote:

If I understand you correctly this should work:
select Field1 from MyTable
union
Select Field2 from MyTable
etc.

Then using this query, calculate the StDev.

BTW: There may be something wrong with your database design.

-Tom.


Hi All
I am trying to work out the standard deviation for all the columns in a
query not just 1 column.
Is there a way of selecting the full query and doing a stdev on it?

Yours Jon

Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: (Pete Cresswell) | last post by:
I'm assuming that given the same stream of values, each should return the same result. Anybody disagree? -- PeteCresswell
5
by: Nicholas Kormanik | last post by:
Seems so simple..... Show rows where: X > (X -Avg(X))/StDev(X) How does one do this in Access? I've spent hours, and can't get it. Thanks, Nicholas
10
by: rdemyan via AccessMonster.com | last post by:
My app contains utility meter usage. One of the things we have to deal with is when a usage is clearly incorrect. Perhaps someone wrote the meter reading down incorrectly or made a factor of 10...
0
by: adnanahmed714 | last post by:
Hemant & ALL i want to calculate the STDEV of last 20 values added in the databse column.I am using this function but getting the result of all the values present in the...
1
by: adnanahmed714 | last post by:
thanks PEB but i want to do this VB programming,using SQL query , not in the access envirnoment
1
by: adnanahmed714 | last post by:
Hi All i Want to calculate STDEV of last 20 values in the database Column,using VB Want help on the syntax of the statment Thanks in advance
0
by: =?Utf-8?B?UGhpbCBUcnVtcHk=?= | last post by:
I have an Access app that uses a crystal report and exports to excel. I was using this function to get the standard and average deviations for a specific range once the info was in Excel: Sub...
50
by: bcr123 | last post by:
Hello, I am not good with Excel and I would truly appreciate assistance with the following: Please let me know how I can place all of this in one field, let’s say AN100. If U100 (column U,...
6
by: shibujohn82 | last post by:
Hi, My data set is followed like this... (as tab delimited input.csv) First is column is gene name, second column is bn count, third colums is sh count. ENSRNOG00000000417 42 102...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.