How can i use excel to solve some Statistics problems

  • Thread starter Thread starter MrNeWBiE
  • Start date Start date
  • Tags Tags
    Excel Statistics
AI Thread Summary
To solve statistics problems using Excel, users can select a simple random sample from a dataset of 500 households by using the RANDBETWEEN function. For visual data representation, bar charts can be created for education levels and gender frequencies, while scatter diagrams can plot monthly income against food expenditure. Key statistical measures such as range, median, mode, mean, standard deviation, variance, and interquartile range can be calculated using built-in Excel functions. Additionally, a 90% confidence interval for the population mean can be estimated based on sample statistics, and probabilities for specific outcomes can be computed using appropriate formulas. Excel provides a robust platform for performing various statistical analyses efficiently.
MrNeWBiE
Messages
75
Reaction score
0
how can i use excel to solve some Statistics problems ,,,

hi all ,,,


am looking here for help. to know how to solve some stat problem with excel could someone help me please ,,,, :rolleyes:


well the things I want to know are.

"

A data set was gathered from 500 households (you can get an excel spreadsheet data file “dataset.xls” from the cce-share drive). The data consists of the monthly income (MI), monthly food expenditure (MFE), the highest level of education in the household (HLE) , the family size (FS), and the gender of the head of the family household (G).

1.From this population of 500 households, select a simple random sample of 50 households (Use the program embedded in the data file to help you select the sample).

2.Develop bar charts of HLE and frequency, G and frequency,

3.Plot the 50 sample points of MI and MFE values that you obtained in 1 on a scatter diagram. (Plot MI values along the X-axis and MFE values along the Y-axis - does this seem a reasonable suggestion? Why?)

4.Draw a scatter diagram of the sample points relating the FS and MFE values. What conclusion you make of the result?

5.Determine the range, median, mode, mean, standard deviation, variance, Q1, Q3, IQR.

6.Determine the values of rxy from the 50 pairs of MI and MFE values.

7.Calculate all the measures of location and dispersion of the sample of MFE, FS and MI values.

8.Using the estimates of the sample mean and standard deviation obtained in 7 above develop a 90% confidence interval estimate for the mean of the population of MFE, FS and MI values. State any assumptions used.

9.What is the probability of finding more than 3 females as head of house holds in a sample of 20?

"

can someone tell me the Formulas that i can use for each problem ,,

i attached my sample after doing part "1" of the question ,,,
 

Attachments

Physics news on Phys.org


I suppose I can help a little...
I haven't looked at the spreadsheet, so I don't know where all your data is.
As an example, I will assume that each of the houses is listed in B2:B501.

For #1, just create a column of 50 cells, each containing the Excel formula: CHOOSE(RANDBETWEEN(1,500),B2:B501).

For #5, just use the Excel functions MEAN, MEDIAN, STDEV and VARIANCE. (for the rest, I do not know.)
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top