Contact Lens Data. spectacle prescription astigmatism

Size: px
Start display at page:

Download "Contact Lens Data. spectacle prescription astigmatism"

Transcription

1 Example Data Sets Contact Lens (symbolic) Weather (symbolic data) Weather ( numeric +symbolic) Iris (numeric; outcome:symbolic) CPU Perf.(numeric; outcome:numeric) Labor Negotiations (missing values) Soybean 1

2 Contact Lens Data age spectacle prescription astigmatism tear production rate recommendation lenses young myope no reduced none young myope no normal soft young myope yes reduced none young myope yes normal hard young hypermetrope no reduced none young hypermetrope no normal soft young hypermetrope yes reduced none young hypermetrope yes normal hard pre-presbyopic myope no reduced none pre-presbyopic myope no normal soft pre-presbyopic myope yes reduced none pre-presbyopic myope yes normal hard pre-presbyopic hypermetrope no reduced none pre-presbyopic hypermetrope no normal soft pre-presbyopic hypermetrope yes reduced none pre-presbyopic hypermetrope yes normal none presbyopic myope no reduced none presbyopic myope no normal none presbyopic myope yes reduced none presbyopic myope yes normal hard presbyopic hypermetrope no reduced none presbyopic hypermetrope no normal soft presbyopic hypermetrope yes reduced none presbyopic hypermetrope yes normal none 2

3 Structural Patterns Part of structural description If tear production rate = reduced Otherwise, if age = young and astigmatic = no then recommendation = soft then recommendation = none Example is simplistic because all combinations of possible values are represented in table 3

4 Structural Patterns In most learning situations, the set of examples given as input is far from complete Part of the job is to generalize to other, new examples 4

5 Weather Data outlook temperature humidity windy play sunny hot high false no sunny hot high true no overcast hot high false yes rainy mild high false yes rainy cool normal false yes rainy cool normal true no overcast cool normal true yes sunny mild high false no sunny cool normal false yes rainy mild normal false yes sunny mild normal true yes overcast mild high true yes overcast hot normal false yes rainy mild high true no 5

6 Weather Problem This creates 36 possible combinations (3 X 3 X 2 X 2 = 36), of which 14 are present in the set of examples If outlook = sunny and humidity = high If outlook = rainy and windy = true If outlook = overcast If humidity = normal If none of the above then play = no then play = no then play = yes then play = yes then play = yes 6

7 Weather Data with Some Numeric Attributes outlook temperature humidity windy play sunny false no sunny true no overcast false yes rainy false yes rainy false yes rainy true no overcast true yes sunny false no sunny false yes rainy false yes sunny true yes overcast true yes overcast false yes rainy true no 7

8 Classification and Association Rules Classification Rules: rules which predict the classification of the example in terms of whether to play or not If outlook = sunny and humidity = >83, then play = no 8

9 Classification and Association Rules Association Rules: rules which strongly associate different attribute values Association rules which derive from weather table If temperature = cool If humidity = normal and windy = false If outlook = sunny and play = no If windy = false and play = no and humidity = high then humidity = normal then play = yes then humidity = high then outlook = sunny 9

10 Rules for Contact Lens Data If tear production rate = reduced then recommendation = none If age = young and astigmatic = no and tear production rate = normal then recommendation = soft If age = pre-presbyopic and astigmatic = no and tear production rate = normal then recommendation = soft If age = presbyopic and spectacle prescription = myope and astigmatic = no then recommendation = none If spectacle prescription = hypermetrope and astigmatic = no and tear production rate = normal then recommendation = soft If spectacle prescription = myope and astigmatic = yes and tear production rate = normal then recommendation = hard If age = young and astigmatic = yes and tear production rate = normal then recommendation = hard If age = pre-presbyopic and spectacle prescription = hypermetrope and astigmatic = yes then recommendation = none If age = presbyopic and spectacle prescription = hypermetrope and astigmatic = yes then recommendation = none 10

11 Decision Tree for Contact Lens Data tear production rate none astigmatism soft spectacle prescription hard none 11

12 Iris Data sepal length sepal width pedal lenth pedal width type Iris setosa Iris setosa Iris setosa Iris setosa Iris setosa Iris Iris Iris Iris Iris Iris virginica Iris virginica Iris virginica Iris virginica Iris virginica 12

13 Iris Rules Learned If petal-length <2.45 then Iris-setosa If sepal-width <2.10 then Iris-versicolor If sepal-width < 2.45 and petal-length <4.55 then Irisversicolor... 13

14 CPU Performance Data cycle main memory (Kb) cache channels performance time (ns) min max (Kb) min max MYCT MMIN MMAX CACH CHMIN CHMAX PRP

15 CPU Performance Numerical Prediction: outcome as linear sum of weighted attributes Regression equation: PRP= MYCT CHMAX Regression can discover linear relationships, not non-linear ones 15

16 Labor Negotiations Data attribute type duration (number of years) wage increase first year persentage 2% 4% 4.3% 4.5 wage increase second year persentage? 5% 4.4% 4.0 wage increase third year persentage???? cost of living adjustment {none, tcf, tc} none tcf? none working hours per week (number of hours pension {none, ret-allw, none??? standby pay persentage? 13%?? shift-work supplement persentage? 5% 4% 4 education allowance {yes, no} yes??? statutory holidays (number of days) vacation {below-avg, avg, avg gen gen avg long-term disablity {yes, no} no?? yes dental plan contribution {none, half, full} none? full full bereavement assistance {yes, no} no?? yes health plan contribution {none, half, full} none? full half acceptablity of contract {good, bad} bad good good good 16

17 Classification Debt No loan Loan Income A simple linear classification boundary for the loan data set; shaded region denotes class no loan 17

18 Linear Regression Regression Line Debt Income A simple linear regression for the loan data set 18

19 Clustering Debt Cluster 1 Cluster 2 Cluster 3 Income A simple clustering of the loan data set into 3 clusters; note that the original labels are replaced by + s 19

20 Non-Linear Classification Debt No Loan Loan Income An example of classification boundaries learned by a non-linear classifier (such as a neural network) for the loan data set 20

21 Nearest Neighbor Classifier Debt No Loan Loan Income Classification boundaries for a nearest neighbor classifier for the loan data set 21

22 Decision Trees for... Wage increase first year 2.5 Bad > 2.5 Statutory holidays > Good Wage increase first year 4 < 4 Bad Good 22

23 Labor Negotiations Data Wage increase first year 2.5 > 2.5 Working hours per week Statutory holidays > > Bad Health plan contribution Good Wage increase first year none half full 4 < 4 Bad Good Bad Bad Good 23

24 Soy Bean Data Attribute Number of Values Sample Value Environment time of occurrence 7 July precipitation 3 above normal temperature 3 normal Seed condition 2 normal mold growth 2 absent discoloration 2 absent Fruit condition of fruit pods 4 normal Leaves condition 2 abnormal yellow leaf spot halo 3 absent leaf spot margins 3 no data Stem condition 2 abnormal stem lodging 2 yes stem cankers 4 above the soil line Roots condition 3 normal Diagnosis 19 diaporthe stem canker 24

25 Two Example Rules If then If then [leaf condition is normal and stem condition is abnormal and stem cankers is below soil line and canker lesion color is brown] diagnosis is rhizoctonia root rot [leaf malformation is absent and stem condition is abnormal and stem cankers is below soil line and canker lesion color is brown] diagnosis is rhizoctonia root rot 25

26 Iris Data Clustering Problem Sepal Length Sepal Width Petal Length Petal Width

27 Weather Data Numeric Class Outlook Temperature Humidity Windy Play-time sunny false 5 sunny true 0 overcast false 55 rainy false 40 rainy false 65 rainy true 45 overcast true 60 sunny false 0 sunny false 70 rainy false 45 sunny true 50 overcast true 55 overcast false 75 rainy true 10 27

28 Family Tree Peter M = Peggy F Grace F = Ray M Steven M M Pa F = Ian M Pippa F Brian M Anna F Nikki F 28

29 Family Tree First Person Second Person Sister-of? Peter Peggy no Peter Steven no Steven Peter no Steven Graham no Steven Pam yes Steven Grace no Ian Pippa yes Anna Nikki yes Nikki Anna yes First Person Second Person Steven Pam yes Graham Pam yes Ian Pippa yes Brian Pippa yes Anna Nikki yes Nikki Anna yes All the rest no Sister-of? 29

30 Family Tree As Table Name Gender Parent1 Parent2 Peter male?? Peggy female?? Steven male Peter Peggy Graham male Peter Peggy Pam female Peter Peggy Ian male Grace Ray 30

31 Sister-of As Table First Person Second Person Sister of? Name Gender Parent1 Parent2 Name Gender Parent 1 Parent2 Steven male Peter Peggy Pam female Peter Peggy yes Graham male Peter Peggy Pam female Peter Peggy yes Ian male Grace Ray Pippa female Grace Ray yes Ian male Grace Ray Pippa female Grace Ray yes Annna female Pam Ian Nikki female Pam Ian yes Nikki female Pam Ian Anna female Pam Ian yes All the rest no 31

32 Another Relationship As Table First Person Second Person Ancestor of? Name Gender Parent1 Parent2 Name Gender Parent 1 Parent2 Peter male?? Steven male Peter Peggy yes Peter male?? Pam female Peter Peggy yes Peter male?? Anna female Pam Ian yes Peter male?? Nikki female Pam Ian yes Pam female Peter Peggy Nikki female Pam Ian yes Grace female?? Ian male Grace Ray yes Grace female?? Nikki female Pam Ian yes Other examples here All the rest yes no 32

33 ARFF File for Weather Data % ARFF file for the weather data with some numeric features outlook {sunny, overcast, temperature humidity windy {true, play? {yes, no} rainy, 70, 96, false, yes rainy, 68, 80, false, yes rainy, 65, 70, true, no overcast, 64, 65, true, yes sunny, 72, 95, false, no sunny, 69, 70, false, yes rainy, 75, 80, false, yes sunny, 75, 70, true, yes overcast, 72, 90, true, yes overcast, 81, 75, false, yes rainy, 71, 91, true, % %14 instances % sunny, 85, 85, false, no sunny, 80, 90, true, no overcast, 83, 86, false, yes 33

34 Simple Disjunction a y n b c y n y n x c d y n y n d x y n x 34

35 Exclusive-Or Problem 1 0 a b b a 0 1 Y =1? no yes X =1? no yes Y =1? no yes If x = 1 and y = 0 then class = a If x = 0 and y = 1 then class = a If x = 0 and y = 0 then class = b If x = 1 and y = 1 then class = b b a a b 35

36 Replicated Subtree If x = 1 and y = 1 then class = a If z = 0 and w = 1 then class = a Otherwise class = b y X a 2 z w b b a b b 36

37 New Iris Flower Sepal Length Sepal Width Petal Length Petal Width Type ? 37

38 Rules for Iris Data Default: Iris-setosa 1 except if petal-length 2.45 and petal-length < and petal-width < then Iris-versicolor 4 except if petal-length 4.95 and petal-width < then Iris-virginica 6 else if sepal-length < 4.95 and sepal-width then Iris-virginica 8 else if petal-length then Iris-virginica 10 except if petal-length < 4.85 and sepal-length < then Iris-versicolor 12 38

39 The Shapes Problem Shaded: Standing Unshaded: Lying 39

40 Training Data for Shapes Problem Width Height Sides Class standing standing lying standing lying standing lying lying 40

41 CPU Performance Data PRP = MYCT MMIN MMAX CACH CHMIN CHMAX (a) linear regression MMAX (24/19.2%) CACH CHMIN 7.5 >7.5 MMAX (8.5, > > ] 157 MMAX CHMAX (21/73.7%) 19.3 (28/8.7%) (2500, (37/8.18%) 4250] > > >58 CACH 75.7 (10/24.6%) 133 (16/28.8%) MMIN 783 (5/359%) MYCT 0.5 (0.5,8.5] 59.3 (24/16.9%) 281 (11/56%) > (7/53.9%) 37.3 (19/11.3%) 550 > (7/3.83%) (b) regression tree 41

42 CPU Performance Data CHMIN 7.5 >7.5 MMAX 4250 LM1 (65/7.32%) LM2 (26/6.37%) 8.5 CACH LM4 (50/22.17%) >4250 CACH 0.5 >8.5 (0.5,8.5] LM3 (24/14.5%) MMAX LM5 (21/45.5%) >28000 LM6 (23/63.5%) LM1 PRP = MMAX CHMIN LM2 PRP = MMIN CHMIN CHMAX LM3 PRP = MMIN LM4 PRP = MMAX CACH CHMAX LM5 PRP = MYCT CACH CHMIN LM6 PRP = MMIN CHMIN = 4.98 CHMAX (c) model 42

43 Partitioning Instance Space 43

44 Ways to Represent Clusters 44

Machine Learning: finding patterns

Machine Learning: finding patterns Machine Learning: finding patterns Outline Machine learning and Classification Examples *Learning as Search Bias Weka 2 Finding patterns Goal: programs that detect patterns and regularities in the data

More information

Data Mining Part 1. Tony C. Smith WEKA Machine Learning Group Department of Computer Science University of Waikato

Data Mining Part 1. Tony C. Smith WEKA Machine Learning Group Department of Computer Science University of Waikato Data Mining Part 1 Tony C. Smith WEKA Machine Learning Group Department of Computer Science University of Waikato Data Mining Practical Machine Learning Tools and Techniques by I. H. Witten, E. Frank &

More information

Introduction to Knowledge Systems

Introduction to Knowledge Systems Introduction to Knowledge Systems 1 Knowledge Systems Knowledge systems aim at achieving intelligent behavior through computational means 2 Knowledge Systems Knowledge is usually represented as a kind

More information

Simple applications of neural nets. Character recognition. CIS 412 Artificial Intelligence, Dr. Iren Valova, UMASS Dartmouth

Simple applications of neural nets. Character recognition. CIS 412 Artificial Intelligence, Dr. Iren Valova, UMASS Dartmouth Simple applications of neural nets 1 Character recognition 2 Character recognition 3 Backpropagation issues 4 Backpropagation issues 5 Demonstration - classification of crabs 6 In this demo, we will train

More information

Integrated Precision Harvesting System: A Promising Technology to Improve Berry Yield and Quality. Precision Agriculture Research Team

Integrated Precision Harvesting System: A Promising Technology to Improve Berry Yield and Quality. Precision Agriculture Research Team Integrated Precision Harvesting System: A Promising Technology to Improve Berry Yield and Quality Precision Research Team Objectives Develop improved integrated harvesting management systems = coupling

More information

Singer Traits Identification using Deep Neural Network

Singer Traits Identification using Deep Neural Network Singer Traits Identification using Deep Neural Network Zhengshan Shi Center for Computer Research in Music and Acoustics Stanford University kittyshi@stanford.edu Abstract The author investigates automatic

More information

Deep Neural Networks Scanning for patterns (aka convolutional networks) Bhiksha Raj

Deep Neural Networks Scanning for patterns (aka convolutional networks) Bhiksha Raj Deep Neural Networks Scanning for patterns (aka convolutional networks) Bhiksha Raj 1 Story so far MLPs are universal function approximators Boolean functions, classifiers, and regressions MLPs can be

More information

Frequencies. Chapter 2. Descriptive statistics and charts

Frequencies. Chapter 2. Descriptive statistics and charts An analyst usually does not concentrate on each individual data values but would like to have a whole picture of how the variables distributed. In this chapter, we will introduce some tools to tabulate

More information

Sonic's Third Quarter Results Reflect Current Challenges

Sonic's Third Quarter Results Reflect Current Challenges Sonic's Third Quarter Results Reflect Current Challenges Sales Improve Steadily after Slow March, and Development Initiatives Maintain Strong Momentum Partner Drive-in Operations Slip OKLAHOMA CITY, Jun

More information

MAG LED TETRIS LINEAR. LEDs for everyone...

MAG LED TETRIS LINEAR. LEDs for everyone... TETRIS LINEAR Linear Building Block Features The Tetris Linear is ideal for pendent, ceiling or surface mounted installations. The Tetris linear can be linked end to end up to 24 linear feet. It can also

More information

Product Number : VZ570 Product Name : As of August Specifications and appearance are subject to change without notice.

Product Number : VZ570 Product Name : As of August Specifications and appearance are subject to change without notice. S P E C F I L E Product Number : Product Name : LCD Projectors As of August 2014. Specifications and appearance are subject to change without notice. 112 Specifications Main unit Power supply Power consumption

More information

N12/5/MATSD/SP2/ENG/TZ0/XX. mathematical STUDIES. Wednesday 7 November 2012 (morning) 1 hour 30 minutes. instructions to candidates

N12/5/MATSD/SP2/ENG/TZ0/XX. mathematical STUDIES. Wednesday 7 November 2012 (morning) 1 hour 30 minutes. instructions to candidates 88127402 mathematical STUDIES STANDARD level Paper 2 Wednesday 7 November 2012 (morning) 1 hour 30 minutes instructions to candidates Do not open this examination paper until instructed to do so. A graphic

More information

Product Number : VX600 Product Name : As of August Specifications and appearance are subject to change without notice.

Product Number : VX600 Product Name : As of August Specifications and appearance are subject to change without notice. S P E C F I L E Product Number : Product Name : LCD Projectors As of August 2014. Specifications and appearance are subject to change without notice. 112 Specifications Main unit Power supply Power consumption

More information

Answers. Chapter 9 A Puzzle Time MUSSELS. 9.1 Practice A. Technology Connection. 9.1 Start Thinking! 9.1 Warm Up. 9.1 Start Thinking!

Answers. Chapter 9 A Puzzle Time MUSSELS. 9.1 Practice A. Technology Connection. 9.1 Start Thinking! 9.1 Warm Up. 9.1 Start Thinking! . Puzzle Time MUSSELS Technolog Connection.. 7.... in. Chapter 9 9. Start Thinking! For use before Activit 9. Number of shoes x Person 9. Warm Up For use before Activit 9.. 9. Start Thinking! For use before

More information

Chapter 4. Displaying Quantitative Data. Copyright 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Chapter 4. Displaying Quantitative Data. Copyright 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 4 Displaying Quantitative Data Copyright 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Dealing With a Lot of Numbers Summarizing the data will help us when we look at large

More information

7.5ft Outdoor Double-Sided Interactive LCD Sign, Transit Center Kiosk Model: NISDK-550PCT, 55 Double-Sided

7.5ft Outdoor Double-Sided Interactive LCD Sign, Transit Center Kiosk Model: NISDK-550PCT, 55 Double-Sided 7.5ft Outdoor Double-Sided Interactive LCD Sign, Transit Center Kiosk Model: NISDK-550PCT, 55 Double-Sided 55 weatherproof/outdoor high brightness 2500cd LCD screen Tamper-proof, anti-reflection, tempered

More information

Iva Petrinska, Dilyan Ivanov, Valchan Georgiev TU Sofia, Bulgaria. September 25, 2017

Iva Petrinska, Dilyan Ivanov, Valchan Georgiev TU Sofia, Bulgaria. September 25, 2017 Iva Petrinska, Dilyan Ivanov, Valchan Georgiev TU Sofia, Bulgaria 1 September 25, 2017 Introduction; Approach and considerations; Results from the investigation; Conclusions. September 25, 2017 2 The application

More information

Human Number Line. Introduction to Negative Numbers

Human Number Line. Introduction to Negative Numbers Human Number Line Introduction to Negative Numbers 1 WARM UP Plot each number on a number line. Then, insert a. or, symbol to make each inequality statement true. 0 1 2 3 4 5 6 7 8 9 10 1. 3 4 1 1 2 2.

More information

eclipse HYBRID POWER & SIGNAL THE SCIENCE OF CERTAINTY M06U-NC For use in power supplies, server equipment and related hardware

eclipse HYBRID POWER & SIGNAL THE SCIENCE OF CERTAINTY M06U-NC For use in power supplies, server equipment and related hardware eclipse HYBRID POWER & SIGNAL For use in power supplies, server equipment and related hardware Machined power contacts paired with formed signals offer very high performance-to-cost ratio M06U-NC Eclipse

More information

PT-LB385 S P E C F I L E. LCD Projectors. As of December Specifications and appearance are subject to change without notice.

PT-LB385 S P E C F I L E. LCD Projectors. As of December Specifications and appearance are subject to change without notice. S P E C F I L E Product Number : Product Name : LCD Projectors. Specifications and appearance are subject to change without notice. 19 Specifications Main unit Power supply Power consumption AC100 240

More information

SHOWLINE SL BAR 640 LINEAR WASH LUMINAIRE SPECIFICATIONS.

SHOWLINE SL BAR 640 LINEAR WASH LUMINAIRE SPECIFICATIONS. GENERAL. A.) Overview. SHOWLINE SL BAR 640 LINEAR WASH LUMINAIRE SPECIFICATIONS. 1.) The luminaire shall be a color mixing luminaire employing twenty-four (24) red, green, blue, and white LED engines.

More information

PT-LB382 S P E C F I L E. LCD Projectors. As of July Specifications and appearance are subject to change without notice. 1/9.

PT-LB382 S P E C F I L E. LCD Projectors. As of July Specifications and appearance are subject to change without notice. 1/9. S P E C F I L E Product Number : Product Name : LCD Projectors As of July 2015. Specifications and appearance are subject to change without notice. 19 Specifications Main unit Power supply Power consumption

More information

GCSE Mathematics Practice Tests: Set 4

GCSE Mathematics Practice Tests: Set 4 GCSE Mathematics Practice Tests: Set 4 Paper 2F (Calculator) Time: 1 hour 30 minutes You should have: Ruler graduated in centimetres and millimetres, protractor, pair of compasses, pen, HB pencil, eraser,

More information

Barry County 4-H. Name: Address: 4-H Club: 4-H Leader: 4-H Age: Years in 4-H Llama/Alpaca Project:

Barry County 4-H. Name: Address: 4-H Club: 4-H Leader: 4-H Age: Years in 4-H Llama/Alpaca Project: Barry County 4-H Llama / Alpaca Project Record Book Name: Address: 4-H Club: 4-H Leader: 4-H Age: Years in 4-H Llama/Alpaca Project: MSU is an affirmative-action, equal-opportunity employer. Michigan State

More information

base calling: PHRED...

base calling: PHRED... sequence quality base by base error probability for base calling programs reflects assay bias (e.g. detection chemistry, algorithms) allows for more efficient sequence editing and assembly allows for poorly

More information

TECHNICAL SPECIFICATION Multi-beam S-band Klystron type BT267

TECHNICAL SPECIFICATION Multi-beam S-band Klystron type BT267 TECHNICAL SPECIFICATION Multi-beam S-band Klystron type BT267 The company was created for the development and manufacture of precision microwave vacuum-electron-tube devices (VETD). The main product areas

More information

UNIVERSITY OF MASSACHUSETTS Department of Biostatistics and Epidemiology BioEpi 540W - Introduction to Biostatistics Fall 2002

UNIVERSITY OF MASSACHUSETTS Department of Biostatistics and Epidemiology BioEpi 540W - Introduction to Biostatistics Fall 2002 1 UNIVERSITY OF MASSACHUSETTS Department of Biostatistics and Epidemiology BioEpi 540W - Introduction to Biostatistics Fall 2002 Exercises Unit 2 Descriptive Statistics Tables and Graphs Due: Monday September

More information

Product Number : LW373 Product Name : As of October Specifications and appearance are subject to change without notice.

Product Number : LW373 Product Name : As of October Specifications and appearance are subject to change without notice. S P E C F I L E Product Number : Product Name : LCD Projectors As of October 2016. Specifications and appearance are subject to change without notice. 19 Specifications Main unit Power supply Power consumption

More information

Portland Public Schools Content Standards Science Scientific Inquiry Grade 3

Portland Public Schools Content Standards Science Scientific Inquiry Grade 3 Portland Public Schools Content Standards Science Scientific Inquiry Grade 3 Use interrelated processes to pose questions and investigate the physical and living world. 1. Formulate and express scientific

More information

EdiLine III Series Datasheet

EdiLine III Series Datasheet High Power LEDs EdiLine III Series Datasheet The linear structure of EdiLine III Series results in an easier heat dissipation requirement, making versatile fixtures design possible as well as an overall

More information

WHAT'S HOT: LINEAR POPULARITY PREDICTION FROM TV AND SOCIAL USAGE DATA Jan Neumann, Xiaodong Yu, and Mohamad Ali Torkamani Comcast Labs

WHAT'S HOT: LINEAR POPULARITY PREDICTION FROM TV AND SOCIAL USAGE DATA Jan Neumann, Xiaodong Yu, and Mohamad Ali Torkamani Comcast Labs WHAT'S HOT: LINEAR POPULARITY PREDICTION FROM TV AND SOCIAL USAGE DATA Jan Neumann, Xiaodong Yu, and Mohamad Ali Torkamani Comcast Labs Abstract Large numbers of TV channels are available to TV consumers

More information

High intensity led illuminator ILED42A FEATURES: DESCRIPTION: ELECTRICAL CHARACTERISTICS:

High intensity led illuminator ILED42A FEATURES: DESCRIPTION: ELECTRICAL CHARACTERISTICS: High intensity led illuminator May 2010 Rev 0.3 ILED42A FEATURES: High luminous flux Low cost Fully protected Wide input voltage range Available with different led colours and lenses DESCRIPTION: The IDP

More information

Guidelines for Specification of LED Lighting Products 2010

Guidelines for Specification of LED Lighting Products 2010 Guidelines for Specification of LED Lighting Products 2010 September 2010 Introduction With LED s emerging as a new functional light source there is a need to ensure performance claims are made in a consistent

More information

Data Pattern Generator

Data Pattern Generator Data Pattern Generator DG2040 * DG2030 * DG2020A * P3410/P3420 Characteristics DG2040. Features Specs Ordering Information Pricing Information Print Data Sheet (61kB) Request a Quote Output Data Data Rate

More information

Modeling memory for melodies

Modeling memory for melodies Modeling memory for melodies Daniel Müllensiefen 1 and Christian Hennig 2 1 Musikwissenschaftliches Institut, Universität Hamburg, 20354 Hamburg, Germany 2 Department of Statistical Science, University

More information

download instant at

download instant at 13 Introductory Statistics (IS) / Elementary Statistics (ES): Chapter 2 Form A Exam Name SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Classify the

More information

User s Manual. Log Scale (/LG) GX10/GP10/GX20/GP20 IM 04L51B01-06EN. 1st Edition

User s Manual. Log Scale (/LG) GX10/GP10/GX20/GP20 IM 04L51B01-06EN. 1st Edition User s Manual Model GX10/GP10/GX20/GP20 Log Scale (/LG) User s Manual 1st Edition Introduction Notes Trademarks Thank you for purchasing the SMARTDAC+ Series GX10/GX20/GP10/GP20 (hereafter referred to

More information

Fortnightly withholding table with no and half Medicare levy

Fortnightly withholding table with no and half Medicare levy Pay as you go (PAYG) withholding NAT 74228 withholding table with no and half levy FOR PAYMENTS MADE ON OR AFTER 1 JULY 2012 From 1 July 2012, the temporary flood and cyclone reconstruction levy (flood

More information

SHOWLINE SL NITRO 510 LED STROBE LUMINAIRE SPECIFICATIONS.

SHOWLINE SL NITRO 510 LED STROBE LUMINAIRE SPECIFICATIONS. GENERAL. A.) Overview. SHOWLINE SL NITRO 510 LED STROBE LUMINAIRE SPECIFICATIONS. 1.) The luminaire shall be an LED strobe luminaire employing one-thousand, three-hundred and fifty (1350) white LED engines.

More information

Self-publishing. March 19 April 9, Ray Bonnell

Self-publishing. March 19 April 9, Ray Bonnell Self-publishing March 19 April 9, 2018 Ray Bonnell 452-5455 pingo@mosquitonet.com March 19 Introduction Book publishing methods Types of books being published Market share based on book classification

More information

HOW WE KNOW WHAT ISN T SO: COGNITIVE SCIENCE AND MIND TRAPS

HOW WE KNOW WHAT ISN T SO: COGNITIVE SCIENCE AND MIND TRAPS HOW WE KNOW WHAT ISN T SO: COGNITIVE SCIENCE AND MIND TRAPS Jean-Marc Fix, FSA, MAAA UW seminar 2012 COGNITIVE SCIENCE How do we make judgments? Are there systematic issues with our decision making process?

More information

In this Issue: AMS News Letter. Software Updates. Display Phase Out. Topdressing. Spring Inside this issue:

In this Issue: AMS News Letter. Software Updates. Display Phase Out. Topdressing. Spring Inside this issue: AMS News Letter Shearer Equipment Quarterly AMS News Spring 2017 Inside this issue: 17-1 software update Release notes 2 Improvements to Products 5 List John Deere updated data policy 6 Phasing out 2600

More information

A G REAT P L A C E T O W OR K

A G REAT P L A C E T O W OR K A GP R E AT LACE T O WOR K 54 7 Automotive Dealerships in 22 Retail Properties in Larry H. Miller Dealerships The Larry H. Miller Dealerships now operate 20 different automotive brands under 54 dealership

More information

X-ray inspection system Dymond

X-ray inspection system Dymond X-ray inspection system Dymond Safety and product quality for packaged food Benefits Extremely high level of detection sensitivity with low energy consumption Reliable detection of a wide range of foreign

More information

SignalTap Plus System Analyzer

SignalTap Plus System Analyzer SignalTap Plus System Analyzer June 2000, ver. 1 Data Sheet Features Simultaneous internal programmable logic device (PLD) and external (board-level) logic analysis 32-channel external logic analyzer 166

More information

PRODUCT FAMILY DATASHEET LEDVANCE SPOT LED

PRODUCT FAMILY DATASHEET LEDVANCE SPOT LED LEDVANCE SPOT LED LED spotlight luminaires AREAS OF APPLICATION Replacement of halogen lamp spotlights General illumination Hotel rooms Bars, restaurants Accent lighting Galleries, museums Residential

More information

Connected Industry and Enterprise Role of AI, IoT and Geospatial Technology. Vijay Kumar, CTO ESRI India

Connected Industry and Enterprise Role of AI, IoT and Geospatial Technology. Vijay Kumar, CTO ESRI India Connected Industry and Enterprise Role of AI, IoT and Geospatial Technology Vijay Kumar, CTO ESRI India Agenda: 1 2 3 4 Understanding IoT IoT component and deployment patterns ArcGIS Geospatial Platform

More information

Algebra I Module 2 Lessons 1 19

Algebra I Module 2 Lessons 1 19 Eureka Math 2015 2016 Algebra I Module 2 Lessons 1 19 Eureka Math, Published by the non-profit Great Minds. Copyright 2015 Great Minds. No part of this work may be reproduced, distributed, modified, sold,

More information

FOM-9010, FOM-9011 and FOM-9012

FOM-9010, FOM-9011 and FOM-9012 Control and Alarm Voltage sense, open collector, or contact inputs Features: FOM-00: Voltage Sense, Open Collector, or Dry Contact Inputs. State Detection for TIA-, TIA-, and TTL Signals. FOM-0: SPDT Form

More information

NOXLITE LED SPOT. Product family datasheet. Outdoor LED wall luminaires. Areas of application _ Outdoor _ Garages _ Patios, balconies

NOXLITE LED SPOT. Product family datasheet. Outdoor LED wall luminaires. Areas of application _ Outdoor _ Garages _ Patios, balconies NOXLITE LED SPOT Outdoor LED wall luminaires Areas of application _ Outdoor _ Garages _ Patios, balconies Product benefits _ Functional design _ High light output thanks to high-power LED _ Quick and simple

More information

In-process inspection: Inspector technology and concept

In-process inspection: Inspector technology and concept Inspector In-process inspection: Inspector technology and concept Need to inspect a part during production or the final result? The Inspector system provides a quick and efficient method to interface a

More information

Analysis of data from the pilot exercise to develop bibliometric indicators for the REF

Analysis of data from the pilot exercise to develop bibliometric indicators for the REF February 2011/03 Issues paper This report is for information This analysis aimed to evaluate what the effect would be of using citation scores in the Research Excellence Framework (REF) for staff with

More information

E2 Full-sized Event Master processor

E2 Full-sized Event Master processor Full-sized Event Master processor Full show control in a single box Native 4K input and output supported Intuitive user interface Raising the bar for live screen management, the E2 presentation system

More information

PT-LB300 S P E C F I L E. LCD Projectors. As of April Specifications and appearance are subject to change without notice. 1/8.

PT-LB300 S P E C F I L E. LCD Projectors. As of April Specifications and appearance are subject to change without notice. 1/8. S P E C F I L E Product Number : Product Name : As of April 2014. Specifications and appearance are subject to change without notice. 18 Specifications Main unit Power supply Power consumption LCD panel

More information

HAVE GOT WAS WERE CAN. Koalatext.com TO BE GRAMMAR CONDITIONAL 0

HAVE GOT WAS WERE CAN. Koalatext.com TO BE GRAMMAR CONDITIONAL 0 Koalatext.com HAVE GOT CAN WAS WERE IF TO BE GRAMMAR CONDITIONAL 0 CONDITIONAL 0 Activity 1. Separate 1.- IamnervouswhenIhaveanexam. 2.- WhenIdon tstudy,idon tpassexams. 3.- Iamhappyifyouhelpme 4.- Youfeelgoodwhenyoudoexercise.

More information

TOUCH PANEL SPECIFICATION

TOUCH PANEL SPECIFICATION MULTI-INNO TECHNOLOGY CO., LTD. http:// www.multi-inno.com TOUCH PANEL SPECIFICATION Model : MI0700CKP-C Customer : Approved Commont Revision 1.0 Engineering Date 2012-11-05 Our Reference REVISION RECORD

More information

Spring Themed. Writing Tools for Intervention. created by: The Curriculum Corner

Spring Themed. Writing Tools for Intervention. created by: The Curriculum Corner Spring Themed Writing Tools for Intervention created by: The Curriculum Corner green blue pink purple red orange www.thecurriculumcorner.com umbrella boots cloudy sunny windy thunderstorm rainy rainbow

More information

BUREAU OF ENERGY EFFICIENCY

BUREAU OF ENERGY EFFICIENCY Date: 26 th May, 2016 Schedule No.: 11 Color Televisions 1. Scope This schedule specifies the energy labeling requirements for color televisions with native resolution upto 1920 X 1080 pixels, of CRT,

More information

Efficient Computer-Aided Pitch Track and Note Estimation for Scientific Applications. Matthias Mauch Chris Cannam György Fazekas

Efficient Computer-Aided Pitch Track and Note Estimation for Scientific Applications. Matthias Mauch Chris Cannam György Fazekas Efficient Computer-Aided Pitch Track and Note Estimation for Scientific Applications Matthias Mauch Chris Cannam György Fazekas! 1 Matthias Mauch, Chris Cannam, George Fazekas Problem Intonation in Unaccompanied

More information

User Manual CC DC 24 V 5A. Universal Control Unit UC-1-E. General Information SET. Universal Control Unit UC-1 Of Central Lubrication PAUSE CONTACT

User Manual CC DC 24 V 5A. Universal Control Unit UC-1-E. General Information SET. Universal Control Unit UC-1 Of Central Lubrication PAUSE CONTACT Universal Control Unit UC-1-E User Manual General Information Universal Control Unit UC-1 Of Central Lubrication CC DC 24 V 5A / M 15 SL /MK 31 M Z 30 General Information Contents Universal Control Unit

More information

Relationships Between Quantitative Variables

Relationships Between Quantitative Variables Chapter 5 Relationships Between Quantitative Variables Three Tools we will use Scatterplot, a two-dimensional graph of data values Correlation, a statistic that measures the strength and direction of a

More information

PRODUCT FAMILY DATASHEET LEDVANCE SPOT LED

PRODUCT FAMILY DATASHEET LEDVANCE SPOT LED LEDVANCE SPOT LED LED spotlight luminaires AREAS OF APPLICATION Replacement of halogen lamp spotlights General illumination Hotel rooms Bars, restaurants Accent lighting Galleries, museums Residential

More information

Product Number : TW350 Product Name : As of October Specifications and appearance are subject to change without notice.

Product Number : TW350 Product Name : As of October Specifications and appearance are subject to change without notice. S P E C F I L E Product Number : Product Name : LCD Projectors As of October 2016. Specifications and appearance are subject to change without notice. 18 Specifications Main unit Power supply Power consumption

More information

Table of Contents. iii

Table of Contents. iii Rental Table of Contents Introduction... 1 Technical Support... 1 Overview... 2 Getting Started... 3 Inventory Folders for Rental Items... 3 Rental Service Folders... 3 Equipment Inventory Folders...

More information

Printed Documentation

Printed Documentation Printed Documentation Table of Contents INTRODUCTION... 1 Technical Support... 1 Overview... 2 GETTING STARTED... 3 Inventory Folders for Rental Items... 3 Rental Service Folders... 4 Equipment Inventory

More information

Eagle Business Software

Eagle Business Software Rental Table of Contents Introduction... 1 Technical Support... 1 Overview... 2 Getting Started... 5 Inventory Folders for Rental Items... 5 Rental Service Folders... 5 Equipment Inventory Folders...

More information

LC026B - Gen3. High Power LED Series Chip on Board. High efficacy COB LED package, well-suited for use in spotlight applications. Features & Benefits

LC026B - Gen3. High Power LED Series Chip on Board. High efficacy COB LED package, well-suited for use in spotlight applications. Features & Benefits Product Family Data Sheet Rev. 1.1 2017.06.19 1# High Power LED Series Chip on Board LC026B - Gen3 High efficacy COB LED package, well-suited for use in spotlight applications Features & Benefits Chip

More information

Secto Design Oy Kauppalantie Kauniainen Finland tel fax

Secto Design Oy Kauppalantie Kauniainen Finland tel fax Secto Design Oy Kauppalantie 12 02700 Kauniainen Finland tel. +358 9 5050598 fax +358 9 5475 2535 info@sectodesign.fi www.sectodesign.fi Owalo 7000 pendant natural birch, black laminate or white laminate,

More information

THE COMPACT, ALL-IN-ONE HD PROJECTOR bringing the big screen to your home

THE COMPACT, ALL-IN-ONE HD PROJECTOR bringing the big screen to your home ALL-IN-ONE PROJECTOR Epson EH-DM30HD THE COMPACT, ALL-IN-ONE HD PROJECTOR bringing the big screen to your home *Source: Futuresource Consulting Epson s breakthrough 3LCD technology delivers superb-quality

More information

15D05A Broadband Solid State Power Amplifier

15D05A Broadband Solid State Power Amplifier 15D05A Broadband Solid State Power Amplifier 20 Watts CW, to 2500 MHz 2 Watts Linear, 4% EVM @ 33 dbm P/N: NW-PA-15D05A (Includes NW-PA-ACC-CB09MC interface cable) The NuPower 15D05A is a small, highly

More information

Hot Spot Interview Results Joshua Gutwill 7/25/99

Hot Spot Interview Results Joshua Gutwill 7/25/99 Hot Spot Interview Results Joshua Gutwill 7/25/99 Method The Hot Spot exhibit used in this study was the original version with the original label. The visitors are selected at random. The visitor that

More information

PT-LW330 S P E C F I L E. LCD Projectors. As of April Specifications and appearance are subject to change without notice. 1/9.

PT-LW330 S P E C F I L E. LCD Projectors. As of April Specifications and appearance are subject to change without notice. 1/9. S P E C F I L E Product Number : Product Name : LCD Projectors As of April 2014. Specifications and appearance are subject to change without notice. 19 Specifications Main unit Power supply Power consumption

More information

The Art and Science of Depiction. Color. Fredo Durand MIT- Lab for Computer Science

The Art and Science of Depiction. Color. Fredo Durand MIT- Lab for Computer Science The Art and Science of Depiction Color Fredo Durand MIT- Lab for Computer Science Color Color Vision 2 Talks Abstract Issues Color Vision 3 Plan Color blindness Color Opponents, Hue-Saturation Value Perceptual

More information

SHOWLINE SL epar 180 LUMINAIRE SPECIFICATIONS.

SHOWLINE SL epar 180 LUMINAIRE SPECIFICATIONS. SHOWLINE SL epar 180 LUMINAIRE SPECIFICATIONS. GENERAL. A.) Overview. 1.) The luminaire shall be a color mixing luminaire employing nineteen (19) homogenized red, green, blue, and white LED engines. The

More information

PLAXIS 8.x Professional version A3-2 REPORT. agosto 05, Università Politecnica delle Marche. Molo foraneo di Testata 2/51

PLAXIS 8.x Professional version A3-2 REPORT. agosto 05, Università Politecnica delle Marche. Molo foraneo di Testata 2/51 1/51 A3-2 REPORT agosto 05, 2010 User: Title: Università Politecnica delle Marche Molo foraneo di Testata 2/51 A3-3 Table of Contents 1. General Information...4 2. Structures...4 3. Material data...5 4.

More information

Music Genre Classification

Music Genre Classification Music Genre Classification chunya25 Fall 2017 1 Introduction A genre is defined as a category of artistic composition, characterized by similarities in form, style, or subject matter. [1] Some researchers

More information

Family of Christ. Child Development Center. Goals & Objectives for Kindergarten

Family of Christ. Child Development Center. Goals & Objectives for Kindergarten Family of Christ Child Development Center Goals & Objectives for Kindergarten Religion Relationships with God Relationships with Others Relationship with the World Grow in faith Know that God sent Jesus

More information

Relationships. Between Quantitative Variables. Chapter 5. Copyright 2006 Brooks/Cole, a division of Thomson Learning, Inc.

Relationships. Between Quantitative Variables. Chapter 5. Copyright 2006 Brooks/Cole, a division of Thomson Learning, Inc. Relationships Chapter 5 Between Quantitative Variables Copyright 2006 Brooks/Cole, a division of Thomson Learning, Inc. Three Tools we will use Scatterplot, a two-dimensional graph of data values Correlation,

More information

SUPER LED F4.7 VW Vari-White INSTRUCTION MANUAL

SUPER LED F4.7 VW Vari-White INSTRUCTION MANUAL SUPER LED F4.7 VW Vari-White 60W Vari-White from 2.750 to 6.900 K - Enhanced CRI > 94 White light, with Adjustable Correlated Colour Temperature INSTRUCTION MANUAL Operated Pole Operated MANUFACTURER REPRESENTATIVE

More information

Multifunction Digital Timer

Multifunction Digital Timer Multifunction Digital Timer 72 x72 mm Timer with Easy-to-use Functions Nine output modes accommodate a wide variety of applications. All parameters set by scroll-through menus accessed from the front panel.

More information

Dot Plots and Distributions

Dot Plots and Distributions EXTENSION Dot Plots and Distributions A dot plot is a data representation that uses a number line and x s, dots, or other symbols to show frequency. Dot plots are sometimes called line plots. E X A M P

More information

LCD MODULE DEM B SYH

LCD MODULE DEM B SYH DISPLAY Elektronik GmbH LCD MODULE DEM 128064B SYH Product specification Version:0 09/Okt/2006 GENERAL SPECIFICATION MODULE NO. : DEM 128064B SYH CUSTOMER P/N VERSION NO. CHANGE DESCRIPTION DATE 0 ORIGINAL

More information

Detecting Medicaid Data Anomalies Using Data Mining Techniques Shenjun Zhu, Qiling Shi, Aran Canes, AdvanceMed Corporation, Nashville, TN

Detecting Medicaid Data Anomalies Using Data Mining Techniques Shenjun Zhu, Qiling Shi, Aran Canes, AdvanceMed Corporation, Nashville, TN Paper SDA-04 Detecting Medicaid Data Anomalies Using Data Mining Techniques Shenjun Zhu, Qiling Shi, Aran Canes, AdvanceMed Corporation, Nashville, TN ABSTRACT The purpose of this study is to use statistical

More information

ET-5050x-BF1W Datasheet

ET-5050x-BF1W Datasheet PLCC Series ET-5050x-BF1W Datasheet Features : High luminous Intensity and high efficiency Based on GaN technology Wide viewing angle : 120 Excellent performance and visibility Suitable for all SMT assembly

More information

Size B INDUSTRIAL STANDARD

Size B INDUSTRIAL STANDARD Size B INDUSTRIA STANDARD Actuators series DIN EN 70-80 Industrial standard + ow housing Degree of protection IP6 Wired versions Moulded versions Degree of protection IP67 Female power connector Cable

More information

Year 6 Questionnaire

Year 6 Questionnaire Year 6 Questionnaire Hello, we would like to invite you to complete this questionnaire, the aim is to identify any support and advice you may need. A member of the school health team may contact you and

More information

Fundamentals of LED Video

Fundamentals of LED Video Daktronics is recognized worldwide as the leading designer and manufacturer of large-screen LED displays. This booklet is intended to inform the marketplace of LED video display issues and combat false

More information

SPEED LABOLIGHT. Instruction Manual

SPEED LABOLIGHT. Instruction Manual SPEED LABOLIGHT Instruction Manual Instruction Manual 1. Description of the Device: Polymerization of any commercial material can be done with the universal light polymerization device Speed Labolight.

More information

Qualifying Criteria Versions 4.1 and 5.1

Qualifying Criteria Versions 4.1 and 5.1 ENERGY STAR Technical Specifications for Televisions Qualifying Criteria Versions 4.1 and 5.1 Notes: Products imported into and sold in Canada must meet all Canadian regulatory and safety requirements.

More information

Automatic Construction of Synthetic Musical Instruments and Performers

Automatic Construction of Synthetic Musical Instruments and Performers Ph.D. Thesis Proposal Automatic Construction of Synthetic Musical Instruments and Performers Ning Hu Carnegie Mellon University Thesis Committee Roger B. Dannenberg, Chair Michael S. Lewicki Richard M.

More information

11 GHz MDD FIBER OPTIC LINK FEATURES TYPICAL APPLICATIONS

11 GHz MDD FIBER OPTIC LINK FEATURES TYPICAL APPLICATIONS 11 GHz MDD FIBER OPTIC LINK FEATURES Small size Bandwidth to 11 GHz Plug-in optical connector No external control circuits required Transimpedance amplifier in both transmitter and receiver Custom transmitter

More information

Job Name. Housings are constructed of extruded aluminum. Clear polycarbonate lens standard. c o n s t r u c t i o n

Job Name. Housings are constructed of extruded aluminum. Clear polycarbonate lens standard. c o n s t r u c t i o n Job Name Catalog Number Notes Type GR PRO Aluminum Narrow Linear Grow Light LED Shown 6 together / Cable mounted f e a t u r e s f e a t u r e s L E D The Grow-Pro LED is a high Photosynthetically Active

More information

COMMUNICATION SKILLS: K-2

COMMUNICATION SKILLS: K-2 COMMUNICATION SKILLS: K-2 Meets North Carolina Standard Course of Study Apple Words Apple Phrases The Taste of Apples Apple Communication Web Apple Accordion-Fold Book Scrambled Apple Names Apple Quotes

More information

Math 7 /Unit 07 Practice Test: Collecting, Displaying and Analyzing Data

Math 7 /Unit 07 Practice Test: Collecting, Displaying and Analyzing Data Math 7 /Unit 07 Practice Test: Collecting, Displaying and Analyzing Data Name: Date: Define the terms below and give an example. 1. mode 2. range 3. median 4. mean 5. Which data display would be used to

More information

PILOT COVE INTERIOR - INTEGRAL POWER SUPPLY WHITE LIGHT

PILOT COVE INTERIOR - INTEGRAL POWER SUPPLY WHITE LIGHT LIGHT SOURCE 3.5W/FT, 6W/FT, 11W/FT OPTICS COLOR TEMPERATURES (C.C.T.) 2700K 3000K 3500K 4000K CRI Standard: 83+ (Color tolerance = ±200) ELECTRICAL LUMENS & EFFICACY 3.5W IS ASHRAE COMPLIANT AND IS SUITABLE

More information

Musicians, Singers, and Related Workers

Musicians, Singers, and Related Workers http://www.bls.gov/oco/ocos095.htm Musicians, Singers, and Related Workers * Nature of the Work * Training, Other Qualifications, and Advancement * Employment * Job Outlook * Projections Data * Earnings

More information

Stenberg, Shari J. Composition Studies Through a Feminist Lens. Anderson: Parlor Press, Print. 120 pages.

Stenberg, Shari J. Composition Studies Through a Feminist Lens. Anderson: Parlor Press, Print. 120 pages. Stenberg, Shari J. Composition Studies Through a Feminist Lens. Anderson: Parlor Press, 2013. Print. 120 pages. I admit when I first picked up Shari Stenberg s Composition Studies Through a Feminist Lens,

More information

Product Number : LB303 Product Name : As of October Specifications and appearance are subject to change without notice.

Product Number : LB303 Product Name : As of October Specifications and appearance are subject to change without notice. S P E C F I L E Product Number : Product Name : LCD Projectors As of October 2016. Specifications and appearance are subject to change without notice. 18 Specifications Main unit Power supply Power consumption

More information

TIME SURFING. Let s go

TIME SURFING. Let s go Let s go TIME SURFING Summer is still in full swing but if you re being nudged into Go thoughts of autumn, it s time for a little mind makeover to help maximize the gorgeous light nights and sunny days.

More information

G-SPOT MOVING HEAD PROFILE

G-SPOT MOVING HEAD PROFILE G-SPOT MOVING HEAD PROFILE Dimensions 805 (31.7) 646 (25.4) 327 (12.9) 340 (13.4) 370 (14.6) 494 (19.5) 135 135 821 (32.3) 144 (5.7) Min. c/c 764 (30.0) 470 (18.5) 16 (0.63) 270 270 664 (26.2) 492 (19.4)

More information