ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

35
ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal

Transcript of ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Page 1: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

ACIS 1504 - Introduction to Data Analytics & Business Intelligence

Data MiningAccuracy Design Goal

Page 2: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Concept Map

Implementation

Mixed Cell References

Design: Accuracy

Common Functions

Data Mining

Isolate Assumptions

Page 3: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Objectives

• Define Data Mining

• Explain the Accuracy spreadsheet design goal.

• Demonstrate Excel features that support the Accuracy design goal.

Page 4: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Segment A:Data Mining

Page 5: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Data Mining Tools• software that searches vast amounts of data

• uses complex statistical calculations

• outputs• Trends• Patterns• Correlations• Exceptions

Page 6: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Data Mining in the Insurance Industry

http://www.teradata.com/Resources/Videos/Towers-Watson-Using-Telematics-Data-to-Mitigate-Drivers-Risk-Globally/?LangType=1033&LangSelect=true

Page 7: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Segment B:Formula vs. Function

Page 8: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

• Formula • created by you• = A1 + A10

• Function • keyword defined by Microsoft• =SUM(A1:D1)• Functions are more flexible than formulas

Formula vs. Function

Page 9: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Different Results

=B3+B4+B5+B6

=SUM(C3:C6)

If you delete Row 5=SUM(C3:C5)

Page 10: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Segment C:Common Functions

Page 11: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

• SUM

• AVERAGE

•MIN and MAX

• COUNT and COUNTA

Common Functions

Page 12: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Common Functions for Payroll

Page 13: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Common Functions for Payroll• Open Common Calculations.xls

• Select the Payroll worksheet

Page 14: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Common Functions for PayrollAdd functions to calculate each of the following:

1. Gross Pay for each employee is Hourly Rate times Hours Worked.

2. Total Payroll which is equal to Gross Pay for all employees.

3. Total Hours Worked by all employees.

4. Average Hourly Wage.

5. Number of Employees on the payroll.

Page 15: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

LiveScribe SmartPen

https://www.youtube.com/watch?v=U4RwtmwAJ5c

Page 16: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Smart Pen Sales Example

Open SmartPen Sales.xls

Calculate:• Extended Price = Quantity x Unit Price• Subtotal = Extended Price + Shipping• Tax is 6% of Subtotal• Total = Subtotal + Tax

Page 17: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Segment D:Mixed Cell References

Page 18: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Cell Address Reference Changes when Copied

A1 Relative Vertically or Horizontally

$A$1 Absolute Never

$A1 Mixed Vertically

A$1 Mixed Horizontally

Relative, Absolute & Mixed Cell References

Page 19: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Relative vs. Absolute

Relative Cell References

Absolute Cell References

Page 20: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Cell Address Reference Changes when Copied

A1 Relative Vertically or Horizontally

$A$1 Absolute Never

$A1 Mixed Vertically

A$1 Mixed Horizontally

Relative, Absolute & Mixed Cell References

Page 21: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Mixed Cell References

Page 22: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

• Is the calculation entered going to be copied?

• If so, which direction?

• If it’s copied vertically, do you want the row references to change? If it’s copied horizontally, do you want the column references to change?

• Do you want such a change to take place?

Cell Reference Decisions

Page 23: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Cell Reference Decisions

CopyFormula?

Vertical orHorizontal?

ChangeRows?

ChangeColumns?

Yes

No Stop

HorizontalVertical

YesYes

Stop

No

Enter $ beforecolumn letters

that shouldnot change

No

Enter $ beforerow numbers that shouldnot change

Start

Page 24: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

1. Will you copy this function?2. If so, which direction: vertical or horizontal?3. If you copy vertically, Excel will automatically

change all relative row references. Do you want those row references to change?

Cell Reference Decisions

=SUM(B2:D2)

=SUM(B3:D3)

=SUM(B4:D4)

=SUM(B5:D5)

90

120

90

Page 25: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Peter Rabbit Example

Open Common Functions workbook, select Peter Rabbit sheet.

Page 26: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Peter Rabbit Example – Vertical Copy• Select the Peter Rabbit worksheet.• As you complete these calculations,

consider if any cell references need to be mixed.

1. Sum Flopsy’s three scores.2. Copy this sum to Mopsy & Peter.3. Add Factor A to Flopsy’s sum4. Do the same for Mopsy & Peter by

copying Flopsy’s formula.

Page 27: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Peter Rabbit Example – Horizontal Copy

As you complete these calculations, consider if any cell references need to be mixed.

1. Average the three values for Score 1.2. Copy this average to Score 2 and 3.3. Deduct Factor B from the average of Score

1.4. Do the same for Score 2 and 3 by copying

Score 1’s formula.

Page 28: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

MPG Example

1. Calculate MPG for Compact Car2. Copy to other vehicles3. Copy to next year

Open Common Functions workbook, select MPG sheet.

Page 29: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Segment E:Accuracy

Page 30: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

• Select the correct function or construct the correct formula. (Choose a function over a formula.)

• Check mixed, relative and absolute cell references.

• Double-check all calculations.

• Know the order of operations.

• Isolate assumptions.

Spreadsheet Design: Accuracy

Page 31: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

• Parentheses

•Multiplication and Division

• Addition and Subtraction

Order of Operations

Page 32: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

1. 6 / 2 * 4 =

2. 3 + 2 * 2 – 1 =

3. ( 2 * 5 ) + 15 / 5 =

Order of Operations Examples

12

6

13

Page 33: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

• Store numbers in cells

•Write equations to point to cells containing numbers

Isolate Assumptions

Page 34: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Isolate Assumption Example

Assumption

=E2+3 is incorrect=E2+H2 is correct

Page 35: ACIS 1504 - Introduction to Data Analytics & Business Intelligence Data Mining Accuracy Design Goal.

Isolate Assumptions?

Have I isolated assumptions?

How Do You Spend Your Study Time?