R code:
f=c(8,12,36,54,67,66,41,37,23,10,11)
sum(f)
Output:
> sum(f)
[1] 365
R code:
x=0:10
f=c(8,12,36,54,67,66,41,37,23,10,11)
m=sum(x*f)/sum(f)
m
prob=0:10*0
for(i in 1:10)
{
prob[i]=dpois(i-1,m)
}
prob[11]=1-sum(prob)
prob #estimated probability
e=365*prob
e#Expected frequency
Output
> e#Expected frequency
[1] 3.164364 15.024228 35.667105 56.448487 67.003581 63.625866
50.348688
[8] 34.150401 20.268029 10.692388 8.606863
(e)
R code:
x=0:10
f=c(8,12,36,54,67,66,41,37,23,10,11)
m=sum(x*f)/sum(f)
m
prob=0:10*0
for(i in 1:10)
{
prob[i]=dpois(i-1,m)
}
prob[11]=1-sum(prob)
prob #estimated probability
e=365*prob
e#Expected frequency
chisq=sum((f-e)^2/e)
chisq
Output:
> chisq
[1] 11.24837
(f)
p-value:
R code:
1-pchisq(chisq,11-2)
Output:
0.2590679
2. A fire station logs the number of callouts occuring each day for a year and tabulates the results: O < c(c0-8, c1...
the mean number of sick days an employee takes per year is believed to be about 10. Members of a personnel department do not believe this figure. They randomly survey B employees. The number of sick days that the mean number is about 107 Conduct a hypothesis test at the 5% level. they took for the past year are as follows: 12; 6; 14 5 11; 6;10. Lt X the number of sick days they took for the past year....
The table below shows the number of hours per day 11 patients suffered from headaches before and after 7 weeks of soft tissue therapy. Ata = 001, is there enough evidence to conclude that soft tissue therapy help to redke the length of time patients suffer from headaches? Assume the samples we random and dependent, and the population is normally distributed Complete ports (a) through Patient 1 2 3 4 5 6 7 8 9 10 11 Daily headache hours...
art 250 Choose the best answer of both hands at the same time is A. flow process chart simultaneous-motion (SIMO) chart 2 The best chart used to analyze the Body is called B. Operations charts D. None of the above 3. In a stopwatch time study, the average time it takes a given worker to perform a task a certain number of times is the: A. Observed time B. Normal time C. Standard time D. Performance rating time Labor Standards...
2) compute contribution margin for each channel
3) compute break even point (in terms of number of orders and
dollars) for each distribution channel
(HINT - Fixed costs are all trade show expenses. Use
depreciation for the booth as a fixed cost. The booth cost should
be considered an investment not a fixed cost)
4) Calculate the number of orders at a target profit of
$100,000
5) Calculate the profitability for both the low and high order
estimates
We were...
Comprehensive Income Tax Course: Module 1 4. Randy turned 16 last year and had his first summer job. Even though his parents are claiming him as a dependent he wants to file a return in order to get his refund. He receives his W-2 and decides he can do his own return using form 1040-EZ. Which of the following information is not found on a Form W-2? a) The taxpayer’s Social Security number b) The taxpayer’s wages, tips and other...
A. Issues [1] In addition to damages for one year's notice period, can a trial judge award significant damages for the mere fact of an employee's dismissal, or for the stigma that that dismissal brings? Or for the employer thereafter competing with the ex-employee for the clients, before the ex-employee has got a new job? B. Basic Facts [2] This is an appeal from 2009 ABQB 591 (CanLII), 473 A.R. 254. [3] Usually a judgment recites facts before law. But...