Paper 241. Generating Item Responses Based on Multidimensional Item Response Theory. Jeffrey D. Kromrey Cynthia G. Parshall Walter M.

Size: px
Start display at page:

Download "Paper 241. Generating Item Responses Based on Multidimensional Item Response Theory. Jeffrey D. Kromrey Cynthia G. Parshall Walter M."

Transcription

1 Paper 241 Generatng Item Responses Based on Multdmensonal Item Response Theory Jeffrey D. Kromrey Cyntha G. Parshall Walter M. Chason Qng Y Unversty of South Florda ABSTRACT The purpose of ths paper s to demonstrate code wrtten n SAS/IML software that generates examnees test responses (0/1s) based on a multdmensonal tem response theory (MIRT) model. Ths program reads n a fle of calbrated tem parameters from the NOHARM computer program (Fraser & McDonald, 1986) and generates normally dstrbuted random varables to represent examnees ablty levels on each dmenson. The SAS/IML program calculates the probablty of an examnee obtanng a correct response based on the MIRT model, then compares ths probablty wth a unform random number to decde the examnee s tem response. If the probablty s larger than the random number, the examnee s credted a correct response (.e., an tem score of 1), otherwse, a zero. The program allows control of the number of samples, the number of examnees, and the number of tems for whch tem responses are generated. INTRODUCTION Item response theory (IRT; Lord, 1952, 1953a, 1953b) apples a set of mathematcal models to ndcate the nteracton between an examnee s ablty (θ) or a composte of abltes and the characterstcs of tems n a test. In IRT models, θˆ s used to denote an examnee s estmated level of the latent trat, ablty, or skll that s measured by test tems. Many dfferent types of models have been developed n IRT (e.g., van der Lnden & Hambleton, 1996). In ths presentaton, however, attenton s focused on three-parameter models for dchotomously scored tems (.e., correct/not correct; 0/1). In IRT, as an examnee s ablty (θ) ncreases so does the probablty of answerng an tem correctly. The probablty of an examnee answerng an tem correctly n the three-parameter logstc IRT model can be defned as where 1 c P ( θ j ) = c + 1+ e Da ( θ j b ) e s the base of the natural logarthms and equals K, ndexes test tem ( = 1,2,3, K, n ), j ndexes examnee, and j = 1,2,3, K,N, a b c θ j P ( θ j D ) s the tem dscrmnaton ndex for tem, that s proportonal to the slope of the tem response functon at the pont θ = b, s the tem dffculty ndex for tem, that s the pont on the ablty scale at whch an examnee has ( 1+ c) 2 probablty of answerng tem correctly, s the lower asymptote parameter of the tem response functon for tem, that represents the probablty of examnees wth very low ablty correctly answerng the tem, represents the ablty of examnee j, s the probablty of examnee j wth ablty level θ answerng tem correctly, and s a scalng factor that equals IRT ncludes a group of assumptons about the data to whch the models apply (Hambleton, Swamnathan, & Rogers, 1991). One assumpton s called the assumpton of undmensonalty, whch means that only one ablty or one composte of multple abltes s measured by a test. However, many educatonal j

2 and psychologcal tests measure several latent trats rather than a sngle one (Reckase, Ackerman, & Carlson, 1988; Traub, 1983) and the extent to whch ndvdual tems reflect each trat can vary from tem to tem (Ackerman, 1994b). For example, a smple mathematcs story problem may requre both readng and mathematcs sklls to provde a correct response. Examnees may brng a varety of cogntve sklls to a testng stuaton, some of whch may be used durng the test and some not. Mller and Hrsch (1992) ndcated that substantal measurement problems may arse f a undmensonal tem analyss procedure s used wth multdmensonal tems. For example, problems can occur n the process of constructng a test usng classcal test theory procedures, or when the statstcs provde no ndcaton of what abltes are beng measured by tems or how well each ablty s measured. Therefore, researchers have been advsed to use MIRT when the undmensonalty assumpton s volated (Reckase, 1985; Ackerman, 1994a). The MIRT models do not requre the assumpton of undmensonalty. The probablty of a correct response to tem n an k-dmensonal logstc model (Reckase, 1985) can be expressed as where P( u = 1 θ j exp[1. 702a θ j + d ] ) = c + ( 1 c ) exp[ a θ + d ] u s examnee s score (0/1) on tem ( = 1, 2, 3, K, n ), a d c θ j s the vector of tem dscrmnaton parameters ( a k = a 1, a 2, a 3, K, a m ) for tem n k dmensons ( k = 1, 2,, 3, K, m ), s the scalar dffculty parameter for tem, negatve d values represent dffcult tems, and postve values represent easy tems, s the scalar lower asymptote parameter for tem, s the vector of θˆ for person j ( j = 1, 2, 3, K, N ), and j P ( u j = 1 θ ) s the probablty of an examnee j correctly answerng tem. In ths model, there s an tem dscrmnaton parameter for each dmenson of the model but only one overall tem dffculty parameter. The components n the functon are addtve, thus, beng low on one latent trat can be compensated for by beng hgh on another trat. NOHARM (Fraser & McDonald, 1986) and TESTFACT (Wlson, Wood, & Gbbons, 1984) are two of the computer programs that estmate parameters for the MIRT model. NOHARM (Fraser & McDonald, 1986) s a computer program that fts the normal ogve model by a least-squares procedure and wll estmate a k and d parameters n the MIRT model. NOHARM (Fraser & McDonald, 1986) does not estmate the c parameters but requres values to be nput and treated as fxed. Usually the c parameters are estmated from a undmensonal analyss usng a computer program such as BILOG (Mslevy & Bock, 1990). Mller and Hrsch (1992) ndcated that asymptotcally the c values are the same for models of any number of dmensons. The orgnal NOHARM (Fraser & McDonald, 1986) program can handle as many as sx dmensons of tem parameters n a multdmensonal space. Prevous research has ndcated that smulated data based on a MIRT model are more smlar to real test data than are data generated by other approaches (Davey, Nerng, & Thompson, 1997; Parshall, Kromrey, Chason, & Y, 1997). Recently, researchers have used MIRT as the bass of data smulatons (e.g., Parshall, Davey, & Nerng, 1998; Y & Nerng, 1998a, 1998b). The SAS code n ths presentaton demonstrates how to use SAS/IML to smulate data accordng to a MIRT model. GENMIRT.SAS The program GENMIRT.SAS uses SAS/IML to smulate examnees responses accordng to the MIRT model. The program requres, as nput, MIRT parameters for a set of test tems. These parameters may be obtaned from a MIRT calbraton program, such as NOHARM (Fraser & MacDonald, 1986). The output from the program s an ASCII fle of tem scores (0/1s), representng correct and ncorrect

3 responses to each test tem. The output fle s a seres of N X K matrces, n whch N s the number of examnees smulated, and K s the number of tems on the smulated test. The tem score matrces are augmented wth examnee dentfcaton numbers and the examnee ablty level ( θ) for each dmenson. The program GENMIRT.SAS operates n sx major steps, as follows: 1. Read MIRT tem parameters. As wrtten, the MIRT parameters are read from an external fle, nto a SAS data step, then passed to SAS/IML. 2. Establsh the number of samples and number of examnees to generate. The two nested do loops, (DO REP = 1 to 100, and DO I = 1 to 1000) establsh, respectvely, the number of samples to generate and the number of examnees n each sample for whom responses wll be smulated. Smply changng the maxmum values of REP and I n these two loops changes the number of samples or number of examnees to be smulated. 3. Smulate examnee ablty on each dmenson. Generate sx random numbers from an NID(0,1) dstrbuton. These values are used as the examnees true ablty levels on the sx MIRT dmensons. 4. Generate a unform random number for each examnee and for each tem on the test. To smulate the probablstc nature of test tem responses, a unform random number (U), on the 0 to 1 nterval, s compared to the calculated probablty of a correct response for each tem (P ). If P > U then the examnee s credted wth a correct response to the tem (recevng an tem score of 1). Conversely, f P <=U then the examnee obtans an ncorrect response to the tem (recevng an tem score of 0). 5. Calculate a vector of tem scores for each examnee. The subroutne IRTSCORE s used to calculate each examnees probablty of correct response to each tem. The nputs to ths subroutne are the number of test tems for the smulaton (the scalar quantty NITEMS), the 1 X 6 vector of examnee ablty parameters (SIMULEES), an examnee dentfcaton number (IDN2), the 1 X NITEMS vector of unform random numbers that are compared to the probabltes of correct responses for the set of tems (RRV), and the vectors of MIRT tem parameters (POPA, POPB, and POPC). For each tem, the probablty of a correct response s calculated usng the PROBNORM functon, and the probablty s compared to the value of the unform random number. The subroutne returns a vector of 1s and 0s that represent the examnee responses to the set of tems (SCORE). 6. Create the output fle. The elements of the vectors SIMULEES and SCORE are placed nto scalars so that the FILE and PUT statements wll wrte them to an ASCII fle. PROGRAM CODE optons ls=182 ps=32767 pageno=1 formdlm= - ; proc prntto prnt= c:\500a.raw ; * GENMIRT.SAS Generate a fle of tem scores (0,1) based on sx-factor MIRT model. data params; * Ths s a fle of known tem parameters, separated by at least one blank and ncludng an tem number on each record. nfle a:\in80.prs lrecl=124 mssover; nput temnum a1 a2 a3 a4 a5 a6 b c; proc ml; Defne the subroutne to analyze each examnee response vector. start rtscore (ntems, smulees, dn2, rrv, popa, popb, popc, score); factnorm=probnorm(popb+(popa*smulees)); * The followng yelds a vector of probabltes of correct responses on each tem (p). P = (popc + ((1 - popc) # factnorm)) ;

4 * The followng yelds the score vector (1,0) score = P>rrv; fnsh; use params; * Readng n the vectors of tem parameters read all var {a1 a2 a3 a4 a5 a6} nto popa; read all var {b} nto popb; read all var {c} nto popc; ntms=nrow(popa); Ths loop generates sx theta values for each examnee and a set of NITMS random numbers. DO REP = 1 TO 100; DO I = 1 to 1000; seed1=round( *ranun(0)); dn2 = ; Generaton of theta values from N(0,1) dstrbuton sm1 = rannor(seed1); sm2 = rannor(seed1); sm3 = rannor(seed1); sm4 = rannor(seed1); sm5 = rannor(seed1); sm6 = rannor(seed1); smulees = sm1//sm2//sm3//sm4//sm5//sm6; Generaton of unform random numbers for each person and each test tem. These are used to determne tem response correctness. rrv = J(1,ntms,0); do k = 1 to ntms; rrv[1,k] = RANUNI(seed1); end; * Call the scorng subroutne ; run rtscore (ntms, smulees, dn2, rrv, popa, popb, popc, score); * Create varables for the output data fle ; dnum = dn2[1,1]; thet1 = smulees[1,1]; thet2 = smulees[2,1]; thet3 = smulees[3,1]; thet4 = smulees[4,1]; thet5 = smulees[5,1]; thet6 = smulees[6,1]; tm1 = score[1,1]; tm2 = score[1,2]; tm3 = score[1,3]; tm4 = score[1,4]; tm5 = score[1,5]; [ etc. for each tem] tm79 = score[1,79]; tm80 = score[1,80]; fle prnt ; dnum thet1 tm1 tm2 tm3 tm4 1. [ etc. for each tm79 tm80 thet2 thet3 thet4 thet5 thet6 12.8; end; end; qut; CONCLUSION GENMIRT.SAS provdes a smple vehcle for the smulaton of realstc examnee test tem responses. The data smulated by ths program may be used for research on a varety of ssues related to psychometrcs, such as the accuracy and precson of methods to estmate examnee ablty, strateges for test equatng, phenomena

5 assocated wth computer adaptve testng algorthms, and technques to detect dfferental tem functonng. REFERENCES Ackerman, T. A. (1994a). Usng multdmensonal tem response theory to understand what tems and tests are measurng. Appled Measurement n Educaton, 7(4), Ackerman, T. A. (1984b). Creatng a test nformaton profle for a two-dmensonal latent space. Appled Psychologcal Measurement, 18(3), Davey, T., Nerng, M., & Thompson, T. (1997, March). Realstc smulaton of tem response data. Paper presented at the annual meetng of the Natonal Councl on Measurement n Educaton, Chcago, IL. Fraser, C. & McDonald, R. (1986). NOHARM II: A FORTRAN program for fttng undmensonal and multdmensonal normal ogve models of latent trat theory. Amdale, Australa: Unversty of New England, Center for Behavoral Studes. Hambleton, R. K., Swamnathan, H., & Rogers, H. J. (1991). Fundamental of tem response theory. Sage Publcatons. Lord, F. M. (1952). A theory of test scores. Psychometrc Monograph, 7. Lord, F. M. (1953a). An applcaton of confdence ntervals and maxmum lkelhood to the estmaton of an examnee s ablty. Psychometrka, 18, Lord, F. M. (1953b). The relaton of test score to the trat underlyng the test. Educatonal and Psychologcal Measurement, 13, Mller, T. R. & Hrsch, T. M. (1992). Cluster analyss of angular data n applcatons of multdmensonal tem-response theory. Appled Measurement n Educaton, 5(3), Mslevy, R. J. & Bock, R. D. (1990). BILOG3: Item analyss and test scorng wth bnary logstc models. [Computer program]. Chcago, IN: Scentfc Software. Parshall, C. G., & Davey, T., & Nerng, M. (1998, Aprl). Test development exposure control for adaptve testng. In T. Mller (char), Adaptve Testng Research at ACT. Symposum conducted at the annual meetng of the Natonal Councl on Measurement n Educaton, San Dego, CA. Parshall, C. G., Kromrey, J. D., Chason, W. M., & Y, Q. (1997, June). Evaluaton of parameter estmaton under modfed IRT models and small samples. Paper presented at the annual meetng of the Psychometrc Socety, Gatlnburg, TN. Reckase, M. D. (1985, Aprl). The dffculty of test tems that measure more than one ablty. Paper presented at the annual meetng of the Amercan Educatonal Research Assocaton, Chcago, IL. Reckase, M. D., Ackerman, T. A., & Carlson, J. E. (1988). Buldng a undmensonal test usng multdmensonal tems. Journal of Educatonal Measurement, 25(3), Traub, R. E. (1983). A pror consderatons n choosng an tem response model. In R. K. Hambleton (Ed.), Applcatons of tem response theory (pp ). Vancouver, BC: Educatonal Research Insttute of Brtsh Columba. van der Lnden, W. J. & Hambleton, R. K. (1996, Eds.). Handbook of modern tem response theory. New York, NY: Spnger-Verlag. Wlson, D., Wood, R., & Gbbons, R. (1984). TESTFACT: Test scorng and fullnformaton tem factor analyss. [Computer program]. Mooresvlle, IN: Scentfc Software, Inc. Y, Q. & Nerng, M. (1998a, Aprl). Nonmodel-fttng responses and robust ablty estmaton n a realstc CAT envronment. Paper presented at the annual meetng of Amercan Educatonal Research Assocaton, San Dego, CA. Y, Q. & Nerng, M. (1998b, Aprl). The mpact of nonmodel-fttng responses n a realstc CAT envronment. In M. Nerng (char), Innovatons n person-ft research. Symposum conducted at the annual meetng of the Natonal Councl on Measurement n Educaton, San Dego, CA. SAS/IML s a regstered trademark of SAS Insttute Inc. n the USA and other countres. ndcates USA regstraton.

6 CONTACT INFORMATION The authors can be contacted at the Unversty of South Florda, Department of Educatonal Measurement and Research, FAO 100U, 4202 East Fowler Ave., Tampa, FL 33620, by telephone (813) , or Jeff can be contacted by e- mal:

Using SAS/OR for Automated Test Assembly from IRT-Based Item Banks

Using SAS/OR for Automated Test Assembly from IRT-Based Item Banks Usng SAS/OR for Automated Test Assembly from IRT-Based Item Bans Yung-chen Hsu, GED Testng Servce, LLC, Washngton, DC Tsung-hsun Tsa, Research League, LLC, Matawan, J ABSTRACT In recent years, advanced

More information

A Coding Practice for Preparing Adaptive Multistage Testing Yung-chen Hsu, GED Testing Service, LLC, Washington, DC

A Coding Practice for Preparing Adaptive Multistage Testing Yung-chen Hsu, GED Testing Service, LLC, Washington, DC SESUG 011 Paper PO-3 A Codng Practce for Preparng Adaptve Multstage Testng Yung-chen Hsu, GED Testng Servce, LLC, Washngton, DC ABSTRACT The purpose of ths paper s to present a smulaton study of a codng

More information

The necessity and importance of cognitive diagnosis is being realized by more and

The necessity and importance of cognitive diagnosis is being realized by more and WANG, YING-CHEN, Ph.D. Factor Analytc Models and Cogntve Dagnostc Models: How Comparable Are They? A Comparson of R-RUM and Compensatory MIRT Model wth Respect to Cogntve Feedback. (2009) Drected by Dr.

More information

X- Chart Using ANOM Approach

X- Chart Using ANOM Approach ISSN 1684-8403 Journal of Statstcs Volume 17, 010, pp. 3-3 Abstract X- Chart Usng ANOM Approach Gullapall Chakravarth 1 and Chaluvad Venkateswara Rao Control lmts for ndvdual measurements (X) chart are

More information

Estimation of composite score classification accuracy using compound probability distributions

Estimation of composite score classification accuracy using compound probability distributions Psychologcal Test and Assessment Modelng, Volume 55, 2013 (2), 162-180 Estmaton of composte score classfcaton accuracy usng compound probablty dstrbutons Chrs Wheadon 1 & Ian Stockford 2 Abstract Presented

More information

Biostatistics 615/815

Biostatistics 615/815 The E-M Algorthm Bostatstcs 615/815 Lecture 17 Last Lecture: The Smplex Method General method for optmzaton Makes few assumptons about functon Crawls towards mnmum Some recommendatons Multple startng ponts

More information

Programming in Fortran 90 : 2017/2018

Programming in Fortran 90 : 2017/2018 Programmng n Fortran 90 : 2017/2018 Programmng n Fortran 90 : 2017/2018 Exercse 1 : Evaluaton of functon dependng on nput Wrte a program who evaluate the functon f (x,y) for any two user specfed values

More information

Empirical Distributions of Parameter Estimates. in Binary Logistic Regression Using Bootstrap

Empirical Distributions of Parameter Estimates. in Binary Logistic Regression Using Bootstrap Int. Journal of Math. Analyss, Vol. 8, 4, no. 5, 7-7 HIKARI Ltd, www.m-hkar.com http://dx.do.org/.988/jma.4.494 Emprcal Dstrbutons of Parameter Estmates n Bnary Logstc Regresson Usng Bootstrap Anwar Ftranto*

More information

Adaptive Regression in SAS/IML

Adaptive Regression in SAS/IML Adaptve Regresson n SAS/IML Davd Katz, Davd Katz Consultng, Ashland, Oregon ABSTRACT Adaptve Regresson algorthms allow the data to select the form of a model n addton to estmatng the parameters. Fredman

More information

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters Proper Choce of Data Used for the Estmaton of Datum Transformaton Parameters Hakan S. KUTOGLU, Turkey Key words: Coordnate systems; transformaton; estmaton, relablty. SUMMARY Advances n technologes and

More information

S1 Note. Basis functions.

S1 Note. Basis functions. S1 Note. Bass functons. Contents Types of bass functons...1 The Fourer bass...2 B-splne bass...3 Power and type I error rates wth dfferent numbers of bass functons...4 Table S1. Smulaton results of type

More information

Air Transport Demand. Ta-Hui Yang Associate Professor Department of Logistics Management National Kaohsiung First Univ. of Sci. & Tech.

Air Transport Demand. Ta-Hui Yang Associate Professor Department of Logistics Management National Kaohsiung First Univ. of Sci. & Tech. Ar Transport Demand Ta-Hu Yang Assocate Professor Department of Logstcs Management Natonal Kaohsung Frst Unv. of Sc. & Tech. 1 Ar Transport Demand Demand for ar transport between two ctes or two regons

More information

CS 534: Computer Vision Model Fitting

CS 534: Computer Vision Model Fitting CS 534: Computer Vson Model Fttng Sprng 004 Ahmed Elgammal Dept of Computer Scence CS 534 Model Fttng - 1 Outlnes Model fttng s mportant Least-squares fttng Maxmum lkelhood estmaton MAP estmaton Robust

More information

Multi-Group Confirmatory Factor Analysis for Testing Measurement Invariance in Mixed Item Format Data

Multi-Group Confirmatory Factor Analysis for Testing Measurement Invariance in Mixed Item Format Data Journal of Modern Appled Statstcal Methods Copyrght 2008 JMASM, Inc. November, 2008, Vol. 7, No. 2, 471-477 1538 9472/08/$95.00 Mult-Group Confrmatory Factor Analyss for Testng Measurement Invarance n

More information

An Indian Journal FULL PAPER ABSTRACT KEYWORDS. Trade Science Inc.

An Indian Journal FULL PAPER ABSTRACT KEYWORDS. Trade Science Inc. [Type text] [Type text] [Type text] ISSN : 97-735 Volume Issue 9 BoTechnology An Indan Journal FULL PAPER BTAIJ, (9), [333-3] Matlab mult-dmensonal model-based - 3 Chnese football assocaton super league

More information

y and the total sum of

y and the total sum of Lnear regresson Testng for non-lnearty In analytcal chemstry, lnear regresson s commonly used n the constructon of calbraton functons requred for analytcal technques such as gas chromatography, atomc absorpton

More information

Parameter estimation for incomplete bivariate longitudinal data in clinical trials

Parameter estimation for incomplete bivariate longitudinal data in clinical trials Parameter estmaton for ncomplete bvarate longtudnal data n clncal trals Naum M. Khutoryansky Novo Nordsk Pharmaceutcals, Inc., Prnceton, NJ ABSTRACT Bvarate models are useful when analyzng longtudnal data

More information

A New Token Allocation Algorithm for TCP Traffic in Diffserv Network

A New Token Allocation Algorithm for TCP Traffic in Diffserv Network A New Token Allocaton Algorthm for TCP Traffc n Dffserv Network A New Token Allocaton Algorthm for TCP Traffc n Dffserv Network S. Sudha and N. Ammasagounden Natonal Insttute of Technology, Truchrappall,

More information

Performance Evaluation of Information Retrieval Systems

Performance Evaluation of Information Retrieval Systems Why System Evaluaton? Performance Evaluaton of Informaton Retreval Systems Many sldes n ths secton are adapted from Prof. Joydeep Ghosh (UT ECE) who n turn adapted them from Prof. Dk Lee (Unv. of Scence

More information

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task

Term Weighting Classification System Using the Chi-square Statistic for the Classification Subtask at NTCIR-6 Patent Retrieval Task Proceedngs of NTCIR-6 Workshop Meetng, May 15-18, 2007, Tokyo, Japan Term Weghtng Classfcaton System Usng the Ch-square Statstc for the Classfcaton Subtask at NTCIR-6 Patent Retreval Task Kotaro Hashmoto

More information

NAG Fortran Library Chapter Introduction. G10 Smoothing in Statistics

NAG Fortran Library Chapter Introduction. G10 Smoothing in Statistics Introducton G10 NAG Fortran Lbrary Chapter Introducton G10 Smoothng n Statstcs Contents 1 Scope of the Chapter... 2 2 Background to the Problems... 2 2.1 Smoothng Methods... 2 2.2 Smoothng Splnes and Regresson

More information

Support Vector Machines

Support Vector Machines /9/207 MIST.6060 Busness Intellgence and Data Mnng What are Support Vector Machnes? Support Vector Machnes Support Vector Machnes (SVMs) are supervsed learnng technques that analyze data and recognze patterns.

More information

Multilevel Analysis with Informative Weights

Multilevel Analysis with Informative Weights Secton on Survey Research Methods JSM 2008 Multlevel Analyss wth Informatve Weghts Frank Jenkns Westat, 650 Research Blvd., Rockvlle, MD 20850 Abstract Multlevel modelng has become common n large scale

More information

Synthesizer 1.0. User s Guide. A Varying Coefficient Meta. nalytic Tool. Z. Krizan Employing Microsoft Excel 2007

Synthesizer 1.0. User s Guide. A Varying Coefficient Meta. nalytic Tool. Z. Krizan Employing Microsoft Excel 2007 Syntheszer 1.0 A Varyng Coeffcent Meta Meta-Analytc nalytc Tool Employng Mcrosoft Excel 007.38.17.5 User s Gude Z. Krzan 009 Table of Contents 1. Introducton and Acknowledgments 3. Operatonal Functons

More information

Helsinki University Of Technology, Systems Analysis Laboratory Mat Independent research projects in applied mathematics (3 cr)

Helsinki University Of Technology, Systems Analysis Laboratory Mat Independent research projects in applied mathematics (3 cr) Helsnk Unversty Of Technology, Systems Analyss Laboratory Mat-2.08 Independent research projects n appled mathematcs (3 cr) "! #$&% Antt Laukkanen 506 R ajlaukka@cc.hut.f 2 Introducton...3 2 Multattrbute

More information

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide Lobachevsky State Unversty of Nzhn Novgorod Polyhedron Quck Start Gude Nzhn Novgorod 2016 Contents Specfcaton of Polyhedron software... 3 Theoretcal background... 4 1. Interface of Polyhedron... 6 1.1.

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision SLAM Summer School 2006 Practcal 2: SLAM usng Monocular Vson Javer Cvera, Unversty of Zaragoza Andrew J. Davson, Imperal College London J.M.M Montel, Unversty of Zaragoza. josemar@unzar.es, jcvera@unzar.es,

More information

The Research of Support Vector Machine in Agricultural Data Classification

The Research of Support Vector Machine in Agricultural Data Classification The Research of Support Vector Machne n Agrcultural Data Classfcaton Le Sh, Qguo Duan, Xnmng Ma, Me Weng College of Informaton and Management Scence, HeNan Agrcultural Unversty, Zhengzhou 45000 Chna Zhengzhou

More information

Analysis on the Workspace of Six-degrees-of-freedom Industrial Robot Based on AutoCAD

Analysis on the Workspace of Six-degrees-of-freedom Industrial Robot Based on AutoCAD Analyss on the Workspace of Sx-degrees-of-freedom Industral Robot Based on AutoCAD Jn-quan L 1, Ru Zhang 1,a, Fang Cu 1, Q Guan 1 and Yang Zhang 1 1 School of Automaton, Bejng Unversty of Posts and Telecommuncatons,

More information

Determining the Optimal Bandwidth Based on Multi-criterion Fusion

Determining the Optimal Bandwidth Based on Multi-criterion Fusion Proceedngs of 01 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 5 (01) (01) IACSIT Press, Sngapore Determnng the Optmal Bandwdth Based on Mult-crteron Fuson Ha-L Lang 1+, Xan-Mn

More information

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration Improvement of Spatal Resoluton Usng BlockMatchng Based Moton Estmaton and Frame Integraton Danya Suga and Takayuk Hamamoto Graduate School of Engneerng, Tokyo Unversty of Scence, 6-3-1, Nuku, Katsuska-ku,

More information

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS ARPN Journal of Engneerng and Appled Scences 006-017 Asan Research Publshng Network (ARPN). All rghts reserved. NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS Igor Grgoryev, Svetlana

More information

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 An Iteratve Soluton Approach to Process Plant Layout usng Mxed

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

Parallelism for Nested Loops with Non-uniform and Flow Dependences Parallelsm for Nested Loops wth Non-unform and Flow Dependences Sam-Jn Jeong Dept. of Informaton & Communcaton Engneerng, Cheonan Unversty, 5, Anseo-dong, Cheonan, Chungnam, 330-80, Korea. seong@cheonan.ac.kr

More information

Life Tables (Times) Summary. Sample StatFolio: lifetable times.sgp

Life Tables (Times) Summary. Sample StatFolio: lifetable times.sgp Lfe Tables (Tmes) Summary... 1 Data Input... 2 Analyss Summary... 3 Survval Functon... 5 Log Survval Functon... 6 Cumulatve Hazard Functon... 7 Percentles... 7 Group Comparsons... 8 Summary The Lfe Tables

More information

Simulation: Solving Dynamic Models ABE 5646 Week 11 Chapter 2, Spring 2010

Simulation: Solving Dynamic Models ABE 5646 Week 11 Chapter 2, Spring 2010 Smulaton: Solvng Dynamc Models ABE 5646 Week Chapter 2, Sprng 200 Week Descrpton Readng Materal Mar 5- Mar 9 Evaluatng [Crop] Models Comparng a model wth data - Graphcal, errors - Measures of agreement

More information

Wishing you all a Total Quality New Year!

Wishing you all a Total Quality New Year! Total Qualty Management and Sx Sgma Post Graduate Program 214-15 Sesson 4 Vnay Kumar Kalakband Assstant Professor Operatons & Systems Area 1 Wshng you all a Total Qualty New Year! Hope you acheve Sx sgma

More information

Range images. Range image registration. Examples of sampling patterns. Range images and range surfaces

Range images. Range image registration. Examples of sampling patterns. Range images and range surfaces Range mages For many structured lght scanners, the range data forms a hghly regular pattern known as a range mage. he samplng pattern s determned by the specfc scanner. Range mage regstraton 1 Examples

More information

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur FEATURE EXTRACTION Dr. K.Vjayarekha Assocate Dean School of Electrcal and Electroncs Engneerng SASTRA Unversty, Thanjavur613 41 Jont Intatve of IITs and IISc Funded by MHRD Page 1 of 8 Table of Contents

More information

Cluster Analysis of Electrical Behavior

Cluster Analysis of Electrical Behavior Journal of Computer and Communcatons, 205, 3, 88-93 Publshed Onlne May 205 n ScRes. http://www.scrp.org/ournal/cc http://dx.do.org/0.4236/cc.205.350 Cluster Analyss of Electrcal Behavor Ln Lu Ln Lu, School

More information

Handbook of Polytomous Item Response Theory Models. Michael L. Nering, Remo Ostini

Handbook of Polytomous Item Response Theory Models. Michael L. Nering, Remo Ostini Ths artcle was downloaded by:.3.98.66 On: 3 Jul 28 Access detals: subscrpton number Publsher:Routledge Informa Ltd Regstered n England and Wales Regstered Number: 72954 Regstered offce: 5 Howc Place, London

More information

Machine Learning. Topic 6: Clustering

Machine Learning. Topic 6: Clustering Machne Learnng Topc 6: lusterng lusterng Groupng data nto (hopefully useful) sets. Thngs on the left Thngs on the rght Applcatons of lusterng Hypothess Generaton lusters mght suggest natural groups. Hypothess

More information

EXTENDED BIC CRITERION FOR MODEL SELECTION

EXTENDED BIC CRITERION FOR MODEL SELECTION IDIAP RESEARCH REPORT EXTEDED BIC CRITERIO FOR ODEL SELECTIO Itshak Lapdot Andrew orrs IDIAP-RR-0-4 Dalle olle Insttute for Perceptual Artfcal Intellgence P.O.Box 59 artgny Valas Swtzerland phone +4 7

More information

Simulation Based Analysis of FAST TCP using OMNET++

Simulation Based Analysis of FAST TCP using OMNET++ Smulaton Based Analyss of FAST TCP usng OMNET++ Umar ul Hassan 04030038@lums.edu.pk Md Term Report CS678 Topcs n Internet Research Sprng, 2006 Introducton Internet traffc s doublng roughly every 3 months

More information

A Bootstrap Approach to Robust Regression

A Bootstrap Approach to Robust Regression Internatonal Journal of Appled Scence and Technology Vol. No. 9; November A Bootstrap Approach to Robust Regresson Dr. Hamadu Dallah Department of Actuaral Scence and Insurance Unversty of Lagos Akoka,

More information

Fusion Performance Model for Distributed Tracking and Classification

Fusion Performance Model for Distributed Tracking and Classification Fuson Performance Model for Dstrbuted rackng and Classfcaton K.C. Chang and Yng Song Dept. of SEOR, School of I&E George Mason Unversty FAIRFAX, VA kchang@gmu.edu Martn Lggns Verdan Systems Dvson, Inc.

More information

Meta-heuristics for Multidimensional Knapsack Problems

Meta-heuristics for Multidimensional Knapsack Problems 2012 4th Internatonal Conference on Computer Research and Development IPCSIT vol.39 (2012) (2012) IACSIT Press, Sngapore Meta-heurstcs for Multdmensonal Knapsack Problems Zhbao Man + Computer Scence Department,

More information

EECS 730 Introduction to Bioinformatics Sequence Alignment. Luke Huan Electrical Engineering and Computer Science

EECS 730 Introduction to Bioinformatics Sequence Alignment. Luke Huan Electrical Engineering and Computer Science EECS 730 Introducton to Bonformatcs Sequence Algnment Luke Huan Electrcal Engneerng and Computer Scence http://people.eecs.ku.edu/~huan/ HMM Π s a set of states Transton Probabltes a kl Pr( l 1 k Probablty

More information

A Facet Generation Procedure. for solving 0/1 integer programs

A Facet Generation Procedure. for solving 0/1 integer programs A Facet Generaton Procedure for solvng 0/ nteger programs by Gyana R. Parja IBM Corporaton, Poughkeepse, NY 260 Radu Gaddov Emery Worldwde Arlnes, Vandala, Oho 45377 and Wlbert E. Wlhelm Teas A&M Unversty,

More information

Anonymisation of Public Use Data Sets

Anonymisation of Public Use Data Sets Anonymsaton of Publc Use Data Sets Methods for Reducng Dsclosure Rsk and the Analyss of Perturbed Data Harvey Goldsten Unversty of Brstol and Unversty College London and Natale Shlomo Unversty of Manchester

More information

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc.

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. [Type text] [Type text] [Type text] ISSN : 0974-74 Volume 0 Issue BoTechnology 04 An Indan Journal FULL PAPER BTAIJ 0() 04 [684-689] Revew on Chna s sports ndustry fnancng market based on market -orented

More information

Exercises (Part 4) Introduction to R UCLA/CCPR. John Fox, February 2005

Exercises (Part 4) Introduction to R UCLA/CCPR. John Fox, February 2005 Exercses (Part 4) Introducton to R UCLA/CCPR John Fox, February 2005 1. A challengng problem: Iterated weghted least squares (IWLS) s a standard method of fttng generalzed lnear models to data. As descrbed

More information

A DATA ANALYSIS CODE FOR MCNP MESH AND STANDARD TALLIES

A DATA ANALYSIS CODE FOR MCNP MESH AND STANDARD TALLIES Supercomputng n uclear Applcatons (M&C + SA 007) Monterey, Calforna, Aprl 15-19, 007, on CD-ROM, Amercan uclear Socety, LaGrange Par, IL (007) A DATA AALYSIS CODE FOR MCP MESH AD STADARD TALLIES Kenneth

More information

A Post Randomization Framework for Privacy-Preserving Bayesian. Network Parameter Learning

A Post Randomization Framework for Privacy-Preserving Bayesian. Network Parameter Learning A Post Randomzaton Framework for Prvacy-Preservng Bayesan Network Parameter Learnng JIANJIE MA K.SIVAKUMAR School Electrcal Engneerng and Computer Scence, Washngton State Unversty Pullman, WA. 9964-75

More information

Description of NTU Approach to NTCIR3 Multilingual Information Retrieval

Description of NTU Approach to NTCIR3 Multilingual Information Retrieval Proceedngs of the Thrd NTCIR Workshop Descrpton of NTU Approach to NTCIR3 Multlngual Informaton Retreval Wen-Cheng Ln and Hsn-Hs Chen Department of Computer Scence and Informaton Engneerng Natonal Tawan

More information

Loop Permutation. Loop Transformations for Parallelism & Locality. Legality of Loop Interchange. Loop Interchange (cont)

Loop Permutation. Loop Transformations for Parallelism & Locality. Legality of Loop Interchange. Loop Interchange (cont) Loop Transformatons for Parallelsm & Localty Prevously Data dependences and loops Loop transformatons Parallelzaton Loop nterchange Today Loop nterchange Loop transformatons and transformaton frameworks

More information

A New Approach For the Ranking of Fuzzy Sets With Different Heights

A New Approach For the Ranking of Fuzzy Sets With Different Heights New pproach For the ankng of Fuzzy Sets Wth Dfferent Heghts Pushpnder Sngh School of Mathematcs Computer pplcatons Thapar Unversty, Patala-7 00 Inda pushpndersnl@gmalcom STCT ankng of fuzzy sets plays

More information

Steps for Computing the Dissimilarity, Entropy, Herfindahl-Hirschman and. Accessibility (Gravity with Competition) Indices

Steps for Computing the Dissimilarity, Entropy, Herfindahl-Hirschman and. Accessibility (Gravity with Competition) Indices Steps for Computng the Dssmlarty, Entropy, Herfndahl-Hrschman and Accessblty (Gravty wth Competton) Indces I. Dssmlarty Index Measurement: The followng formula can be used to measure the evenness between

More information

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning

Outline. Type of Machine Learning. Examples of Application. Unsupervised Learning Outlne Artfcal Intellgence and ts applcatons Lecture 8 Unsupervsed Learnng Professor Danel Yeung danyeung@eee.org Dr. Patrck Chan patrckchan@eee.org South Chna Unversty of Technology, Chna Introducton

More information

Finite Element Analysis of Rubber Sealing Ring Resilience Behavior Qu Jia 1,a, Chen Geng 1,b and Yang Yuwei 2,c

Finite Element Analysis of Rubber Sealing Ring Resilience Behavior Qu Jia 1,a, Chen Geng 1,b and Yang Yuwei 2,c Advanced Materals Research Onlne: 03-06-3 ISSN: 66-8985, Vol. 705, pp 40-44 do:0.408/www.scentfc.net/amr.705.40 03 Trans Tech Publcatons, Swtzerland Fnte Element Analyss of Rubber Sealng Rng Reslence Behavor

More information

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz

Compiler Design. Spring Register Allocation. Sample Exercises and Solutions. Prof. Pedro C. Diniz Compler Desgn Sprng 2014 Regster Allocaton Sample Exercses and Solutons Prof. Pedro C. Dnz USC / Informaton Scences Insttute 4676 Admralty Way, Sute 1001 Marna del Rey, Calforna 90292 pedro@s.edu Regster

More information

Type-2 Fuzzy Non-uniform Rational B-spline Model with Type-2 Fuzzy Data

Type-2 Fuzzy Non-uniform Rational B-spline Model with Type-2 Fuzzy Data Malaysan Journal of Mathematcal Scences 11(S) Aprl : 35 46 (2017) Specal Issue: The 2nd Internatonal Conference and Workshop on Mathematcal Analyss (ICWOMA 2016) MALAYSIAN JOURNAL OF MATHEMATICAL SCIENCES

More information

Lecture 5: Probability Distributions. Random Variables

Lecture 5: Probability Distributions. Random Variables Lecture 5: Probablty Dstrbutons Random Varables Probablty Dstrbutons Dscrete Random Varables Contnuous Random Varables and ther Dstrbutons Dscrete Jont Dstrbutons Contnuous Jont Dstrbutons Independent

More information

A Semi-parametric Regression Model to Estimate Variability of NO 2

A Semi-parametric Regression Model to Estimate Variability of NO 2 Envronment and Polluton; Vol. 2, No. 1; 2013 ISSN 1927-0909 E-ISSN 1927-0917 Publshed by Canadan Center of Scence and Educaton A Sem-parametrc Regresson Model to Estmate Varablty of NO 2 Meczysław Szyszkowcz

More information

Unsupervised Learning

Unsupervised Learning Pattern Recognton Lecture 8 Outlne Introducton Unsupervsed Learnng Parametrc VS Non-Parametrc Approach Mxture of Denstes Maxmum-Lkelhood Estmates Clusterng Prof. Danel Yeung School of Computer Scence and

More information

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points;

Subspace clustering. Clustering. Fundamental to all clustering techniques is the choice of distance measure between data points; Subspace clusterng Clusterng Fundamental to all clusterng technques s the choce of dstance measure between data ponts; D q ( ) ( ) 2 x x = x x, j k = 1 k jk Squared Eucldean dstance Assumpton: All features

More information

Help for Time-Resolved Analysis TRI2 version 2.4 P Barber,

Help for Time-Resolved Analysis TRI2 version 2.4 P Barber, Help for Tme-Resolved Analyss TRI2 verson 2.4 P Barber, 22.01.10 Introducton Tme-resolved Analyss (TRA) becomes avalable under the processng menu once you have loaded and selected an mage that contans

More information

Research on Categorization of Animation Effect Based on Data Mining

Research on Categorization of Animation Effect Based on Data Mining MATEC Web of Conferences 22, 0102 0 ( 2015) DOI: 10.1051/ matecconf/ 2015220102 0 C Owned by the authors, publshed by EDP Scences, 2015 Research on Categorzaton of Anmaton Effect Based on Data Mnng Na

More information

Unsupervised Learning and Clustering

Unsupervised Learning and Clustering Unsupervsed Learnng and Clusterng Why consder unlabeled samples?. Collectng and labelng large set of samples s costly Gettng recorded speech s free, labelng s tme consumng 2. Classfer could be desgned

More information

Adjustment methods for differential measurement errors in multimode surveys

Adjustment methods for differential measurement errors in multimode surveys Adjustment methods for dfferental measurement errors n multmode surveys Salah Merad UK Offce for Natonal Statstcs ESSnet MM DCSS, Fnal Meetng Wesbaden, Germany, 4-5 September 2014 Outlne Introducton Stablsng

More information

Outlier Detection based on Robust Parameter Estimates

Outlier Detection based on Robust Parameter Estimates Outler Detecton based on Robust Parameter Estmates Nor Azlda Aleng 1, Ny Ny Nang, Norzan Mohamed 3 and Kasyp Mokhtar 4 1,3 School of Informatcs and Appled Mathematcs, Unverst Malaysa Terengganu, 1030 Kuala

More information

Review of approximation techniques

Review of approximation techniques CHAPTER 2 Revew of appromaton technques 2. Introducton Optmzaton problems n engneerng desgn are characterzed by the followng assocated features: the objectve functon and constrants are mplct functons evaluated

More information

APPLICATION OF A COMPUTATIONALLY EFFICIENT GEOSTATISTICAL APPROACH TO CHARACTERIZING VARIABLY SPACED WATER-TABLE DATA

APPLICATION OF A COMPUTATIONALLY EFFICIENT GEOSTATISTICAL APPROACH TO CHARACTERIZING VARIABLY SPACED WATER-TABLE DATA RFr"W/FZD JAN 2 4 1995 OST control # 1385 John J Q U ~ M Argonne Natonal Laboratory Argonne, L 60439 Tel: 708-252-5357, Fax: 708-252-3 611 APPLCATON OF A COMPUTATONALLY EFFCENT GEOSTATSTCAL APPROACH TO

More information

USING GRAPHING SKILLS

USING GRAPHING SKILLS Name: BOLOGY: Date: _ Class: USNG GRAPHNG SKLLS NTRODUCTON: Recorded data can be plotted on a graph. A graph s a pctoral representaton of nformaton recorded n a data table. t s used to show a relatonshp

More information

Solving two-person zero-sum game by Matlab

Solving two-person zero-sum game by Matlab Appled Mechancs and Materals Onlne: 2011-02-02 ISSN: 1662-7482, Vols. 50-51, pp 262-265 do:10.4028/www.scentfc.net/amm.50-51.262 2011 Trans Tech Publcatons, Swtzerland Solvng two-person zero-sum game by

More information

(1) The control processes are too complex to analyze by conventional quantitative techniques.

(1) The control processes are too complex to analyze by conventional quantitative techniques. Chapter 0 Fuzzy Control and Fuzzy Expert Systems The fuzzy logc controller (FLC) s ntroduced n ths chapter. After ntroducng the archtecture of the FLC, we study ts components step by step and suggest a

More information

A Similarity-Based Prognostics Approach for Remaining Useful Life Estimation of Engineered Systems

A Similarity-Based Prognostics Approach for Remaining Useful Life Estimation of Engineered Systems 2008 INTERNATIONAL CONFERENCE ON PROGNOSTICS AND HEALTH MANAGEMENT A Smlarty-Based Prognostcs Approach for Remanng Useful Lfe Estmaton of Engneered Systems Tany Wang, Janbo Yu, Davd Segel, and Jay Lee

More information

EXST7034 Regression Techniques Geaghan Logistic regression Diagnostics Page 1

EXST7034 Regression Techniques Geaghan Logistic regression Diagnostics Page 1 Logstc regresson Dagnostcs Page 1 1 **********************************************************; 2 *** Logstc Regresson - Dsease outbreak example ***; 3 *** NKNW table 14.3 (Appendx C3) ***; 4 *** Study

More information

The Comparison of Calibration Method of Binocular Stereo Vision System Ke Zhang a *, Zhao Gao b

The Comparison of Calibration Method of Binocular Stereo Vision System Ke Zhang a *, Zhao Gao b 3rd Internatonal Conference on Materal, Mechancal and Manufacturng Engneerng (IC3ME 2015) The Comparson of Calbraton Method of Bnocular Stereo Vson System Ke Zhang a *, Zhao Gao b College of Engneerng,

More information

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS

A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Proceedngs of the Wnter Smulaton Conference M E Kuhl, N M Steger, F B Armstrong, and J A Jones, eds A MOVING MESH APPROACH FOR SIMULATION BUDGET ALLOCATION ON CONTINUOUS DOMAINS Mark W Brantley Chun-Hung

More information

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach

Skew Angle Estimation and Correction of Hand Written, Textual and Large areas of Non-Textual Document Images: A Novel Approach Angle Estmaton and Correcton of Hand Wrtten, Textual and Large areas of Non-Textual Document Images: A Novel Approach D.R.Ramesh Babu Pyush M Kumat Mahesh D Dhannawat PES Insttute of Technology Research

More information

USING LINEAR REGRESSION FOR THE AUTOMATION OF SUPERVISED CLASSIFICATION IN MULTITEMPORAL IMAGES

USING LINEAR REGRESSION FOR THE AUTOMATION OF SUPERVISED CLASSIFICATION IN MULTITEMPORAL IMAGES USING LINEAR REGRESSION FOR THE AUTOMATION OF SUPERVISED CLASSIFICATION IN MULTITEMPORAL IMAGES 1 Fetosa, R.Q., 2 Merelles, M.S.P., 3 Blos, P. A. 1,3 Dept. of Electrcal Engneerng ; Catholc Unversty of

More information

Intra-Parametric Analysis of a Fuzzy MOLP

Intra-Parametric Analysis of a Fuzzy MOLP Intra-Parametrc Analyss of a Fuzzy MOLP a MIAO-LING WANG a Department of Industral Engneerng and Management a Mnghsn Insttute of Technology and Hsnchu Tawan, ROC b HSIAO-FAN WANG b Insttute of Industral

More information

Lecture 4: Principal components

Lecture 4: Principal components /3/6 Lecture 4: Prncpal components 3..6 Multvarate lnear regresson MLR s optmal for the estmaton data...but poor for handlng collnear data Covarance matrx s not nvertble (large condton number) Robustness

More information

Harvard University CS 101 Fall 2005, Shimon Schocken. Assembler. Elements of Computing Systems 1 Assembler (Ch. 6)

Harvard University CS 101 Fall 2005, Shimon Schocken. Assembler. Elements of Computing Systems 1 Assembler (Ch. 6) Harvard Unversty CS 101 Fall 2005, Shmon Schocken Assembler Elements of Computng Systems 1 Assembler (Ch. 6) Why care about assemblers? Because Assemblers employ some nfty trcks Assemblers are the frst

More information

An Entropy-Based Approach to Integrated Information Needs Assessment

An Entropy-Based Approach to Integrated Information Needs Assessment Dstrbuton Statement A: Approved for publc release; dstrbuton s unlmted. An Entropy-Based Approach to ntegrated nformaton Needs Assessment June 8, 2004 Wllam J. Farrell Lockheed Martn Advanced Technology

More information

Some variations on the standard theoretical models for the h-index: A comparative analysis. C. Malesios 1

Some variations on the standard theoretical models for the h-index: A comparative analysis. C. Malesios 1 *********Ths s the fnal draft for the paper submtted to the Journal of the Assocaton for Informaton Scence and Technology. For the offcal verson please refer to DOI: 10.1002/as.23410********* Some varatons

More information

Guidelines for Developing Effective Slide Presentations

Guidelines for Developing Effective Slide Presentations Gudelnes for Developng Effectve Slde Presentatons Most presentatons consst of three man components: Content Vsuals Delvery Content Know your materal. No matter how great your presentaton looks, nothng

More information

Implementation Naïve Bayes Algorithm for Student Classification Based on Graduation Status

Implementation Naïve Bayes Algorithm for Student Classification Based on Graduation Status Internatonal Journal of Appled Busness and Informaton Systems ISSN: 2597-8993 Vol 1, No 2, September 2017, pp. 6-12 6 Implementaton Naïve Bayes Algorthm for Student Classfcaton Based on Graduaton Status

More information

A Statistical Model Selection Strategy Applied to Neural Networks

A Statistical Model Selection Strategy Applied to Neural Networks A Statstcal Model Selecton Strategy Appled to Neural Networks Joaquín Pzarro Elsa Guerrero Pedro L. Galndo joaqun.pzarro@uca.es elsa.guerrero@uca.es pedro.galndo@uca.es Dpto Lenguajes y Sstemas Informátcos

More information

Multidimensional Item Response Theory (MIRT) University of Kansas Item Response Theory Stats Camp 07

Multidimensional Item Response Theory (MIRT) University of Kansas Item Response Theory Stats Camp 07 Multidimensional Item Response Theory (MIRT) University of Kansas Item Response Theory Stats Camp 07 Overview Basics of MIRT Assumptions Models Applications Why MIRT? Many of the more sophisticated approaches

More information

Multisensor Data Fusion for Prosthetic Control

Multisensor Data Fusion for Prosthetic Control Multsensor Data Fuson for Prosthetc Control Henry W. Zheng Centennal Hgh School Maryland, U.S.A. henry.zheng@verzon.net Abstract A fully neurally ntegrated hgh degree of freedom prosthetc lmb system s

More information

Optimizing Document Scoring for Query Retrieval

Optimizing Document Scoring for Query Retrieval Optmzng Document Scorng for Query Retreval Brent Ellwen baellwe@cs.stanford.edu Abstract The goal of ths project was to automate the process of tunng a document query engne. Specfcally, I used machne learnng

More information

Edge Detection in Noisy Images Using the Support Vector Machines

Edge Detection in Noisy Images Using the Support Vector Machines Edge Detecton n Nosy Images Usng the Support Vector Machnes Hlaro Gómez-Moreno, Saturnno Maldonado-Bascón, Francsco López-Ferreras Sgnal Theory and Communcatons Department. Unversty of Alcalá Crta. Madrd-Barcelona

More information

Classifier Selection Based on Data Complexity Measures *

Classifier Selection Based on Data Complexity Measures * Classfer Selecton Based on Data Complexty Measures * Edth Hernández-Reyes, J.A. Carrasco-Ochoa, and J.Fco. Martínez-Trndad Natonal Insttute for Astrophyscs, Optcs and Electroncs, Lus Enrque Erro No.1 Sta.

More information

Virtual Machine Migration based on Trust Measurement of Computer Node

Virtual Machine Migration based on Trust Measurement of Computer Node Appled Mechancs and Materals Onlne: 2014-04-04 ISSN: 1662-7482, Vols. 536-537, pp 678-682 do:10.4028/www.scentfc.net/amm.536-537.678 2014 Trans Tech Publcatons, Swtzerland Vrtual Machne Mgraton based on

More information

Evolutionary Wavelet Neural Network for Large Scale Function Estimation in Optimization

Evolutionary Wavelet Neural Network for Large Scale Function Estimation in Optimization AIAA Paper AIAA-006-6955, th AIAA/ISSMO Multdscplnary Analyss and Optmzaton Conference, Portsmouth, VA, September 6-8, 006. Evolutonary Wavelet Neural Network for Large Scale Functon Estmaton n Optmzaton

More information

Feature Reduction and Selection

Feature Reduction and Selection Feature Reducton and Selecton Dr. Shuang LIANG School of Software Engneerng TongJ Unversty Fall, 2012 Today s Topcs Introducton Problems of Dmensonalty Feature Reducton Statstc methods Prncpal Components

More information

A mathematical programming approach to the analysis, design and scheduling of offshore oilfields

A mathematical programming approach to the analysis, design and scheduling of offshore oilfields 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 A mathematcal programmng approach to the analyss, desgn and

More information

Keywords - Wep page classification; bag of words model; topic model; hierarchical classification; Support Vector Machines

Keywords - Wep page classification; bag of words model; topic model; hierarchical classification; Support Vector Machines (IJCSIS) Internatonal Journal of Computer Scence and Informaton Securty, Herarchcal Web Page Classfcaton Based on a Topc Model and Neghborng Pages Integraton Wongkot Srura Phayung Meesad Choochart Haruechayasak

More information