Texas Instruments TI-84 Plus Calculator Logo

Related Topics:

A
Anonymous Posted on Sep 19, 2012

Syntax error when doing scatter plot - Texas Instruments TI-84 Plus Calculator

5 Related Answers

Patrick

  • 56 Answers
  • Posted on Nov 08, 2008

SOURCE: Graphing problem

hit 2nd y= and edit your stat plot to make sure you have the right stat plots turned on or just make sure that there is an x and y for EVERY value of your stat plots

Ad

k24674

  • 8093 Answers
  • Posted on Oct 29, 2009

SOURCE: When I try to graph a scatter plot from 2 lists, I

Hello,
Press [2nd][STAPLOTS][4:StatPlots Off] [ENTER][ENTER].
Press [STAT][5:SetUp Editor] [ENTER]ENTER]

Configure the statpolt as in the picture (for a scatter plot)
4859484.jpg
Restart you statistical graphing.
If that does not solve the problem, reset the RAM
Press [2nd][MEM][7:Reset][1:All Ram][2:Reset][ENTER], then [CLEAR] the message on screen.

Hope it helps.

Anonymous

  • 10 Answers
  • Posted on Nov 12, 2009

SOURCE: steps from manual on how to do stemp plot box

To make a plot, first you will need to define a list. To do this, press "{", then enter the values of your list, separating each value with a comma, and ending the list with "}" then store (STO>) the list into a list variable ("2nd" + "1", "2", etc.). For a box plot, you will need only one list, and for a scatter plot, you will need two. One for the independent variable, and one for the response variable; that is, one for the X and Y axis, respectively. To make your plot, open the plot menu ("2nd" + "Y=") and select a plot. From there, you may select the type of plot and which lists to use as values.

To find the residuals for the line of best fit, from the home screen, press "STAT", then move one right to "CALC", then select option 4, "LinReg(ax+b)". Once this command is on your home screen, follow it with your X and Y axis lists, separated by a comma, eg: "LinReg(ax+b) L1, L2". Press enter. In a moment, you will be provided with 'a' and 'b' values. Plug those residuals into your "Y=" menu in the form "ax+b", replacing 'a' and 'b' with the residuals, and the line of best fit will be drawn across your graph.

k24674

  • 8093 Answers
  • Posted on May 02, 2010

SOURCE: How do I create a scatter plot?

The drawing of the scatter plot proper is explained in the last part (Part F). You might want to jump right to it.


Before doing statistics, you have to prepare the calculator by clearing old data that may generate errors.

A. TO CLEAR OLD DATA

  1. Press [2nd][+] (MEM) to open the memory management screen.
  2. Press [4:ClrAllLists]
  3. The command echoes on main screen, press [ENTER] to run it.
  4. Calculator displays Done.
B. RUN the SETUP EDITOR Command
  1. Press [STAT][5:SetUpEditor] [ENTER] ; calculator displays Done.
C. TURN DIAGNOSTICSON option (optional)

To obtain the correlation coefficient in a statistical analysis on the TI8xPlus family of calculators you must activate the DIAGNOSTICSON option. To access the command
  1. You press [2nd] [0] (CATALOG)
  2. While the list of commands is displayed, press [X^-1] (D)
  3. Cursor jumps to first command that starts with D, dayOfWk(
  4. Press the DownArrow 9 times to reach DIAGNOSTICSON
  5. Select it and press [ENTER]
  6. Command echoes on main calculator screen with blinking cursor
  7. Press [ENTER] to set the option
  8. Calculator displays Done.
From now on, if a correlation coefficient has meaning for a regression model, it will be calculated along with the other statistical results. If it has no meaning to the model it will not be calculated.

D. ENTER THE DATA
Press [STAT][1:Edit]
Type in your D (X ) values in L1 and the N (Y) values in L2 (see picture 1). Sorry the picture does not have YOUR values.
894afd6.jpg

TO OBTAIN statistical RESULTS (optional)
  1. After you finish entering the data, press [2nd][Quit] to exit StatEditor.
  2. Press [STAT] and highlight Menu (CALC)
  3. In the list select [2:2-Var Stats]
  4. Command echoes on main screen.
  5. Press [ENTER] to calculate the stats
Here is what you get (THESE~ARE NOT YOUR RESULTS). Your results will be different.
f2d3743.jpg
Notice the Down Arrow next to n=7. That means the results screen has more values. Press the Down Arrow to display.
ab847d7.jpg
You notice that the n=7 line now has an arrow pointing Up. Notice the Down Arrow on the bottom line (more data is coming). Here is the rest of the statistical results.
37fb2ba.jpg
There is no arrow at the bottom of the picture. End of statistical results.
The screen captures with 2-Var Stats summarize all the statistics.

However there is no correlation coefficient, no line of best fit, etc. To obtain that you have To perform a regression analysis.

E. PERFORM A REGRESSION ANALYSIS
To perform a regression analysis, you must try several regression models and then find the one that mimicks the raw data best. Select Regression model (Exeample Esponential, linear, sine, quadratic, etc.) Here I selected Exponential
  1. Press [STAT] , highlight [CALC]
  2. In the list of regression models select [0:ExpReg]
  3. The command ExpReg echoes on main calculator screen.
  4. If you press [ENTER] you will get you equation but you will not be able to draw the curve on top of your data to verify the goodness (no it is not a swear word) of the fit. So you must save the equation as a function in Y1 variable.
  5. While ExpReg command is still in command line, press the [VARS] key.
  6. Highlight the [Y-VARS] menu and select [1:Function], then press [ENTER].
  7. In the Y function variable list select [1:Y1]
  8. At the command line, you have ExpReg Y1.
  9. Press [ENTER] to save the equation of best fit in Y1.
Here are your results. (These are your actual results)
f07d40f.jpg
You also have r and its square.

Since the equation is saved in the Y1 function it can be superposed on the scatter plot. You just have to press GRAPH and it will be drawn. But that will not tell how good the fit is, until you see the function drawn on top of the raw data.

F. DRAWING THE SCATTER PLOT AND BEST FIT CURVE ON SAME SCREEN

Regardless of the curve of best fit, you can draw a scatter plot as follows.
  1. Press [2nd][Y=] (STATPLOT)
  2. Select [1:Plot1...Off] and press ENTER to open plot1 configuration screen
  3. Use arrow to highlight On and press ENTER
  4. Use the Down Arrow to move cursor to the line Type.
  5. Select the first icon for a scatter plot. NOTE: To navigate the 6 statistical stat plots on the line Type, use the right or left arrow (to backtrack), but not the Up or down arrows.
Here is the configuration screen
b3dea28.jpg
Here plot1 is active (ON), it is scatter plot (first icon) the XLIST is L1 by default but you can change it to some other list. Notice the highlighted A cursor on XLIST line. It means that the [ALPHA] keyboard is active.
On the line Mark you can choose the appearance of the raw data point.

And here are your two graphs: the raw data scatter plot and the line of best fit on the same screen. On the picture the ZoomStat option was used.
d6e8e98.jpg

Now, it is up to you to accept this model or to try another model.
Comments: Apr 19, 2010 - I tried to edit the post to address your particular need but after several crashes I decided to paste it as is.
The particular parts that are of concern to you are Part E (performing a regression analysis) and the following one where the best fit and the dcatter plot are superposed on the same display.

As you have guessed you must select QuadReg.

kakima

  • 102366 Answers
  • Posted on Sep 23, 2010

SOURCE: i entered a scatter plot on my t 84 calculator,

Turn off the stat plot features. Press "2ND" "STAT PLOT" and then select 4:PlotsOff.

Ad

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

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

×

Loading...
Loading...

1,228 views

Ask a Question

Usually answered in minutes!

Top Texas Instruments Office Equipment & Supplies Experts

Rommel Balcita

Level 3 Expert

754 Answers

Paul Bade

Level 3 Expert

1849 Answers

Sudeep Chatterjee
Sudeep Chatterjee

Level 3 Expert

3269 Answers

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

Answer questions

Manuals & User Guides

Loading...