Marketplace
Related Articles
- Report Writing For Law Enforcement
- Tips For Report Writing
- Statistical Report Writing
- Professional Report Writing
- How To Write A Report Sample
- Industrial Report Writing
- Information Report Writing
- Write A Report Format
- Writing Scientific Reports
- How To Write A Research Report
- Writing A Report Introduction
- Format Of Writing A Report
- How To Write A Technical Report Sample
- Report Writing Format Template
- How To Write A School Report
- Report Writing Template Kids
- How To Do Report Writing
- School Report Writing
- Report Writing Comments For Teachers
- Technical Report Writing Engineers
- English Report Writing Examples
- Business Communication And Report Writing Notes
- Writing A Report Format
- Business Report Writing Sample
- Business Report Writing Sample
- Report Writing Courses
- Examples Of Report Writing
- Business Report Writing Examples
- Report Writing Sample
- Report Writing Courses
- English Report Writing
- Report Writing Software
- How To Write A Report In English
- Sample Report Writing
- Technical Report Writing
- Business Report Writing Course
- Guide Business Report Writing
- Sample Business Report Writing
- Business Report Writing
- Report Writing Courses
Related Categories
Recently Added
- English Essay Writing Tips
- Picture Writing Prompts For First Grade
- How To Do A Resumes
- Nigeria Essay Writing Competitions 2010
- Essay Tips Writing
- How Write An Essay
- Writing Jobs In Philadelphia
- How To Learn English Speaking
- Freelance Writing Jobs Available
- Freelance Writing Job Openings
- Freelance Humor Writing Jobs
- How To Get A Job Writing Greeting Cards
- Seo Article Writing Jobs
- Blog Writing Jobs In India
- How To Get A Job Writing Jingles
- Writing Jobs London Uk
- Ebook Writing Jobs
- Home Based Writing Jobs In India
- Freelance Writing Job Search
- Nature Writing Jobs
Join StudyUp.com Today
You Recently Visited
Types Of Report Writing
Herman Said:
Linear regression analysis 3?We Answered:
You must give sufficient data to receive an answer. In this case, a table relating historical monthly profits vs. time, or at least something from which such a table can be constructed, is required.Add 1: I have found the links to the other two parts of the question.
What you need to do is make a table of the units produced and the costs in the first two columns, x being the units produced and and y being the overhead cost, plus three more columns: one for x², in which you take the square of each of the entries in the first column; y², where you square the entries in the for the second column; and a third column in which you multiply x and y together. Each of these columns you then sum to get the numbers ?x, ?y, ?x², ?y², and ?xy.
Next step is to compute the sums of squares of your data. The formulas for SS(x) and SS(y) are the same as those for computing variance of x and y but without the N?1 in the denominator: The one for SS(xy) is the cross term and looks a little different but not that much.
SS(x) = ?x² ? (?x)²/N
SS(y) = ?y² ? (?y)²/N
SS(xy) = ?xy ? (?x)(?y)/N
Once you have these numbers, the slope of your line of best fit will be SS(xy) / SS(x) and the line will pass through the point corresponding to the mean values of x and y, or
through the point (?x / N, ?y / N). You now have the equation of your line in point-slope form, or
Y ? ?y/N = SS(xy)/SS(x) * (X ? ?x/N)
which you may then convert to slope-intercept form, which will be
Y = mX + b
= SS(xy)/SS(x) * X + (?y ? SS(xy)/SS(x)*?x) / N
The Pearson Correlation coefficient r will be given by
SS(xy) / ?[SS(x)*SS(y)]
I don't quite know what the coefficient of determination is, but I assume that it is r².