Casio ClassPad 300 Calculator Logo
Posted on May 05, 2012
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

I have 50 data points for which i need to find standard deviation on a classpad 330 , is there any quicker way to calculate than minusing the mean from every data point?

I know to get SD you must minus the mean from the point to get distance from mean and eventually mean, but with 50 data points this is going to take forever...

1 Answer

k24674

Level 3:

An expert who has achieved level 3 by getting 1000 points

Superstar:

An expert that got 20 achievements.

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

  • Casio Master 8,093 Answers
  • Posted on May 06, 2012
k24674
Casio Master
Level 3:

An expert who has achieved level 3 by getting 1000 points

Superstar:

An expert that got 20 achievements.

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Joined: Aug 17, 2009
Answers
8093
Questions
0
Helped
4673242
Points
21595

Here is one technique I used on the TI84Plus.
Create two lists list1(50) and list2(50) of equal dimension (same length)
You will have to find how to do it on ClassPad.
Fill list2 with zeros
Fill list1 with your data.
Sort the list in ascending order (if it is not sorted)
Do standard deviation calculation on list1 (or calculate the average)
The mean of the data is in a special variable (xbar)
From the command line using the list syntax calculate abs(list1-xbar) and store results in list2, overwiting the zeros.
Perform standard deviation on the new list2. You will get the mean deviation from the mean in the variable xbar.

A simple request from you. Can you please not use MINUS as a verb? By doing so you are propagating incorrect usage. There is a short and correct way to express the operation: to add.

  • k24674 May 16, 2012

    oops : to subtract ( a bit longer but the only correct way to say it)

×

5 Related Answers

Anonymous

  • 1 Answer
  • Posted on Sep 19, 2009

SOURCE: standard deviation

standard deviation

calculate mean of a data set:

1. Turn calc. on or press MODE SeTUP
2.Press 3 for STAT
3. Press 1 for VAR
4.Enter values for X column
5. WHen done entering press SHIFT 1
6.Press 5
7.Press 2 to calculate the mean
8.Press =

Ad

Anonymous

  • 7 Answers
  • Posted on May 03, 2009

SOURCE: Trying to find standard deviation on the calculator

I took statistics last semester and I don't really remember how, but after you enter your data, you press SHIFT, then STAT (on the 1 key), then I think it's under 5 (VAR), and maybe Xon-1? Eh, funny how long you remember this stuff for....

k24674

  • 8093 Answers
  • Posted on Dec 12, 2009

SOURCE: Calculate Variance on Casio FX-83ES Calculator

Hello,
I am happy that you found my solution helpful and even flattered that you copied it in this thread. By doing this, you gave me the opportunity to discover an error in my post. In fact, the calculator does provide a column for the frequency. If you enter nothing in the frequency column, all data items will have their frequency set to 1, by default.

Back to the current subject: How to get the variance (the square of the standard deviation).
When you finish entering your data:

  1. Press the [AC] button to exit the data editor.
  2. Press [****][STAT].
  3. Press [5:Var] to open the statistical result selection screen.
  4. Press [3: xSigma_n] or [4:xSigma_n -1] depending on what you are interested in (population or sample) standard deviation.
  5. The screen echoes the symbol for the value selected (the value displayed on the bottom line may be 0 or an old value from a previous calculation: it is not the value you have just calculated).
  6. Press [=] to display the current value of the SD chosen.
  7. By doing this you are in fact storing it it answer memory.
  8. All you have to do now is to raise it to power 2 by pressing the [x^2] key ( the one above the [HYP] key).
  9. The calculator will display Ans^2.
  10. Press [=] to display the value of the variance.
If you are not interested in the value of the standard deviation, but just want the variance, follow the foregoing procedure until step #5.
While the symbol xSigma_n or xSigma_n-1 is still displayed with the blinking cursor to its right, press the [x^2] key above the [HYP] key. The screen displays say xSigma_n ^2. Press [=] to calculate the variance.

As my motto says, I am always happy to help, but happier still when people show true appreciation.

Hope it helps.

k24674

  • 8093 Answers
  • Posted on May 21, 2010

SOURCE: FX-115ES Scientific Calculator: how to do standard deviation...

I assume you know the theory. I will show you the key strokes for 1-Var statistics and 2-Var statistics
Press [MODE][3:STAT] [1:1-VAR]. You are ready to enter values in the X column.
Enter a number and press [=]. Cursor jumps to second number to enter.
Keep entering numbers and pressing [=] till all numbers are in. Press the [=] key after the last one.
Press [AC] key to clear the screen.
Press [SHIFT] [STAT] (above digit 1.) then [5:Var]. Screen displays the statistical variables 1:n ;2: x bar; 3: x sigma n; 4:x sigma n-1.
Press the number corresponding to Referable you want, ex 1:n . The variable appears on screen. Press [=] and it will be displayed.
To display another variable press [SHIFT][STAT][5:Var][ 1,2, 3, or 4] .

- To access the sum of squares sigma x^2 and the sum of data sigma x press[SHIFT][STAT][4:SUM] then [1: for sigma x^2] or [2: for sigma x]. Press [SHIFT][STAT][6:MinMax] to access minX and maxX.

To perform 2 variable statistics you press [MODE][3:STAT] and any of the other regression options (except 1:1-Var). A two column template opens where you enter the X and Y values. When finished entering data, press [SHIFT][STAT][5:Var]. to access the different statistics. As I assumed above, you should be able to recognize what each variable means.

k24674

  • 8093 Answers
  • Posted on Sep 18, 2010

SOURCE: How do i perform standard

Turn ClassPad ON.
Press [MENU]
Find the STATISTICS application and tap its icon.
Enter your data in one column (L1) and frequency values in List 2.
e6a6796.jpg
If all frequencies are equal to 1, no need to enter them in L2.

After you finish entering the data, Tap the CALC menu at the top of screen.
2e6f1d1.jpg
Select One-Variable (or two variables if you want regressions) and tap the OK button. You are given the opportunity to select the data list and the frequency list, if any.

1c018e3.jpg

Validate your choices. and tap OK.
Statistical values are displayed. The display runs more than one screen. Use the downArrow to scroll.
63683fa.jpg

Ad

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

How to calculate mean

The mean is (1+5+9)/3 = 5.
The squared deviations are (1-5)^2=16, (5-5)^2=0, and (9-5)^2=16.
The sum of the squared deviations are 16+16 = 32.
Divided by one less than the number of data points, 32/(3-1) = 16.
The square root of 16 is 4. This is the sample standard deviation.
0helpful
1answer

I keep on getting domain error when calculating inverse normal with aera: .025 mean: 1 and standard deviation: 0 on my TI 89

This is to be expected. A standard deviation of 0 means that all the data points are identical. Asking for the point below which .025 of the data lie is meaningless.
0helpful
1answer

I want to calculate mean value and standard deveation of empty crates 50numbers

Full instructions are in the "Statistical Calculation" section beginning on page E-44 of the manual. If you need a manual, you may download a copy here.
In short, you go into the STAT mode, bring up the STAT Editor screen, enter the 50 data points, then calculate the mean and standard deviation.
1helpful
1answer

Hod do you put this calculator into statistical mode?

The 30XA doesn't have a statistical mode; all of the statistical functions are available at all times.

2nd [CSR] clears the statistical registers, Sigma+ adds a data point, Sigma- deletes a data point, 2nd [x-bar] gives the mean, 2nd [sigma-x-n] and 2nd [sigma-x-n-minus-one] give the population and sample standard deviation.

For full details, refer to the statistics section in the manual. If you don't have a manual, you can download a guidebook from
http://education.ti.com/educationportal/sites/US/productDetail/us_ti30xa.html?bid=6
0helpful
1answer

How to i do std deviation and sample mean

Example: Enter the following x variables, and determine the sample and population standard deviations.
x = {1,2,3}
  • Press [DATA] and begin to enter the data as indicated into the L1, L2 or L3 lists. To input a data point, type the value and press [ENTER]. Press the down arrow key to move on to the next data point.
  • Press [2nd], [STAT], and then choose 1-VAR.
  • For the "DATA" option, choose the listname the data is stored in (L1, L2 or L3). For the "FRQ" option, choose "ONE" since this data does not include a frequency list.
  • Arrow down to "CALC" and press [ENTER].

    Answers should be as follows:
    3:Sx (Sample Standard Deviation) = 1
    4:sx (Population Standard Deviation) = 0.816497
  • Press [2nd] [MODE] to exit STAT mode.
8helpful
1answer

How do i perform standard deviation on the calculator?

Turn ClassPad ON.
Press [MENU]
Find the STATISTICS application and tap its icon.
Enter your data in one column (L1) and frequency values in List 2.
e6a6796.jpg
If all frequencies are equal to 1, no need to enter them in L2.

After you finish entering the data, Tap the CALC menu at the top of screen.
2e6f1d1.jpg
Select One-Variable (or two variables if you want regressions) and tap the OK button. You are given the opportunity to select the data list and the frequency list, if any.

1c018e3.jpg

Validate your choices. and tap OK.
Statistical values are displayed. The display runs more than one screen. Use the downArrow to scroll.
63683fa.jpg
1helpful
1answer

How do you find standard deviation on the calculator?

Press 2nd [CSR] (shift-7) to clear the statistical registers. Use the Sigma+ key (just above STO) to enter data points. Use 2nd [Sigma-] to remove erroneous data points. Use 2nd [sigma x n] (shift-divide) to compute the population standard deviation, or 2nd [sigma x n-1] (just to the left of the previous key) to compute the sample standard deviation.
2helpful
1answer

How do you enter frequencies for finding standard deviation? For example, Frequency=50, total of X or raw scores = 366.5. Summation of X squared =2836.39. What is standard deviation? How do you enter the...

Hello,
I am afraid I do not understand. The frequency of a PARTICULAR score is the number of times that particular value occurs in the data. It is not the number of data.
Ex: the data are:
4, 6, 5, 4, 4, 8, 9, 3, 3, 6, 7
Frequency of (3) =2
Frequency of (4)= 3
Frequency of (5) =1
Frequency of (6)= 2
Frequency of (7)=1
Frequency of (8)=1
Frequency of (9)=1

Number of data =11 (n=11)

You compute the mean M
M= (2x3 + 3x4 +1x5 +2x6+1x7+1x8+1x9) /11 =5.363636..
As you can see, if a term is not repeated it is multiplied by 1 (its frequency is one). Value 3 occurs twice (hence 2x3); value 4 occurs 3 times (3x4), etc.

To calculate by hand the sum of squares
3: (3-5.3636)^2 + (3-5.3636)^2 .................... = 2x(3-5.3636)^2
4: (4-5.3636)^2 + (4-5.3636)^2 +(4-5.3636)^2 = 3x(4-5.3636)^2
5: (5-5.3636)^2 ...................................... .= 1x(5-5.3636)^2
6: (6-5.3636)^2 +(6-5.3636)^2......................= 2x(6-5.3636)^2
7: (7-5.3636)^2.......................................... .=1x(7-5.3636)^2
8: (8-5.3636)^2......................................... ..=1x(8-5.3636)^2
9
: (9-5.3636)^2......................................... ..=1x(9-5.3636)^2
If I have not made a mistake the sum of squares is 40.5454

Standard Deviation
sd.jpg
The standard formula above gives s= square root (40.5454/10) =2.01
Population Standard Deviation
popsd.jpg
The population Standard deviation above is S= square root (40.5454/11) =1.9198

So if you perform the calculation with the calculator the only times you need to enter the frequency is for repeated terms. When you have to enter 6 above, its frequency is 2 you proceed as follows
6 [2nd][FRQ] 2 [Sigma+]

Once you entered the raw scores, the calculator does the rest.
Hope it helps.





2helpful
1answer

Standard Deviation

Press 2ND [CSR] to clear the stat data.

For each data point, enter the number followed by SIGMA+

If you have grouped data, enter the number followed by 2ND [FRQ] followed by the frequency then SIGMA+

Press 2ND [sigma x n] for the population standard deviation or 2ND [sigma x n-1] for the sample standard deviation.
0helpful
1answer

Standard Deviation

Texas Instruments TI-86 Statistics How-To Information The following instructions should allow you to calculate the mean and standard deviation using a TI-86 calculator.
  1. Press STAT
  2. Select EDIT
  3. Enter data into a list: [2.32 ENTER 2.43 ENTER 2.39 ENTER, etc.] Continue until all data have been entered. (use arrows keys to go to the y value, if any)
  4. EXIT until you reach the main ("blank") screen. (If you try to calculate while you're in the data menu, it thinks you're still trying to enter data!)
  5. Press STAT
  6. Select CALC
  7. Select OneVa
  8. Select LIST, NAMES, xStat(F2), Press ENTER
  9. The calculator provides Max, Min, Mean, Standard Deviation, Sum, Sigma, etc. You will be primarily interested in the Mean and Standard Deviation (sx).
Not finding what you are looking for?

329 views

Ask a Question

Usually answered in minutes!

Top Casio Office Equipment & Supplies Experts

k24674

Level 3 Expert

8093 Answers

Arnie Burke
Arnie Burke

Level 3 Expert

7339 Answers

Ngoro

Level 3 Expert

3521 Answers

Are you a Casio Office Equipment and Supply Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...