CMP: Data Mining and Statistics Within the Health Services 19/02/2010

Size: px
Start display at page:

Download "CMP: Data Mining and Statistics Within the Health Services 19/02/2010"

Transcription

1 CMP: Data Miig ad Statistics Withi the Health Services 19//1 Data Miig ad Statistics Withi the Health Services Cotet Data Miig Esemble for Predictig Osteoporosis Dr. Wejia Wag School of Computig Scieces Uiversity of East Aglia 1. Itroductio. Esemble: Diversity ad Accuracy 3. Costructig Effective Esembles 4. Osteoporosis Risk Predictio 5. Coclusio Data Pre-processig Data Miig Kowledge Osteoporosis Predictio ( Dr Wejia Wag) Geeric Esemble Cocept Esemble Hypothesis What is esemble? A collectio of differet models {A i } for a give task. Models work i parallel ad the overall output is determied by a decisio fusio strategy, S. Esemble accuracy: A e System Output System Decisio Fusio Versios 1 System iputs Sigle method may be ieffective i dealig with complex problems. Multiple models that work collectively improve the performace. Questio: Ca a esemble really work? Osteoporosis Predictio ( Dr Wejia Wag) 3 Osteoporosis Predictio ( Dr Wejia Wag) 4. Esemble ad Diversity Diversity amog the models is the key Esemble Accuracy is determie by: A e (Φ)f(A i, D,, S) Where, A e Accuracy of Esemble Φ A i Accuracy of idividual model i umber of models i Esemble Φ S the decisio fusio strategy D diversity betwee models Decisio Fusio strategies Decisio strategy should be determied by (1)the type of the task ad () the type of output value of models. Cotiuous (target value or probability) or soft output Discrete Class label Two basic types of fusio strategies: Averagig: for cotiuous( or soft) outputs: Averagig or simple aggregatig fuctios Weighted averagig Decisio template Votig: for discrete or categorical outputs Simple majority votig Weighted votig Osteoporosis Predictio ( Dr Wejia Wag) 5 Osteoporosis Predictio ( Dr Wejia Wag) 6 Dr. Wejia Wag: Data miig esemble for prediictig osteoporosis risk 1

2 CMP: Data Miig ad Statistics Withi the Health Services 19//1.1. Why eed diversity? Esemble A: o diversity Esemble decisio X A e /3 correct Decisio Strategy: Votig /3 right /3 right /3 right V1 X V X V3 X Esemble B: ideal diversity Esemble decisio V1 X Decisio Strategy: Votig /3 right /3 right /3 right V X A e 1% correct X V3 Diversity does ot come easily The studies (Littlewood & Miller, Eckhardt, Hesa, Kohavi, Krogh, Partridge, Wag, etc. ) idicate that models developed idepedetly of each other will statistically fail depedetly. Very difficult to geerate a high level of diversity amog the models. What diversity? Test data Test data Osteoporosis Predictio ( Dr Wejia Wag) 7 Osteoporosis Predictio ( Dr Wejia Wag) 8. Diversity Measures Pair-wised measures Disagreemet Q statistic/kappa statistic Correlatio o-pair-wised Etropy Bias/Variace Coicidet failure (CFD) Esemble Reliability otatios: M : the umber of testig samples, : the umber of models i Esemble A, (ote: should be set to a odd umber whe a votig decisio strategy applies) k : the umber of samples that fail o exactly models i A p(r): probability that r radomly chose models fail o a radom chose test sample. The probability that exactly models fail o a radomly selected test ksample x is defied as: p 1,,..., M Osteoporosis Predictio ( Dr Wejia Wag) 9 Osteoporosis Predictio ( Dr Wejia Wag) 1 Reliability Measure: p(1) (1) The probability that oe radom chose model fails o iput x: p(1) P(oe radomly chose model fails o x) P(exactly models fail o P(chose p P(exactly models fail ) x ad the chose model is oe of the failures model fails exactly models fail ) ) Reliability Measure: p() Similarly, () The probability that TWO radomly chose models fail o x: p() P(two P(exactly models fail o P(chose radomly chose models fail o models both fail exactly P(exactly models fail ) ( 1) * p ( 1) x x) ad the two chose model are both failures ) models fail ) * Osteoporosis Predictio ( Dr Wejia Wag) 11 Osteoporosis Predictio ( Dr Wejia Wag) 1 Dr. Wejia Wag: Data miig esemble for prediictig osteoporosis risk

3 CMP: Data Miig ad Statistics Withi the Health Services 19//1 Reliability Measure: p(r) Majority-correct probability: p(maj) I geeral, (3) Probability that r radomly chose models fail: p( r) P( r radomly chose ( 1) ( r + 1) models fail )... p 1 ( 1) ( r + 1) The probability that majority models i esemble A produce the correct aswer for a iput x: p( maj) p(miority models fail) ( 1)/ p Osteoporosis Predictio ( Dr Wejia Wag) 13 Osteoporosis Predictio ( Dr Wejia Wag) 14 Coicidet Failure Diversity (CFD) If majority models i a esemble do ot fail coicidetally whe votig is applied, this esemble will improve its performace. So we defie CFD: 1 CFD p 1 p 1 1 if p < 1 CFD o diversity, all models are same, if p 1, all models right or wrog. CFD1, maximum diversity esemble will be 1% accurate, < CFD <1: what level of CFD ca be useful? Diversity measuremets o the illustrative example The assessmet of performace ad diversities for the two MVS of 3 models show earlier: The ideal Esemble The worst esemble Idividual model's performace model prob(fail) prob(suc) prob(fail) prob(suc) The model coicidet failures k p k p / / /3.. 3/ Esemble s reliability, diversity ad performace p(1) p()..333 p(1 of correct) p(1 of 3 correct) GD 1.. CFD 1.. p(maj) Osteoporosis Predictio ( Dr Wejia Wag) 15 Osteoporosis Predictio ( Dr Wejia Wag) Costruct Effective Esembles Cadidate Models: ay learig models, e.g. eural etworks Decisio trees Bayesia models Methods Baggig ad Boostig Radom Forests (decisio trees oly) Hybrid: eural ets & decisio trees + feature selectio Baggig (Bootstrap Aggregatig) Baggig starts with the Bootstrappig for times: Bootstrap is a samplig approach with replacemet from the origial traiig set D, gettig a ew dataset with the same umber of examples (M) as the origial traiig set Each example has the same probability of beig sampled, Some examples will ot be sampled, some examples will be sampled two or more times duplicates i the bootstrap sample A learig algorithm is applied to each of the bootstrap samples, producig models. The aswer to a test sample is worked out by a decisio aggregatio method o the outputs of the models. averagig, or votig. Osteoporosis Predictio ( Dr Wejia Wag) 17 Osteoporosis Predictio ( Dr Wejia Wag) 18 Dr. Wejia Wag: Data miig esemble for prediictig osteoporosis risk 3

4 CMP: Data Miig ad Statistics Withi the Health Services 19//1 Baggig algorithm illustratio D Baggig: Pros ad Cos For regressio: Bootstrappig D 1 D D Learig algorithm x m 1 m m ŷ 1 (x) ŷ i (x) ŷ (x) ŷ(x) 1/k.(ŷ 1 (x)+ŷ (x)+ +ŷ (x)) Pros: Reduce the variace, but bias uchaged may be able to improve sigificatly the model s performace if the learig algorithm is ustable. Cos: Degrade the performace of stable procedures ot so effective with stable classificatio algorithms, which are robust to small variatios i the traiig data set. For classificatio: ŷ(x) the majority class i {ŷ 1 (x),,ŷ (x)} Osteoporosis Predictio ( Dr Wejia Wag) 19 Osteoporosis Predictio ( Dr Wejia Wag) AdaBoostig: Basic Cocept Adaboost Algorithm Freud ad Schapire (1997), Breima (1998) Data adaptively re-sampled Previously misclassified observatios weights Previously correctly classified observatios weights All the models are aggregated by weighted votig accordig to their accuracy. Osteoporosis Predictio ( Dr Wejia Wag) 1 Osteoporosis Predictio ( Dr Wejia Wag) AdaBoost: pros ad cos LogitBoost Advatages Very simple to implemet Geeratig i relatively simple classifier Good at reducig bias fairly good geeralizatio LogitBoost (Friedma) Disadvatages Suboptimal solutio Sesitive to oisy data ad outliers Osteoporosis Predictio ( Dr Wejia Wag) 3 Osteoporosis Predictio ( Dr Wejia Wag) 4 Dr. Wejia Wag: Data miig esemble for prediictig osteoporosis risk 4

5 CMP: Data Miig ad Statistics Withi the Health Services 19//1 BagBoostig Itroduced by Dettlig, specifically for DA microarray data. 1 Based o the stadard LogitBoost algorithm. Icorporates baggig at each roud of boostig, with decisio stumps as base learer. The model at each roud of boostig is a set of decisio stumps, whose outputs are combied. BagBoostig was foud to outperform LogitBoost o DA microarray data. LogitBoostR ad BagBoostR We (my PhD studet Geoffrey ad I) developed these algorithms 1 i 7 by icorporatig feature o-replacemet ito LogitBoost ad BagBoostig. Aimed to ehace their performace further. They were tested them o several bechmark DA microarray datasets. compared their performace with that of the umodified algorithms, LogitBoost ad Bagboost. 1 Bioiformatics : (4) 1 G.R.Guile ad W.Wag, IJC 7, Coferece Proceedigs, pp , (7) Osteoporosis Predictio ( Dr Wejia Wag) 5 Osteoporosis Predictio ( Dr Wejia Wag) 6 Test Results of LogitBoostR & BagBoostigR 4. Osteoporosis Predictio LogitBoost LogitBoost-R BagBoostig BagBoostig-R Osteoporosis Osteoporosis is a systemic skeletal disease that reduces boe mass desity, deteriorates microstructure of boe tissue ad cosequetly causes boes fragile ad easy to break. Boe microstructures: Health boe Osteoporotic boe Colo Leukemia Prostate Breast Cacer (ER) Mea fial error rate from 5 radom partitios of data ito traiig ad testig sets, o feature preselectio, 5 boostig iteratios. Osteoporosis Predictio ( Dr Wejia Wag) 7 Osteoporosis Predictio ( Dr Wejia Wag) Osteoporosis Data Data Data: early 3 female cases have bee collected, Iputs: > 4 variables, but 33 risk factors were used, Target: predict if a patiet has osteoporosis Diagostic gold stadard: DEXA screeig. Idetificatio of saliet risk factors ot all 33 risk are equally importat, Idetifyig the saliece of risk factors, Rakig ad choosig risk factors. Demographics of the data sets Four data sets collected from three differet hospitals form 1997 to 5. Data Set DXA QUS PIXI DXA o. of Record s o. of Factor s mea Age s.d ormal Diagosis (%) Osteopeai c osteoporoti c Osteoporosis Predictio ( Dr Wejia Wag) 9 Osteoporosis Predictio ( Dr Wejia Wag) 3 Dr. Wejia Wag: Data miig esemble for prediictig osteoporosis risk 5

6 CMP: Data Miig ad Statistics Withi the Health Services 19//1 4.. Covetioal Risk Models Model SCORE: There are about dozes of classic factorbased models for assessig the risk of osteoporosis, e.g. SCORE OSIRIS ORAT ORAI OST Implemeted ad Tested # Factor Age > 65 Race Rheumatoid Arthritis History of fracture at wrist, hip or rib Eastroge therapy Weight (lbs) The total Score: S Σ s i Cut-off threshold: Risk if S > 6, o risk otherwise Score si 3 x the first digit of the age 5 if ot black, otherwise 4 preset, otherwise 4 for each fracture 1 ever used, otherwise -weight/1 Osteoporosis Predictio ( Dr Wejia Wag) 31 Osteoporosis Predictio ( Dr Wejia Wag) 3 Web applicatio of risk models Web Questioaire Osteoporosis Predictio ( Dr Wejia Wag) 33 Osteoporosis Predictio ( Dr Wejia Wag) 34 Results Test of the risk models Osteoporosis Predictio ( Dr Wejia Wag) 35 Osteoporosis Predictio ( Dr Wejia Wag) 36 Dr. Wejia Wag: Data miig esemble for prediictig osteoporosis risk 6

7 CMP: Data Miig ad Statistics Withi the Health Services 19//1 4.3 Esemble for Osteoporosis Idetifyig risk factors 1 Age Height Weight Fractures H_Loss Firstly, partitio the data set ito two sub sets Oe for traiig, aother for testig The, quatify the saliece of each factor, rak them ad select the most relevat factors Usig the factors selected, we traied some eural ets ad decisio trees as the cadidates of predictors for buildig three types of esemble Buildig esembles of three types eural ets oly called multi-et esemble or system decisio tress oly called multi-tree esemble mixed ets ad trees called hybrid esemble The esembles were tested by the test data Repeat above procedure times to check the cosistece. Rakig of Risk Factors The lower geeralisatio accuracy is, the more saliet a risk factor is. The risk factors with the lowest geeralisatios are most saliet. 4 most saliet factors: kyphosis, FH, Backpai ad Oestrogedeficiecy Factors plotted at top are redudat or less saliet. Clamped performace Traiig epoch Kyphosis BackPai YrsMo FH Cigs alc Cal Iactivity Exercise Steroid Ati-epileptics T4 HRT VitD Bisphos Asthma Hyperparathyroidism Aoresxia UlcerativeColitis PacreaticDisease Coeliac RealDisease RheumatoidArthritis Croh's LiverDisease OesDef Learig Osteoporosis Predictio ( Dr Wejia Wag) 37 Osteoporosis Predictio ( Dr Wejia Wag) 38 Impact directio of the factors Idetifyig the directio of correlatio of factors Weight Height BMI Family History HRT Exercise OesDef Vitami D Steroids Liver Disease Rheumatoid Arthritis Bisphos Kyphosis Fractures Height Loss YrsMo Age DEXA QUS PIXI How may factors to use? Five methods were used for feature rakig Differet umbers of features were selected for traiig the classifiers to see how may features ca produce the best classificatio All L-Corr Clampig D-Tree ARD Radom umber of f act ors selected The test performace of the models that are traied with the factors selected by differet techiques. Osteoporosis Predictio ( Dr Wejia Wag) 39 Osteoporosis Predictio ( Dr Wejia Wag) 4 Esemble Performace Hybrid Esembles A esemble built with 9 eural etworks: best: et8.7, worst: et mea:.65, s.d..4 Esemble performace p(1).34, p().116 p(1/3).863, p(/3).699 CFD.649 Accuracy 74.5% Figure shows the ROC curves of some idividual ets, the esemble ad logistic regressio (LR) for compariso. Sesitivity Specificity et8 et7 et1 MS Osteoporosis Predictio ( Dr Wejia Wag) 41 LR 7% correct predictio for the cases 5% predicted wrog for the oe-cases Hybrid esembles were built with eural ets ad trees. CFD varies as the umber of decisio trees i a esemble chages. Predictio performace: Improved as the diversity ehaced whe majorityvotig strategy applied. Diversity is ot useful if averagig-strategy used. Performace Multi Versio Systems of eural ets ad Trees Average Majority umber of the decisio trees i a MVS Osteoporosis Predictio ( Dr Wejia Wag) 4 CFD diversity: CFD Dr. Wejia Wag: Data miig esemble for prediictig osteoporosis risk 7

8 CMP: Data Miig ad Statistics Withi the Health Services 19//1 Applicatio for gee idetificatio Gee selectio for Colo cacer data We have proposed a boostig based esemble method to idetify the relevace of gees i microarray (MA) data for gee selectio. The method has bee tested o a umber of bechmark MA data sets. The results are compared with other methods ad the best kow results. The gees we selected gave the eve better classificatio results. Error (%) umber of features 1 BFSS Wilcoxo boostig 5 1 All Guile, G. ad Wag, W.: Boostig for feature selectio for microarray data aalysis. Proceedigs of IEEE WCCI-IJC8, pp56-564, Hog Kog, Jue 1-6, 8. Osteoporosis Predictio ( Dr Wejia Wag) 43 Osteoporosis Predictio ( Dr Wejia Wag) Coclusios Esemble is a collectio of models that work together to improve performace. Diversity amog models is essetial. Hybrid esembles higher diversity, More reliable ad more accurate. Best osteoporosis predictio 78% sesitivity, 9% specificity Ackowledgemets This research was fuded (GR/R85914/1 ad GR/R8641/1) by the EPSRC, UK. Collaborators from hospitals: Dr. Sarah Rae & Dr. Adams Youg Researchers: Dr. Graeme Richards (my former Research Assistat) Dr. Geoffrey Guile (my former PhD, RA ow) Mr. Ross Turer (BSc) Osteoporosis Predictio ( Dr Wejia Wag) 45 Osteoporosis Predictio ( Dr Wejia Wag) 46 Dr. Wejia Wag: Data miig esemble for prediictig osteoporosis risk 8

Statistics 11 Lecture 18 Sampling Distributions (Chapter 6-2, 6-3) 1. Definitions again

Statistics 11 Lecture 18 Sampling Distributions (Chapter 6-2, 6-3) 1. Definitions again Statistics Lecture 8 Samplig Distributios (Chapter 6-, 6-3). Defiitios agai Review the defiitios of POPULATION, SAMPLE, PARAMETER ad STATISTIC. STATISTICAL INFERENCE: a situatio where the populatio parameters

More information

Objectives. Sampling Distributions. Overview. Learning Objectives. Statistical Inference. Distribution of Sample Mean. Central Limit Theorem

Objectives. Sampling Distributions. Overview. Learning Objectives. Statistical Inference. Distribution of Sample Mean. Central Limit Theorem Objectives Samplig Distributios Cetral Limit Theorem Ivestigate the variability i sample statistics from sample to sample Fid measures of cetral tedecy for distributio of sample statistics Fid measures

More information

Statistics Lecture 13 Sampling Distributions (Chapter 18) fe1. Definitions again

Statistics Lecture 13 Sampling Distributions (Chapter 18) fe1. Definitions again fe1. Defiitios agai Review the defiitios of POPULATIO, SAMPLE, PARAMETER ad STATISTIC. STATISTICAL IFERECE: a situatio where the populatio parameters are ukow, ad we draw coclusios from sample outcomes

More information

Plantar Pressure Difference: Decision Criteria of Motor Relearning Feedback Insole for Hemiplegic Patients

Plantar Pressure Difference: Decision Criteria of Motor Relearning Feedback Insole for Hemiplegic Patients 22 4th Iteratioal Coferece o Bioiformatics ad Biomedical Techology IPCBEE vol.29 (22) (22) IACSIT Press, Sigapore Platar Pressure Differece: Decisio Criteria of Motor Relearig Feedback Isole for Hemiplegic

More information

Caribbean Examinations Council Secondary Education Certificate School Based Assessment Additional Math Project

Caribbean Examinations Council Secondary Education Certificate School Based Assessment Additional Math Project Caribbea Examiatios Coucil Secodary Educatio Certificate School Based Assessmet Additioal Math Project Does good physical health ad fitess, as idicated by Body Mass Idex, affect the academic performace

More information

Statistical Analysis and Graphing

Statistical Analysis and Graphing BIOL 202 LAB 4 Statistical Aalysis ad Graphig Aalyzig data objectively to determie if sets of data differ ad the to preset data to a audiece succictly ad clearly is a major focus of sciece. We eed a way

More information

Chapter 8 Descriptive Statistics

Chapter 8 Descriptive Statistics 8.1 Uivariate aalysis ivolves a sigle variable, for examples, the weight of all the studets i your class. Comparig two thigs, like height ad weight, is bivariate aalysis. (Which we will look at later)

More information

23.3 Sampling Distributions

23.3 Sampling Distributions COMMON CORE Locker LESSON Commo Core Math Stadards The studet is expected to: COMMON CORE S-IC.B.4 Use data from a sample survey to estimate a populatio mea or proportio; develop a margi of error through

More information

Review for Chapter 9

Review for Chapter 9 Review for Chapter 9 1. For which of the followig ca you use a ormal approximatio? a) = 100, p =.02 b) = 60, p =.4 c) = 20, p =.6 d) = 15, p = 2/3 e) = 10, p =.7 2. What is the probability of a sample

More information

Acoustic Scene Classification by Ensembling Gradient Boosting Machine and Convolutional Neural Networks

Acoustic Scene Classification by Ensembling Gradient Boosting Machine and Convolutional Neural Networks Acoustic Scee Classificatio by Esemblig Gradiet Boostig Machie ad Covolutioal Neural Networks DCASE 2017 Eduardo Foseca, Rog Gog, Dmitry Bogdaov, Olga Slizovskaia, Emilia Gomez ad Xavier Serra Outlie Itroductio

More information

Measures of Spread: Standard Deviation

Measures of Spread: Standard Deviation Measures of Spread: Stadard Deviatio So far i our study of umerical measures used to describe data sets, we have focused o the mea ad the media. These measures of ceter tell us the most typical value of

More information

A Supplement to Improved Likelihood Inferences for Weibull Regression Model by Yan Shen and Zhenlin Yang

A Supplement to Improved Likelihood Inferences for Weibull Regression Model by Yan Shen and Zhenlin Yang A Supplemet to Improved Likelihood Ifereces for Weibull Regressio Model by Ya She ad Zheli Yag More simulatio experimets were carried out to ivestigate the effect of differet cesorig percetages o the performace

More information

Bayesian Sequential Estimation of Proportion of Orthopedic Surgery of Type 2 Diabetic Patients Among Different Age Groups A Case Study of Government

Bayesian Sequential Estimation of Proportion of Orthopedic Surgery of Type 2 Diabetic Patients Among Different Age Groups A Case Study of Government Bayesia Sequetial Estimatio of Proportio of Orthopedic Surgery of Type Diabetic Patiets Amog Differet Age Groups A Case Study of Govermet Medical College, Jammu-Idia Roohi Gupta, Priyaka Aad ad *Rahul

More information

5/7/2014. Standard Error. The Sampling Distribution of the Sample Mean. Example: How Much Do Mean Sales Vary From Week to Week?

5/7/2014. Standard Error. The Sampling Distribution of the Sample Mean. Example: How Much Do Mean Sales Vary From Week to Week? Samplig Distributio Meas Lear. To aalyze how likely it is that sample results will be close to populatio values How probability provides the basis for makig statistical ifereces The Samplig Distributio

More information

EFSA Guidance for BMD analysis Fitting Models & Goodness of Fit

EFSA Guidance for BMD analysis Fitting Models & Goodness of Fit EFSA Guidace for BMD aalysis Fittig Models & Goodess of Fit 1 st March 2017 OUTLINE Geeral priciples of model fittig & goodess of fit Cotiuous dose-respose data Cell proliferatio (CP) data Cadidate models

More information

Concepts Module 7: Comparing Datasets and Comparing a Dataset with a Standard

Concepts Module 7: Comparing Datasets and Comparing a Dataset with a Standard Cocepts Module 7: Comparig Datasets ad Comparig a Dataset with a Stadard Idepedece of each data poit Test statistics Cetral Limit Theorem Stadard error of the mea Cofidece iterval for a mea Sigificace

More information

How is the President Doing? Sampling Distribution for the Mean. Now we move toward inference. Bush Approval Ratings, Week of July 7, 2003

How is the President Doing? Sampling Distribution for the Mean. Now we move toward inference. Bush Approval Ratings, Week of July 7, 2003 Samplig Distributio for the Mea Dr Tom Ilveto FREC 408 90 80 70 60 50 How is the Presidet Doig? 2/1/2001 4/1/2001 Presidet Bush Approval Ratigs February 1, 2001 through October 6, 2003 6/1/2001 8/1/2001

More information

Modified Early Warning Score Effect in the ICU Patient Population

Modified Early Warning Score Effect in the ICU Patient Population Lehigh Valley Health Network LVHN Scholarly Works Patiet Care Services / Nursig Modified Early Warig Score Effect i the ICU Patiet Populatio Ae Rabert RN, DHA, CCRN, NE-BC Lehigh Valley Health Network,

More information

Sampling Distributions and Confidence Intervals

Sampling Distributions and Confidence Intervals 1 6 Samplig Distributios ad Cofidece Itervals Iferetial statistics to make coclusios about a large set of data called the populatio, based o a subset of the data, called the sample. 6.1 Samplig Distributios

More information

Should We Care How Long to Publish? Investigating the Correlation between Publishing Delay and Journal Impact Factor 1

Should We Care How Long to Publish? Investigating the Correlation between Publishing Delay and Journal Impact Factor 1 Should We Care How Log to Publish? Ivestigatig the Correlatio betwee Publishig Delay ad Joural Impact Factor 1 Jie Xu 1, Jiayu Wag 1, Yuaxiag Zeg 2 1 School of Iformatio Maagemet, Wuha Uiversity, Hubei,

More information

Estimation and Confidence Intervals

Estimation and Confidence Intervals Estimatio ad Cofidece Itervals Chapter 9 McGraw-Hill/Irwi Copyright 2010 by The McGraw-Hill Compaies, Ic. All rights reserved. GOALS 1. Defie a poit estimate. 2. Defie level of cofidece. 3. Costruct a

More information

Technical Assistance Document Algebra I Standard of Learning A.9

Technical Assistance Document Algebra I Standard of Learning A.9 Techical Assistace Documet 2009 Algebra I Stadard of Learig A.9 Ackowledgemets The Virgiia Departmet of Educatio wishes to express sicere thaks to J. Patrick Liter, Doa Meeks, Dr. Marcia Perry, Amy Siepka,

More information

Statistics for Managers Using Microsoft Excel Chapter 7 Confidence Interval Estimation

Statistics for Managers Using Microsoft Excel Chapter 7 Confidence Interval Estimation Statistics for Maagers Usig Microsoft Excel Chapter 7 Cofidece Iterval Estimatio 1999 Pretice-Hall, Ic. Chap. 7-1 Chapter Topics Cofidece Iterval Estimatio for the Mea (s Kow) Cofidece Iterval Estimatio

More information

Appendix C: Concepts in Statistics

Appendix C: Concepts in Statistics Appedi C. Measures of Cetral Tedecy ad Dispersio A8 Appedi C: Cocepts i Statistics C. Measures of Cetral Tedecy ad Dispersio Mea, Media, ad Mode I may real-life situatios, it is helpful to describe data

More information

Practical Basics of Statistical Analysis

Practical Basics of Statistical Analysis Practical Basics of Statistical Aalysis David Keffer Dept. of Materials Sciece & Egieerig The Uiversity of Teessee Koxville, TN 37996-2100 dkeffer@utk.edu http://clausius.egr.utk.edu/ Goveror s School

More information

Simple intervention to improve detection of hepatitis B and hepatitis C in general practice

Simple intervention to improve detection of hepatitis B and hepatitis C in general practice Simple itervetio to improve detectio of hepatitis B ad hepatitis C i geeral practice Zayab al-lami (GP-Birmigham) Co-authors:-Sarah Powell, Sally Bradshaw, Amada Lambert, David Mutimer ad Adrew Rouse Presetatio

More information

PDSS: The decision support system of diabetic patient for Public Health

PDSS: The decision support system of diabetic patient for Public Health Proceedigs of the 3rd Iteratioal Coferece o Idustrial Applicatio Egieerig 5 PDSS: The decisio support system of diabetic patiet for Public Health Bejapuk Jogmuewai, Kailas Bumrugchat, Papo kaewhi Iformatics

More information

STATISTICAL ANALYSIS & ASTHMATIC PATIENTS IN SULAIMANIYAH GOVERNORATE IN THE TUBER-CLOSES CENTER

STATISTICAL ANALYSIS & ASTHMATIC PATIENTS IN SULAIMANIYAH GOVERNORATE IN THE TUBER-CLOSES CENTER March 3. Vol., No. ISSN 37-3 IJRSS & K.A.J. All rights reserved STATISTICAL ANALYSIS & ASTHMATIC PATIENTS IN SULAIMANIYAH GOVERNORATE IN THE TUBER-CLOSES CENTER Dr. Mohammad M. Faqe Hussai (), Asst. Lecturer

More information

Standard deviation The formula for the best estimate of the population standard deviation from a sample is:

Standard deviation The formula for the best estimate of the population standard deviation from a sample is: Geder differeces Are there sigificat differeces betwee body measuremets take from male ad female childre? Do differeces emerge at particular ages? I this activity you will use athropometric data to carry

More information

Ovarian Cancer Survival

Ovarian Cancer Survival Dairy Products, Calcium, Vitami D, Lactose ad Ovaria Cacer: Results from a Pooled Aalysis of Cohort Studies Stephaie Smith-Warer, PhD Departmets of Nutritio & Epidemiology Harvard School of Public Health

More information

Chapter 21. Recall from previous chapters: Statistical Thinking. Chapter What Is a Confidence Interval? Review: empirical rule

Chapter 21. Recall from previous chapters: Statistical Thinking. Chapter What Is a Confidence Interval? Review: empirical rule Chapter 21 What Is a Cofidece Iterval? Chapter 21 1 Review: empirical rule Chapter 21 5 Recall from previous chapters: Parameter fixed, ukow umber that describes the populatio Statistic kow value calculated

More information

Lecture 19: Analyzing transcriptome datasets. Spring 2018 May 3, 2018

Lecture 19: Analyzing transcriptome datasets. Spring 2018 May 3, 2018 Lecture 19: Aalyzig trascriptome datasets Sprig 2018 May 3, 2018 Measurig the Trascriptome trascriptome: the mrnas expressed by a geome at ay give time (Abbott, 1999) Icludes protei codig trascripts ad

More information

DISTRIBUTION AND PROPERTIES OF SPERMATOZOA IN DIFFERENT FRACTIONS OF SPLIT EJACULATES*

DISTRIBUTION AND PROPERTIES OF SPERMATOZOA IN DIFFERENT FRACTIONS OF SPLIT EJACULATES* FERTILITY AND STERILITY Copyright 1972 by The Williams & Wilkis Co. Vol. 23, No.4, April 1972 Prited i U.S.A. DISTRIBUTION AND PROPERTIES OF SPERMATOZOA IN DIFFERENT FRACTIONS OF SPLIT EJACULATES* R. ELIASSON,

More information

CHAPTER 8 ANSWERS. Copyright 2012 Pearson Education, Inc. Publishing as Addison-Wesley

CHAPTER 8 ANSWERS. Copyright 2012 Pearson Education, Inc. Publishing as Addison-Wesley CHAPTER 8 ANSWERS Sectio 8.1 Statistical Literacy ad Critical Thikig 1 The distributio of radomly selected digits from to 9 is uiform. The distributio of sample meas of 5 such digits is approximately ormal.

More information

Objectives. Types of Statistical Inference. Statistical Inference. Chapter 19 Confidence intervals: Estimating with confidence

Objectives. Types of Statistical Inference. Statistical Inference. Chapter 19 Confidence intervals: Estimating with confidence Types of Statistical Iferece Chapter 19 Cofidece itervals: The basics Cofidece itervals for estiatig the value of a populatio paraeter Tests of sigificace assesses the evidece for a clai about a populatio.

More information

Reporting Checklist for Nature Neuroscience

Reporting Checklist for Nature Neuroscience Correspodig Author: Mauscript Number: Mauscript Type: Galea NNA48318C Article Reportig Checklist for Nature Neurosciece # Figures: 4 # Supplemetary Figures: 2 # Supplemetary Tables: 1 # Supplemetary Videos:

More information

Measuring Dispersion

Measuring Dispersion 05-Sirki-4731.qxd 6/9/005 6:40 PM Page 17 CHAPTER 5 Measurig Dispersio PROLOGUE Comparig two groups by a measure of cetral tedecy may ru the risk for each group of failig to reveal valuable iformatio.

More information

An Automatic Denoising Method with Estimation of Noise Level and Detection of Noise Variability in Continuous Glucose Monitoring

An Automatic Denoising Method with Estimation of Noise Level and Detection of Noise Variability in Continuous Glucose Monitoring Preprit, 11th IFAC Symposium o Dyamics ad Cotrol of Process Systems, icludig Biosystems Jue 6-8, 16. NTNU, Trodheim, Norway A Automatic Deoisig Method with Estimatio of Noise Level ad Detectio of Noise

More information

EDEXCEL NATIONAL CERTIFICATE UNIT 28 FURTHER MATHEMATICS FOR TECHNICIANS OUTCOME 1- ALGEBRAIC TECHNIQUES TUTORIAL 3 - STATISTICAL TECHNIQUES

EDEXCEL NATIONAL CERTIFICATE UNIT 28 FURTHER MATHEMATICS FOR TECHNICIANS OUTCOME 1- ALGEBRAIC TECHNIQUES TUTORIAL 3 - STATISTICAL TECHNIQUES EDEXCEL NATIONAL CERTIFICATE UNIT 8 FURTHER MATHEMATICS FOR TECHNICIANS OUTCOME 1- ALGEBRAIC TECHNIQUES TUTORIAL 3 - STATISTICAL TECHNIQUES CONTENTS Be able to apply algebraic techiques Arithmetic progressio

More information

Chem 135: First Midterm

Chem 135: First Midterm Chem 135: First Midterm September 30 th, 2013 Please provide all aswers i the spaces provided. You are ot allowed to use a calculator for this exam, but you may use (previously disassembled) molecular

More information

What are minimal important changes for asthma measures in a clinical trial?

What are minimal important changes for asthma measures in a clinical trial? Eur Respir J 1999; 14: 23±27 Prited i UK ± all rights reserved Copyright #ERS Jourals Ltd 1999 Europea Respiratory Joural ISSN 0903-1936 What are miimal importat chages for asthma measures i a cliical

More information

A longitudinal study of self-assessment accuracy

A longitudinal study of self-assessment accuracy The teachig eviromet A logitudial study of self-assessmet accuracy James T Fitzgerald, Casey B White & Larry D Gruppe Aim Although studies have examied medical studets ability to self-assess their performace,

More information

A COMPARATIVE STUDY OF FOUR NOVEL SLEEP APNOEA EPISODE PREDICTION SYSTEMS

A COMPARATIVE STUDY OF FOUR NOVEL SLEEP APNOEA EPISODE PREDICTION SYSTEMS 17th Europea Sigal Processig Coferece (EUSIPCO 2009) Glasgow, Scotlad, August 24-28, 2009 A COPARATIVE STUDY OF FOUR NOVEL SLEEP APNOEA EPISODE PREDICTION SYSTES H.J. Robertso 1, J.J. Soragha 2, C. Idzikowski

More information

Introduction. The Journal of Nutrition Methodology and Mathematical Modeling

Introduction. The Journal of Nutrition Methodology and Mathematical Modeling The Joural of Nutritio Methodology ad Mathematical Modelig The Populatio Distributio of Ratios of Usual Itakes of Dietary Compoets That Are Cosumed Every Day Ca Be Estimated from Repeated 24-Hour Recalls

More information

Ontology alignment. Ontology Alignment. Ontologies with overlapping information. Ontologies in biomedical research

Ontology alignment. Ontology Alignment. Ontologies with overlapping information. Ontologies in biomedical research Otology Aligmet Otology Aligmet Otology aligmet Otology aligmet strategies Evaluatio of otology aligmet strategies Recommedig otology aligmet strategies Usig PRA i otology aligmet Curret issues Otologies

More information

Self-Care Management for Patients with Congenital Muscular Torticollis: % Caregivers Independent with Home Exercise Program

Self-Care Management for Patients with Congenital Muscular Torticollis: % Caregivers Independent with Home Exercise Program Self-Care Maagemet for Patiets with Cogeital Muscular Torticollis: % Caregivers Idepedet with Home Exercise Program Team Leader: Rebecca D. Reder OTD, OTR/L Team Members: Vic Voegele PT, Elizabeth Oliverio

More information

Chapter - 8 BLOOD PRESSURE CONTROL AND DYSLIPIDAEMIA IN PATIENTS ON DIALYSIS

Chapter - 8 BLOOD PRESSURE CONTROL AND DYSLIPIDAEMIA IN PATIENTS ON DIALYSIS Chapter - BLOOD PRESSURE CONTROL AND DYSLIPIDAEMIA IN PATIENTS ON DIALYSIS S. Prasad Meo Hooi Lai Seog Lee Wa Ti Suita Bavaada ST REPORT OF THE MALAYSIAN DIALYSIS AND TRANSPLANT REGISTRY SECTION.: BLOOD

More information

, (1) Index Terms Area under the ROC Curve, Bi-Lognormal Distribution, Confidence Interval, ROC Curve, Standard Error.

, (1) Index Terms Area under the ROC Curve, Bi-Lognormal Distribution, Confidence Interval, ROC Curve, Standard Error. ISSN: 39-5967 ISO 9:8 Certified Iteratioal Joural of Egieerig Sciece ad Iovative Techology IJESIT olume, Issue, November Statistical Iferece o AUC from A Bi- Logormal ROC Model for Cotiuous Data R Amala,

More information

Methodology National Sports Survey SUMMARY

Methodology National Sports Survey SUMMARY Methodology 017 Natioal Sports Survey Prepared by Priceto Survey Research Associates Iteratioal for the Washigto Post ad the Uiversity of Massachusetts Lowell August 017 SUMMARY The 017 Natioal Sports

More information

GSK Medicine Study Number: Title: Rationale: Study Period: Objectives: Primary Secondary Indication: Study Investigators/Centers: Research Methods

GSK Medicine Study Number: Title: Rationale: Study Period: Objectives: Primary Secondary Indication: Study Investigators/Centers: Research Methods The study listed may iclude approved ad o-approved uses, formulatios or treatmet regimes. The results reported i ay sigle study may ot reflect the overall results obtaied o studies of a product. Before

More information

1 Barnes D and Lombardo C (2006) A Profile of Older People s Mental Health Services: Report of Service Mapping 2006, Durham University.

1 Barnes D and Lombardo C (2006) A Profile of Older People s Mental Health Services: Report of Service Mapping 2006, Durham University. The Natioal Audit Office udertook a self-assessmet cesus of Commuity Metal Health Teams for Older People (CMHTs) betwee September ad December 2006. The overall fidigs are preseted i the Natioal Audit Office

More information

Chapter 8 Student Lecture Notes 8-1

Chapter 8 Student Lecture Notes 8-1 Chapter 8 tudet Lecture Notes 8-1 Basic Busiess tatistics (9 th Editio) Chapter 8 Cofidece Iterval Estimatio 004 Pretice-Hall, Ic. Chap 8-1 Chapter Topics Estimatio Process Poit Estimates Iterval Estimates

More information

BioPlex 2200 ToRC IgG and IgM Assays

BioPlex 2200 ToRC IgG and IgM Assays 22 System 22 ad Ig Assays A rapid ad comprehesive testig solutio for ad Ig testig Like No Other The 22 system offers IgG ad Ig assays to simultaeously detect atibodies to T. godii, rubella ad cytomegalovirus

More information

IMPAIRED THEOPHYLLINE CLEARANCE IN PATIENTS WITH COR PULMONALE

IMPAIRED THEOPHYLLINE CLEARANCE IN PATIENTS WITH COR PULMONALE Br. J. cli. Pharmac. (1979), 7, 33--37 IMPAIRED THEOPHYLLINE CLEARANCE IN PATIENTS WITH COR PULMONALE N. VICUNA,1 J.L. McNAY,l T.M. LUDDEN2 & H. SCHWERTNER3 'Divisio of Cliical Pharmacology, Departmets

More information

Autism Awareness Education. April 2018

Autism Awareness Education. April 2018 Autism Awareess Educatio April 2018 What is Autism Autism is a wide-spectrum metal disorder that is talked about every day i health circles, but few really kow all the facts about it. Research cotiues

More information

Hypertension in patients with diabetes is a well recognized

Hypertension in patients with diabetes is a well recognized Cotrol of Hypertesio amog Type II Diabetics Kawther El-Shafie, Sayed Rizvi Abstract Objectives: Numerous studies have cofirmed the high prevalece of hypertesio amog type 2 diabetics, ad that itesive hypertesive

More information

Intro to Scientific Analysis (BIO 100) THE t-test. Plant Height (m)

Intro to Scientific Analysis (BIO 100) THE t-test. Plant Height (m) THE t-test Let Start With a Example Whe coductig experimet, we would like to kow whether a experimetal treatmet had a effect o ome variable. A a imple but itructive example, uppoe we wat to kow whether

More information

Classification of oximetry signals using Bayesian neural networks to assist in the detection of the obstructive sleep apnoea syndrome

Classification of oximetry signals using Bayesian neural networks to assist in the detection of the obstructive sleep apnoea syndrome Classificatio of oximetry sigals usig Bayesia eural etworks to assist i the detectio of the obstructive sleep apoea sydrome JV Marcos 1, R Horero 1, D Álvarez 1, IT Nabey 2, F del Campo 3, C Zamarró 4

More information

Repeatability of the Glaucoma Hemifield Test in Automated Perimetry

Repeatability of the Glaucoma Hemifield Test in Automated Perimetry Repeatability of the Glaucoma Hemifield Test i Automated Perimetry Joae Katz,*-\ Harry A. Quigley,^ ad Alfred SommerX Purpose. To examie the cocordace of the Glaucoma Hemifield Test ad other global visual

More information

Sec 7.6 Inferences & Conclusions From Data Central Limit Theorem

Sec 7.6 Inferences & Conclusions From Data Central Limit Theorem Sec 7. Ifereces & Coclusios From Data Cetral Limit Theorem Name: The Cetral Limit Theorem offers us the opportuity to make substatial statistical predictios about the populatio based o the sample. To better

More information

Copy of: Proc. IEEE 1998 Int. Conference on Microelectronic Test Structures, Vol.11, March 1998

Copy of: Proc. IEEE 1998 Int. Conference on Microelectronic Test Structures, Vol.11, March 1998 Copy of: Proc. IEEE 998 It. Coferece o Microelectroic Test Structures, Vol., March 998 Wafer Level efect esity istributio Usig Checkerboard Test Structures Christopher Hess, Larg H. Weilad Istitute of

More information

Small (< 4 cm) Renal Mass: Differentiation of Oncocytoma From Renal Cell Carcinoma on Biphasic Contrast-Enhanced CT

Small (< 4 cm) Renal Mass: Differentiation of Oncocytoma From Renal Cell Carcinoma on Biphasic Contrast-Enhanced CT Geitouriary Imagig Origial Research Sasaguri et al. Differetiatig Ococytoma From RCC o Cotrast-Ehaced CT Geitouriary Imagig Origial Research Kohei Sasaguri 1,2 Naoki Takahashi 1 Daiel Gomez-Cardoa 1 Shuai

More information

Chapter 23 Summary Inferences about Means

Chapter 23 Summary Inferences about Means U i t 6 E x t e d i g I f e r e c e Chapter 23 Summary Iferece about Mea What have we leared? Statitical iferece for mea relie o the ame cocept a for proportio oly the mechaic ad the model have chaged.

More information

DISCRIMINATIVE EXEMPLAR CLUSTERING

DISCRIMINATIVE EXEMPLAR CLUSTERING 204 IEEE Iteratioal Coferece o Acoustic, Speech ad Sigal Processig (ICASSP) DISCRIMINATIVE EXEMPLAR CLUSTERING Yigzhe Yag, Feg Liag 2, Thomas S. Huag Departmet of Electrical ad Computer Egieerig, Departmet

More information

A Patient Specific Neural Networks (MLP) for Optimization of Fuzzy Outputs in Classification of Epilepsy Risk Levels from EEG Signals

A Patient Specific Neural Networks (MLP) for Optimization of Fuzzy Outputs in Classification of Epilepsy Risk Levels from EEG Signals Egieerig Letters, 3:, EL_3 (Advace olie publicatio: 4 August 006) A Patiet Specific s (MLP) for Optimizatio of Fuzzy Outputs i Classificatio of Epilepsy Risk Levels from EEG Sigals Dr. (Mrs.) R. Sukaesh,

More information

Quantitative Evaluation of Stress Corrosion Cracking Based on Features of Eddy Current Testing Signals

Quantitative Evaluation of Stress Corrosion Cracking Based on Features of Eddy Current Testing Signals E-Joural of Advaced Maiteace Vol.9-2 (2017) 78-83 Japa Society of Maiteology Quatitative Evaluatio of Stress Corrosio Crackig Based o Features of Eddy Curret Testig Sigals Li WANG 1,* ad Zhemao CHEN 2

More information

Person Identification by Using AR Model for EEG Signals

Person Identification by Using AR Model for EEG Signals Perso Idetificatio by Usig AR Model for EEG Sigals Gelareh Mohammadi, Parisa Shoushtari, Beham Molaee Ardekai ad Mohammad B. Shamsollahi Abstract A direct coectio betwee ElectroEcephaloGram (EEG) ad the

More information

Primary: To assess the change on the subject s quality of life between diagnosis and the first 3 months of treatment.

Primary: To assess the change on the subject s quality of life between diagnosis and the first 3 months of treatment. Study No.: AVO112760 Title: A Observatioal Study To Assess The Burde Of Illess I Prostate Cacer Patiets With Low To Moderate Risk Of Progressio Ratioale: Little data are available o the burde of illess

More information

Screening for microalbuminuria in patients with type 2 diabetes is incomplete in general practice

Screening for microalbuminuria in patients with type 2 diabetes is incomplete in general practice Da Med J / September DANISH MEDICAL JOURNAL Screeig for microalbumiuria i patiets with type 2 diabetes is icomplete i geeral practice Søre Tag Kudse 1, Thomas Hammershaimb Mosbech 2, Birtha Hase 1, Else

More information

A Comparison of Genetic Algorithm & Neural Network (MLP) In Patient Specific Classification of Epilepsy Risk Levels from EEG Signals

A Comparison of Genetic Algorithm & Neural Network (MLP) In Patient Specific Classification of Epilepsy Risk Levels from EEG Signals Egieerig Letters, 14:1, EL_14_1_18 (Advace olie publicatio: 1 February 007) A Compariso of Geetic Algorithm & Neural Network (MLP) I Patiet Specific Classificatio of Epilepsy Risk Levels from EEG Sigals

More information

ANALYZING ECOLOGICAL DATA

ANALYZING ECOLOGICAL DATA Geeral Ecology (BIO 60) Aalyzig Ecological Data Sacrameto State ANALYZING ECOLOGICAL DATA Let Start With a Eample Whe coductig ecological eperimet, we would like to kow whether a eperimetal treatmet had

More information

Performance Improvement in the Bivariate Models by using Modified Marginal Variance of Noisy Observations for Image-Denoising Applications

Performance Improvement in the Bivariate Models by using Modified Marginal Variance of Noisy Observations for Image-Denoising Applications PROCEEDING OF WORLD ACADEM OF CIENCE, ENGINEERING AND ECHNOLOG VOLUME 5 APRIL 005 IN 307-6884 Performace Improvemet i the Bivariate Models by usig Modified Margial Variace of Noisy Observatios for Image-Deoisig

More information

CEREC Omnicam: scanning simplicity.

CEREC Omnicam: scanning simplicity. C A D / C A M S Y S T EM S I N S T RU M EN T S H YG I EN E S Y S T EM S T R E AT M EN T CEN T ER S I M AG I N G S Y S T EM S C A D / C A M came r as. M ade t o i s p i r e cerec Omicam ad cerec Bluecam.

More information

Neural processing of biomedical data for improving driving safety

Neural processing of biomedical data for improving driving safety Modellig i Medicie ad Biology VI 213 Neural processig of biomedical data for improvig drivig safety F. Barcelloa 1, F. Filippi 1, M. Paella 2, A. M. Bersai 3 & A. Alessadrii 1. 1 D.I.T.S. Departmet, Uiversity

More information

Real-Time Noise Cancelling Approach on Innovations-Based Whitening Application to Adaptive FIR RLS in Beamforming Structure

Real-Time Noise Cancelling Approach on Innovations-Based Whitening Application to Adaptive FIR RLS in Beamforming Structure Real-Time Noise Cacellig Approach o Iovatios-Based Whiteig Applicatio to Adaptive FIR RLS i Beamformig Structure 7 Jisoo Jeog Faculty of Biomedical Egieerig ad Health Sciece, Uiversiti Tekologi Malaysia,

More information

GSK Medicine: Study Number: Title: Rationale: Study Period: Objectives: Indication: Study Investigators/Centers: Research Methods:

GSK Medicine: Study Number: Title: Rationale: Study Period: Objectives: Indication: Study Investigators/Centers: Research Methods: The study listed may iclude approved ad o-approved uses, mulatios or treatmet regimes. The results reported i ay sigle study may ot reflect the overall results obtaied o studies of a product. Bee prescribig

More information

5.1 Description of characteristics of population Bivariate analysis Stratified analysis

5.1 Description of characteristics of population Bivariate analysis Stratified analysis Chapter 5 Results Page umbers 5.1 Descriptio of characteristics of populatio 121-123 5.2 Bivariate aalysis 123-131 5.3 Stratified aalysis 131-133 5.4 Multivariate aalysis 134-135 5.5 Estimatio of Attributable

More information

Fax: ; INTRODUCTION. 38 Copyright 2006 C.M.B. Edition

Fax: ;   INTRODUCTION. 38 Copyright 2006 C.M.B. Edition Cellular ad Molecular Biology TM 52, N 6, 38-43 ISSN 1165-158X DOI 10.1170/T736 2006 Cell. Mol. Biol. TM STATISTICAL APPROACH TO BOAR SEMEN EVALUATION USING INTRACELLULAR INTENSITY DISTRIBUTION OF HEAD

More information

Randomised controlled trial of a brief alcohol intervention in a general hospital setting

Randomised controlled trial of a brief alcohol intervention in a general hospital setting Shiles et al. Trials 2013, 14:345 TRIALS RESEARCH Ope Access Radomised cotrolled trial of a brief alcohol itervetio i a geeral hospital settig Celia J Shiles 1, Ua P Caig 1, Sadra A Keell-Webb 1, Carolie

More information

Effectiveness of Statistical Features for Human Emotions Classification using EEG Biosensors

Effectiveness of Statistical Features for Human Emotions Classification using EEG Biosensors Research Joural of Applied Scieces, Egieerig ad Techology 5(2): 5083-5089, 203 ISS: 2040-7459; e-iss: 2040-7467 Mawell Scietific Orgaizatio, 203 Submitted: October 22, 202 Accepted: December 4, 202 Published:

More information

6th Grade Physical Education Curriculum Map. Learning Targets Vocabulary Assessme nt. Cur. Standards & Benchmarks- Essential Questions or Unit

6th Grade Physical Education Curriculum Map. Learning Targets Vocabulary Assessme nt. Cur. Standards & Benchmarks- Essential Questions or Unit 6th Grade Physical Educatio Curriculum Map Timelie/ Cur. Stadards & Bechmarks- Essetial Questios or Learig Targets Vocabulary Assessme t 1st Basic Weight Liftig Air Force Football Ultimate Frisbie Disc

More information

EXPLORATION OF REACTANT-PRODUCT LIPID PAIRS IN MUTANT-WILD TYPE LIPIDOMICS EXPERIMENTS

EXPLORATION OF REACTANT-PRODUCT LIPID PAIRS IN MUTANT-WILD TYPE LIPIDOMICS EXPERIMENTS Kasas State Uiversity Libraries Aual Coferece o Applied Statistics i Agriculture - 4th Aual Coferece Proceedigs EXPLORATION OF REACTANT-PRODUCT LIPID PAIRS IN MUTANT-WILD TYPE LIPIDOMICS EXPERIMENTS Liaqig

More information

Lecture Outline. BIOST 514/517 Biostatistics I / Applied Biostatistics I. Paradigm of Statistics. Inferential Statistic.

Lecture Outline. BIOST 514/517 Biostatistics I / Applied Biostatistics I. Paradigm of Statistics. Inferential Statistic. BIOST 514/517 Biostatistics I / Applied Biostatistics I Kathlee Kerr, Ph.D. Associate Professor of Biostatistics iversity of Washigto Lecture 11: Properties of Estimates; Cofidece Itervals; Stadard Errors;

More information

Estimation Of Population Total Using Model-Based Approach: A Case Of HIV/AIDS In Nakuru Central District, Kenya

Estimation Of Population Total Using Model-Based Approach: A Case Of HIV/AIDS In Nakuru Central District, Kenya Estimatio Of Populatio otal Usig Model-Based Approach: A Case Of HIV/AIDS I akuru Cetral District, Keya Lagat Reube Cheruiyot, oui Beard Cheruiyot, Lagat Jaet Jepchumba Abstract: I this study we have explored

More information

Minimum skills required by children to complete healthrelated quality of life instruments for asthma: comparison of measurement properties

Minimum skills required by children to complete healthrelated quality of life instruments for asthma: comparison of measurement properties Eur Respir J 1997; 10: 225 24 DOI: 10.113/09031936.97.1010225 Prited i UK - all rights reserved Copyright ERS Jourals Ltd 1997 Europea Respiratory Joural ISSN 0903-1936 Miimum skills required by childre

More information

AND FEEDBACK SEEKING TOWARDS ENTREPRENEURIAL PERFORMANCE OF STUDENTS AT CIPUTRA UNIVERSITY

AND FEEDBACK SEEKING TOWARDS ENTREPRENEURIAL PERFORMANCE OF STUDENTS AT CIPUTRA UNIVERSITY AND EEDBACK EEKIN TOWARD ENTREPRENEURIAL PERORMANCE O TUDENT AT CIPUTRA UNIVERITY Wia Christia, Herry Purwoko Lecturer at Ciputra Uiversity, urabaya, Idoesia Lecturer at Ciputra Uiversity, urabaya, Idoesia

More information

Stability and relative validity of the. Neuromuscular Disease Impact Profile (NMDIP)

Stability and relative validity of the. Neuromuscular Disease Impact Profile (NMDIP) Bos et al. BMC Neurology (2017) 17:87 DOI 10.1186/s12883-017-0866-6 RESEARCH ARTICLE Ope Access Stability ad relative validity of the Neuromuscular Disease Impact Profile (NMDIP) Isaäc Bos 1*, Ja B.M.

More information

The relationship between hypercholesterolemia as a risk factor for stroke and blood viscosity measured using Digital Microcapillary

The relationship between hypercholesterolemia as a risk factor for stroke and blood viscosity measured using Digital Microcapillary Joural of Physics: Coferece Series PAPER OPEN ACCESS The relatioship betwee hypercholesterolemia as a risk factor for stroke ad blood viscosity measured usig Digital Microcapillary To cite this article:

More information

HDV in Greenland. Henrik Krarup, MD, Phd Section of Molecular Diagnostics Aalborg University Hospital Denmark. Aalborg Hospital NORTH DENMARK REGION

HDV in Greenland. Henrik Krarup, MD, Phd Section of Molecular Diagnostics Aalborg University Hospital Denmark. Aalborg Hospital NORTH DENMARK REGION HDV i Greelad Herik Krarup, MD, Phd Sectio of Molecular Diagostics Aalborg Uiversity Hospital Demark Disclosures Noe relevat to this talk Greelad Achorage Greelad DK Populatio i Greelad 56.000 Idigeous

More information

CARDIOVASCULAR RISKS IN KAZAKH POPULATION IN XINJIANG PROVINCE OF CHINA

CARDIOVASCULAR RISKS IN KAZAKH POPULATION IN XINJIANG PROVINCE OF CHINA CARDIOVASCULAR RISKS IN KAZAKH POPULATION IN XINJIANG PROVINCE OF CHINA Aim: Assess the cardiovascular risks i Kazakh populatio i Ili of Xijiag Provice. Methods: A total of 1126 participats (M/F: 443/683)

More information

Accuracy of Sequence Alignment and Fold Assessment Using Reduced Amino Acid Alphabets

Accuracy of Sequence Alignment and Fold Assessment Using Reduced Amino Acid Alphabets 63:986 995 (2006) Accuracy of Sequece Aligmet ad Fold Assessmet Usig Reduced Amio Acid Alphabets Fracisco Melo 1 * ad Marc A. Marti-Reom 2 1 Departameto de Geética Molecular y Microbiología, Facultad de

More information

Teacher Manual Module 3: Let s eat healthy

Teacher Manual Module 3: Let s eat healthy Teacher Maual Module 3: Let s eat healthy Teacher Name: Welcome to FLASH (Fu Learig Activities for Studet Health) Module 3. I the Uited States, more studets are developig type 2 diabetes tha ever before.

More information

GOALS. Describing Data: Numerical Measures. Why a Numeric Approach? Concepts & Goals. Characteristics of the Mean. Graphic of the Arithmetic Mean

GOALS. Describing Data: Numerical Measures. Why a Numeric Approach? Concepts & Goals. Characteristics of the Mean. Graphic of the Arithmetic Mean GOALS Describig Data: umerical Measures Chapter 3 Dr. Richard Jerz Calculate the arithmetic mea, weighted mea, media, ad mode Explai the characteristics, uses, advatages, ad disadvatages of each measure

More information

Using Ideal Observers in Higher-order Human Category Learning

Using Ideal Observers in Higher-order Human Category Learning Usig Ideal Observers i Higher-order Huma ategory Learig Aiket Kittur (kittur@ucla.edu) Keith J. Holyoak (holyoak@lifesci.ucla.edu) Departmet of Psychology, Uiversity of aliforia, Los Ageles A 90095 Joh

More information

COMPARISON OF A NEW MICROCRYSTALLINE

COMPARISON OF A NEW MICROCRYSTALLINE Br. J. cli. Pharmac. (1979), 8, 59-64 COMPARISON OF A NEW MICROCRYSTALLINE DICOUMAROL PREPARATION WITH WARFARIN UNDER ROUTINETREATMENTCONDITIO D. LOCKNER & C. PAUL Departmet of Medicie, Thrombosis Uit,

More information

Ida Leida M.Thaha, Mega Marindrawati Rochka 1, Muh. Syafar 2

Ida Leida M.Thaha, Mega Marindrawati Rochka 1, Muh. Syafar 2 EFFECT OF PAKEM METHOD (PARTICIPATIVE, ACTIVE, CREATIVE, EFFECTIVE, FUN) METHODE ON SMOKING HABIT OF V ON STUDENTS IN INDUSTRIAL TECHNOLOGY VOCATIONAL MAKASSAR, Ida Leida M.Thaha, Mega Maridrawati Rochka,

More information

Nonlinear State-Space Projection Based Method to Acquire EEG and ECG Components Using a Single Electrode

Nonlinear State-Space Projection Based Method to Acquire EEG and ECG Components Using a Single Electrode Noliear State-Space Proectio Based Method to Acquire EEG ad ECG Compoets Usig a Sigle Electrode Motoki Sakai, Yuichi Okuyama 2, Toshihiro Sato 3, Damig Wei 4 Graduate School of Symbiotic System Sciece

More information

RADIESSE Dermal Filler for the Correction of Moderate to Severe Facial Wrinkles and Folds, Such As Nasolabial Folds

RADIESSE Dermal Filler for the Correction of Moderate to Severe Facial Wrinkles and Folds, Such As Nasolabial Folds A PATIENT S GUIDE RADIESSE Dermal Filler for the Correctio of Moderate to Severe Facial Wrikles ad Folds, Such As Nasolabial Folds Read all the iformatio before you are treated with Radiesse dermal filler.

More information

Combining parametric low-dimensional ensemble postprocessing with reordering methods

Combining parametric low-dimensional ensemble postprocessing with reordering methods Quarterly Jouralof the RoyalMeteorologicalSociety Q. J. R. Meteorol. Soc. 142: 2463 2477, July 2016 B DOI:10.1002/qj.2839 Combiig parametric low-dimesioal esemble postprocessig with reorderig methods Roma

More information

User Guide TOEIC TFI Score Users Guide Bulletin Dr01 11/21/07 RI60393

User Guide TOEIC TFI Score Users Guide Bulletin Dr01 11/21/07 RI60393 User Guide Table of Cotets Foreword................................ 1 Overview................................ 2 The TFI Test.................................. 2 Educatioal Testig Service........................

More information