PRACTICAL ISSUES IN PIXEL-BASED AUTOFOCUSING FOR MACHINE VISION

Size: px
Start display at page:

Download "PRACTICAL ISSUES IN PIXEL-BASED AUTOFOCUSING FOR MACHINE VISION"

Transcription

1 Proceedigs of the 200 IEEE Iteratioal Coferece o Robotics & Automatio Seoul, Korea May 2-26, 200 PRACTICAL ISSUES IN PIXEL-BASED AUTOFOCUSING FOR MACHINE VISION Ng Kuag Cher,Nathaiel Poo Au Neow* Marcelo H. Ag Jr.* Ceter for Itelliget Products ad Maufacturig Systems Departmet of Mechaical Egieerig Natioal Uiversity of Sigapore *{mpepooa,mpeagh}@us.edu.sg Abstract Differet autofocusig methods exist for may cameras today. While ot igorig commercially available methods requirig specialized hardware, this paper focuses maily o pixel based autofocusig algorithms as applied to CCD camera systems. Differet measures of image sharpess are compared. For each of these, differet algorithms for searchig the best les settig are assessed i terms of performace as well as their applicability to various situatios. I additio, several other factors potetially affectig camera focusig are also discussed. Based o the iformatio obtaied, this research attempts to formulate a robust autofocusig algorithm. Keywords Autofocusig, focusig, machie visio, image processig.. Itroductio Focusig is a importat aspect i may applicatios ivolvig machie visio. The degree of focus i a image is a factor i determiig image quality. For example, a focused image might cotai some details ot preset i a ufocused image of the same scee. Not every applicatio requires automatic focusig. Fixed focus settigs may be used whe the depth of field is large or the camera to object distace is kow. Ofte, a camera s built-i autofocusig system is adequate for the task ivolved. However, certai applicatios may require a greater degree of cotrol for focusig to obtai a sharp image. It may be ecessary to have a focusig widow that may be selected or chaged dyamically. A good focusig system is thus required to esure the reliability of the images obtaied. Most autofocusig systems ivolve hardware built ito the camera, which may ofte be difficult to customize. Nevertheless, more flexible techiques exist, allowig a scee to be focused based solely o the iformatio obtaied from a camera s CCD array. Oly the (x, positio ad the red, gree ad blue itesities of each pixel is kow. I this paper, this type of focusig shall be referred to as pixel-based focusig. Despite the disadvatages of this techique to traditioal focusig methods, such as speed ad cost, occasios arise where the added flexibility ad degree of cotrol of pixelbased focusig make it the preferred focusig method. Pixel-based focusig ivolves several parameters. The first cosists of the focusig widow, or the regio of the scee that is to be focused. Next, a quatity idicative of the image sharpess, or a sharpess fuctio, is required. Followig this, a searchig algorithm to fid the global maximum of the sharpess fuctio must be chose. I additio, several other factors may eed to be cosidered fluctuatios i scee illumiatio, the depth of field, as well as les aberratios. I the case of color CCD cameras, the optio arises of choosig the red, gree, blue chael of a image for focusig, as well as usig either grayscale or all three chaels. This research covers the practical issues i implemetig a pixel-based autofocusig algorithm. Each of the parameters used for focusig, such as the sharpess fuctio, the searchig algorithm, or the focusig widow, may be customized for a particular applicatio. Makig appropriate decisios regardig each of these parameters requires some backgroud ad experiece. I this paper, results are preseted to eable oe to make a more iformed choice whe desigig a pixel-based autofocusig algorithm. This paper is orgaized as follows. I Sectio 2, we preset differet sharpess fuctios reported i literature as well as ew oes we itroduced. Sectio 3 provides a discussio o performace ad practical issues i implemetig the sharpess fuctios. Various search algorithms icludig ew oes are preseted i Sectio 4. I Sectio 5, we summarize our work ad provide recommedatios. 2. Sharpess Fuctios The sharpess fuctio computes the sharpess or degree of focus o a image or a regio (area) of a image. At differet les positios, the sharpess of a image chages. Autofocusig meas automatically movig the les positio such that the sharpess is maximized, i.e, image is i best focus. I literature, there are eight differet sharpess fuctios. The first two, the amplitude method ad the variace method, are quite similar. They are: /0/$ IEEE 279

2 grey level amplitude, I( x, I, ad grey level variace, ( I( x, I ) 2 The ext two, the Teegrad ad the Laplacia are based o stadard edge detectio masks. Each of them are used with a threshold settig of zero, as suggested by Krotkov [7]. I the Teegrad method [9, 0], the Sobel horizotal ad vertical operators 0 2 =, ad i 2 0 2, x i 4 y = are used to fid the stregth of the horizotal ad vertical gradiets. The image sharpess is the defied as ( S, for S > T ), 2 2 where S = i x + i y ad T is the threshold. The Laplacia [7] is almost idetical, except that the operator 4 L = is used ad the image sharpess is ( L, for L > T ). The Fast Fourier Trasform (FFT) method [3], as its ame implies, evaluates image sharpess from the Fast Fourier Trasform of the image. I this implemetatio, the image s grey levels are placed row by row ito a D array [2], ad its FFT evaluated. Sice the FFT is evaluated usig the successive doublig algorithm [8], the array is first zeropadded before performig the FFT. From the real ad imagiary parts of each elemet of the ew array, the quatity is evaluated as the sharpess fuctio. real 2 + imagiary 2 ta imagiary real ( ) ( ) / The Sum-Modulus-Differece method [4], or SMD, simply sums up the differeces betwee adjacet pixels ad is defied as I ( x, I( x, y ) + I ( x, I( x +,. Two histogram methods, the histogram etropy [4, 9] ad the histogram of local variatios [7], work by evaluatig a quatity from the image s itesity histogram. If the itesity histogram is, h(i), where h(i) is the frequecy of pixels of itesity i, the the histogram etropy is defied as E = -Σ {h(i) l (h(i)), for h(i) 0}. I the histogram of local variatios, the itesity histogram is evaluated with pixel itesities compressed logarithmically ad the gradiet of the lie of best fit through the poits, m, is evaluated. The quatity, m, is at a miimum for the sharpest image. Sice there are 256 gray levels, i = 0 to 255, Σ{l(i+)} ad Σ {l(i+)} 2 is kow ad m may be evaluated as 256 log( i + ) h ( i ) h ( i ) % 90% HLV Sharpess Fuctio (scaled from 0 to 00%) 80% 70% 60% 50% 40% 30% 20% SMD Laplacia Teegrad Etropy FFT Variac Amplitude Image Used Image Used Amplitude Variace Teegrad Laplacia FFT SMD Etropy HLV 0% 0% Focusig Les Step Number (0=furthest, 255=earest) Figure : Plot of Image Sharpess (as determied by differet sharpess fuctios) vs. Les Positio 2792

3 Varyig the positio of the focusig les will chage the image, ad hece the image sharpess. Thus, a graph of the magitude of the image sharpess agaist the camera s les positio may be obtaied. The JAI camera was used, where 256 differet les positios could be set. For the purpose of repeatability, the image at each of the 256 les positios was saved to the hard disk before processig. To fit the eight differet sharpess fuctios to the same rage o the vertical axis as well as for compariso purposes with results by Krotkov [7], each was first scaled to the rage 0 to 00% before plottig them. The graphs are the aalyzed to determie whether the global maximum of each sharpess fuctio correspods to the focused image, as well as whether the global maximum for each sharpess fuctio agrees with the rest. Observatio is made as to whether or ot these graphs chage, if a differet color chael is used with the sharpess fuctio. Figure shows the image sharpess plots for differet sharpess fuctios usig the red chael of the frame grabber. The shape of the sharpess fuctio graph is a importat idicator to determie the ease of which the global maximum may be foud as well as to check the accuracy of the positio of best focus. The shapes of the Teegrad ad Laplacia ad SMD are particularly good for this image. The variace method also works acceptably well, its mai problem beig its low sigal to oise ratio. The image of best focus was determied as frame #72 (les positio 72) by the amplitude ad variace method. The Teegrad determied frame #73 as the sharpest image while for the Laplacia ad summodulus-differece fuctios, the frame was #69. The histogram etropy method obtaied frame #64 while the histogram of local variatios icorrectly obtaied frame #45. The depth of field as determied by the size of the flat regio of each of the sharpess fuctios was from frame #64 to frame #83. Visual ispectio reveals virtually o differece betwee the frames i this rage. All the sharpess fuctios, except the HLV were able to fid a image ear the poit of best focus without too much difficulty. The results differ from the results obtaied by Krotkov, whereby the Laplacia method failed o a high cotrast cross as well as o text. I additio, the etropy method could ot accurately fid a focus o text. From these results, as well as those by Krotkov, the best fuctios appear to be the variace ad the Teegrad, followed by the SMD. For this reaso, oly the first two fuctios, the variace ad the Teegrad were chose for obtaiig depth maps later. Teegrad Sharpess Fuctio (scaled from 0 to 00%) was observed betwee the differet plots for the three sharpess fuctios tested, the variace, Teegrad ad histogram etropy methods. Figure 2 shows the plot for the Teegrad fuctio usig the 3 differet color chaels. I the tests, the global maximum did ot differ much betwee each colour chael. 3.0 Performace Issues The speed of focusig depeds partly o the speed of the camera s focusig motor ad partly o the speed of the focusig algorithm. I terms of speed or performace, greyscale focusig may be doe at higher frame rates tha colour focusig, icludig colour focusig based o oly oe chael, because the hardware grabbig for a colour image takes loger tha a greyscale grab. 00% 90% 80% 70% 60% 50% 40% 30% 20% 0% blue blue gree gree 0% Focusig Les Step Number (0=furthest to 255=earest) Figure 2: Differece i Usig Differet Color Chaels for Focusig for Teegrad Sharpess Fuctio If the greyscale chael is used for focusig, the sharpess fuctio may ot be able to detect a edge betwee, say a red patch ad a gree patch of the same itesity. Similarly, if oly the gree chael is used, as suggested above, a image cosistig predomiatly of red, blue or mageta (a mixture of red ad blue), but little gree may have isufficiet cotrast for focusig. Ideally, all three chaels of red, gree ad blue should be used ad combied i some way (for example, usig a weighted average). However, the tripled icrease i processig time is a cosiderable price to pay for this extra accuracy. Nevertheless, there may sometimes be applicatios whereby accuracy is much more importat tha processig time ad this method may fid its use there. I most other situatios, greyscale focusig should be adequate. red blue The same procedure was repeated to obtai plots for the gree ad blue chaels. No sigificat differece i patter 2793

4 Teegrad Sharpess Fuctio Of the differet sharpess fuctios, the fastest methods are the variace methods ad the histogram methods, averagig about 20ms to process a 768 x 576 focusig widow. O the slower ed are the Fast Fourier Trasform, the SMD ad the Teegrad, clockig 2500, 65 ad 68 millisecods respectively. The timigs are for a Petium II-300 machie. Although the Fast Fourier Trasform method provides a good way of obtaiig the degree of defocus, it is geerally too slow for use i focusig, eve with the successive doublig algorithm. A -D trasform that oly icludes a row or colum of pixels may accelerate this, but this will oly allow focusig o a D regio of the scee, rather tha a twodimesioal regio. I additio, it is useful to have a larger focusig widow as it is easier to esure that the object of iterest falls etirely withi the widow. Large widow sizes allow focusig uder small movemet of the object i questio as well as camera vibratio. The mai problem with the Fast Fourier Trasform techique is its slow speed of about 2.5 secods or 0.4 Hz usig a 768 x 576 focusig widow. The image grabbed i ay sigle frame will differ slightly from a subsequet grab due to oise ad small chages i scee illumiatio. To test the degree to which this affects each sharpess fuctio, aother 256 images of the same scee were grabbed cosecutively ad saved to the hard disk. Next, the sharpess of each image was determied usig each sharpess fuctio. The results show that for the same scee take at differet times, there is a sigificat variatio i the sharpess fuctio. Figure 3 shows the variatio of the Teegrad sharpess fuctio for the same scee take at differet iteratios. It has ot bee tested whether the amout of oise i each fuctio is idepedet of the scee captured or the scee illumiatio Red Gree iteratio umber Blue Figure 3: Variatio of Teegrad Fuctio with Time. The values of the sharpess fuctios are ot costat with time, eve without movig the camera s les. This is because the pixels i the image fluctuate with time. Observatio of a sigle pixel ear the ceter of the image revealed a variatio i itesity of about ± 7 to ± 8 for each color chael. To test whether this effect was etirely due to scee illumiatio, a les cap was used to cover the camera les. However, this did ot elimiate the oise totally the variatio i itesity was reduced to about ± 3 to ± 4. The light source is i this case was the room s fluorescet lightig, powered by a 50Hz AC supply. Roughly half the oise may thus be attributed to scee illumiatio ad the other half due to oise i the aalog PAL sigal. 4. Searchig Algorithms The searchig algorithms suggested by Krotkov ad the Matrox Imagig Library were evaluated. This sectio describes the global search method ad the Fiboacci search method ad the goes o to itroduce two more search methods the search by percetage drop ad oe still image techique. I additio, two search refiemet methods are itroduced, the search by cetre of area ad the search by pulsig. The problems ecoutered with the developmet of these searchig methods led to some additioal safety checks to make the algorithm more robust. I the global search method, each les positio is scaed ad the sharpess of its image calculated. After all les positios have bee scaed, the searchig algorithm attempts to move the les back to the positio where the best image was obtaied. Krotkov recommeds the Fiboacci search techique [] as the optimal search strategy [6, 7]. This strategy is based o cotiuously arrowig the search regio by subdividig it accordig to the Fiboacci sequece. The required umber of iteratios for this search is the least iteger N, such that FN ³ the iitial search iterval. For 256 differet les positios, the first Fiboacci umber just exceedig 256 is F3 = 377, so this search will require at most 3 steps to fid the focused image. However, this search techique ca oly be implemeted o a camera for which the focusig les may be cotrolled by specifyig its positio. Moreover, i the case of the camera system used, the les motor moves too slowly for the Fiboacci search to work well. The Matrox Imagig Library i versio 6.0 provides a smart search techique that repeatedly halves the search regio ito smaller ad smaller portios. I additio, a global search techique is also supported. The mai advatage of the global search method is that it geerally guaratees that a local maximum will ot be mistake for a global maximum. The problem with this fuctio-based method is that the sharpess fuctio is affected by oise i the image. Thus, eve if the les were to retur to the exact positio correspodig to maximum image sharpess, the sharpess fuctio would ot retur the same value. Thus, some allowable degree of error must be allowed i the sharpess fuctio, meaig that the les will be close to, but ot at the focus positio

5 We itroduce the Searchig by Percetage Drop as a modificatio of the global search, where ot all les positios are scaed. Rather, the les positios are scaed util a percetage drop by a predetermied amout is detected. To calculate the percetage drop i the sharpess fuctio, the formula used was ot (fmax-f)/fmax, (where f is the value of the sharpess fuctio), sice some sharpess fuctios have rages which do ot start at zero, (e.g. 7.5 to 8.5 or 400 to 700). The formula was modified to (f-fmi)/(fmax fmi) i order to accout for this. However, it should be oted that edge-detectio based fuctios, amely the Teegrad ad the Laplacia, do ot suffer from this problem sice fmax >> fmi. I the search by percetage drop, several parameters must be passed to the fuctio the oise amplitude i the image, the iitial directio of search, the magitude of the percetage drop to look for, the miimum umber of steps before startig to search for the drop, as well as the criteria for determiig whether the les has reached its miimum or maximum positio. This techique aims to improve upo the global search techique by reducig the distace for which the les motor must move. The speed of this techique is determied i part by the allowed drop i the sharpess fuctio. Settig too low a allowed drop might cause the searchig algorithm to be caught i a local maximum. Too high a drop would result i a large overshoot. I additio, if the sharpess fuctio does ot decrease by a large eough amout after hittig the maximum, the techique will fail. I additio, there is some difficulty i determiig whe the les has overshot its limit. This algorithm is also subject to the accuracy of the several parameters it is supplied with the oise amplitude, the magitude of the percetage drop, ad the coditio to determie whe the les has reached its maximum positio. We itroduce the Searchig by Cetre of Area method as a way to further refie a search. Whe the poit of best focus is ear to beig foud, a baselie is specified ad cetre of area method uses the regio of the sharpess fuctio above this baselie for its calculatio. The locatio of the cetre of area of this regio is i geeral, ot the maximum poit of the sharpess fuctio. However, due to the shape of most sharpess fuctios, the curve is almost flat at the top possibly due to the depth of field. For this reaso, the cetre of area is a good estimate for a locatio that will fall withi the depth of field of the camera. Aother possible method is to fid the average of the two limits of the depth of field. However, this estimate is ot as good as the cetre of area method i a typical sharpess fuctio as show i Figure 4. Image Sharpess Estimated Depth of Field Limit # Estimate obtaied from Dept of Field Limits Poit of Best Focus Estimated Depth of Field Limit #2 Estimate obtaied from Cetre of Area Focus Motor Positio Figure 4: Cetre of Area Estimate for Poit of Best Focus Some iformatio that must be passed to this fuctio iclude the baselie value, the oise amplitude of the sharpess fuctio ad the iitial directio of search. It should be oted also that if the oise is reduced by smoothig the curve i Figure 5- above, the poit of best focus as measured by the smoothed curve would almost coicide with the estimate obtaied by the cetre of area. I geeral, the accuracy of this method will deped o how close the value of the base is to the maximum of the fuctio. This method works best after aother search method has already foud the approximate locatio of the maximum poit. This method works as a good alterative to fidig the miimum ad maximum positios of the depth of field ad takig the average. This is because fidig the miimum ad maximum positios is quite differet as there may be several poits where the sharpess fuctio crosses the baselie. Noise may further decrease the accuracy of determiig the miimum ad maximum positios. Oe problem with this method is that if the sharpess fuctio ever drops below the baselie specified, the search method will fail. This problem is oly likely to occur if the focus positio is ot ear eough. I additio, the assumptio that the cetre of area is ear to the fuctio maximum is oly true whe the focusig positio is ear. For these two reasos, the search by the cetre of area is recommeded oly as a search refiemet method. 5. Coclusios Based o the good performace of the variace ad Teegrad methods i determiig image sharpess, ot oly i these tests, but also i the results by Krotkov, these two methods have bee determied to work well i the crae scee aalysed. The implemetatio of these two methods i the differet search algorithms was successful, while i the crae scee, these two methods failed where the image was uiform. 2795

6 Of the search algorithms tested, the global search ad the search for the percetage drop were foud to be the fastest iitial search methods. The other two methods, the cetre of area method ad the pulsig method were foud to be more suited for refiig a search whe the focusig poit is ear to beig foud. As the graphs comparig the effect of colour o image sharpess show, the wavelegth of light apparetly does ot play a sigificat role i affectig the positio of best focus for the crae scee tested. Focusig based o oly oe colour chael, red, gree, blue, or grey is likely to be sufficiet for most situatios. The best performace gai comes from usig greyscale values for focusig as well as smaller focusig widows. Despite the differeces i speed of the various sharpess fuctios, this effect is small compared to image grab time for all the sharpess fuctios except the Fast Fourier Trasform. I implemetig a camera system with pixel-based autofocusig, the followig may be take ito cosideratio. Firstly, oe must ask whether focusig is required. If the depth of field is large, a fixed focus settig may be sufficiet. I additio, the built-i autofocus of the camera is ofte adequate. I terms of sharpess fuctios, the variace method ad the Teegrad have bee foud to be adequately suited for the task, based o the results of this project ad the results obtaied by Krotkov. The combiatio of the three searchig algorithms the search for percetage drop method as the iitial search algorithm, with the search for the cetre of area, followed by the pulse search method for further refiemet, appears to be sufficiet to hadle most situatios. However, some tweakig of the criteria to determie whe the camera les has reached its limits is ecessary to improve the robustess of the search for percetage drop method so that it ca hadle the situatio where the iitial les positio is ukow. For the purposes of focusig, the camera with les positio feedback is highly recommeded, due to its combiatio of speed, repeatability, as well as its ability to give positio feedback. I order to further reduce the oise i the sharpess fuctio, a camera followig the IEEE394 digital stadard may be used as more become available. Ackowledgmets The support of Sigapore s Natioal Sciece ad Techology Board, Jurog Shipyard ad Sembawag Shipyard is gratefully ackowledged. Autofocusig is used i our pipe measuremet project for these two shipyards. Refereces. Beveridge, G. S., Schechter, R. S. Optimizatio: Theory ad Practice, McGraw-Hill, New York Davies, E.R. Machie Visio: Theory, Algorithms, Practicalities. Academic Press Limited Hor, B. K. P., "Focusig," Techical Report AIM-60, Massachusetts Istitute of Techology, May, Jarvis, R. A., "Focus Optimisatio Criteria for Computer Image Processig," Microscope 24(2), 976, pp Johso, S.M. Optimal Search for a Maximum is Fiboaccia, Techical Report P-856, RAND, Sata Moica, Califoria, Kiefer, J., Sequetial Miimax Search for a Maximum, Proc. Am. Math. Soc.(4), pp Krotkov, Eric Paul. Active Computer Visio by Cooperative Focus ad Stereo. New York: Spriger- Verlag Press, W. H., Teukolsky, S. A., Vetterlig, W. T., Flaery, B. P. Numerical Recipes i C: The Art of Scietific Computig. Cambridge Uiversity Press. 2d Editio pp Schlag, J. F., A. C. Saderso, C. P. Neuma, ad F. C. Wimberly, Implemetatio of Automatic Focusig Algorithms for a Computer Visio System with Camera Cotrol, Techical Report CMU-RI-TR-83-4, Caregie Mello Uiversity, August, Teebaum, J. M., Accomodatio i Computer Visio, Ph.D. Dissertatio, Staford Uiversity. November, 970. Cotiuous focusig is difficult to achieve usig the curretly available hardware. The sharpess fuctio is oly a idicatio of the degree of defocus, but it does ot provide iformatio as to where to move the camera les. The hardware focusig method by Petax shows that at least two images are required to kow the directio i which the les should be moved. 2796

Modified Line Search Method for Global Optimization

Modified Line Search Method for Global Optimization Modified Lie Search Method for Global Optimizatio Cria Grosa ad Ajith Abraham Ceter of Excellece for Quatifiable Quality of Service Norwegia Uiversity of Sciece ad Techology Trodheim, Norway {cria, ajith}@q2s.tu.o

More information

In nite Sequences. Dr. Philippe B. Laval Kennesaw State University. October 9, 2008

In nite Sequences. Dr. Philippe B. Laval Kennesaw State University. October 9, 2008 I ite Sequeces Dr. Philippe B. Laval Keesaw State Uiversity October 9, 2008 Abstract This had out is a itroductio to i ite sequeces. mai de itios ad presets some elemetary results. It gives the I ite Sequeces

More information

SECTION 1.5 : SUMMATION NOTATION + WORK WITH SEQUENCES

SECTION 1.5 : SUMMATION NOTATION + WORK WITH SEQUENCES SECTION 1.5 : SUMMATION NOTATION + WORK WITH SEQUENCES Read Sectio 1.5 (pages 5 9) Overview I Sectio 1.5 we lear to work with summatio otatio ad formulas. We will also itroduce a brief overview of sequeces,

More information

CHAPTER 3 DIGITAL CODING OF SIGNALS

CHAPTER 3 DIGITAL CODING OF SIGNALS CHAPTER 3 DIGITAL CODING OF SIGNALS Computers are ofte used to automate the recordig of measuremets. The trasducers ad sigal coditioig circuits produce a voltage sigal that is proportioal to a quatity

More information

Confidence Intervals for One Mean

Confidence Intervals for One Mean Chapter 420 Cofidece Itervals for Oe Mea Itroductio This routie calculates the sample size ecessary to achieve a specified distace from the mea to the cofidece limit(s) at a stated cofidece level for a

More information

I. Chi-squared Distributions

I. Chi-squared Distributions 1 M 358K Supplemet to Chapter 23: CHI-SQUARED DISTRIBUTIONS, T-DISTRIBUTIONS, AND DEGREES OF FREEDOM To uderstad t-distributios, we first eed to look at aother family of distributios, the chi-squared distributios.

More information

*The most important feature of MRP as compared with ordinary inventory control analysis is its time phasing feature.

*The most important feature of MRP as compared with ordinary inventory control analysis is its time phasing feature. Itegrated Productio ad Ivetory Cotrol System MRP ad MRP II Framework of Maufacturig System Ivetory cotrol, productio schedulig, capacity plaig ad fiacial ad busiess decisios i a productio system are iterrelated.

More information

Determining the sample size

Determining the sample size Determiig the sample size Oe of the most commo questios ay statisticia gets asked is How large a sample size do I eed? Researchers are ofte surprised to fid out that the aswer depeds o a umber of factors

More information

COMPARISON OF THE EFFICIENCY OF S-CONTROL CHART AND EWMA-S 2 CONTROL CHART FOR THE CHANGES IN A PROCESS

COMPARISON OF THE EFFICIENCY OF S-CONTROL CHART AND EWMA-S 2 CONTROL CHART FOR THE CHANGES IN A PROCESS COMPARISON OF THE EFFICIENCY OF S-CONTROL CHART AND EWMA-S CONTROL CHART FOR THE CHANGES IN A PROCESS Supraee Lisawadi Departmet of Mathematics ad Statistics, Faculty of Sciece ad Techoology, Thammasat

More information

Hypothesis testing. Null and alternative hypotheses

Hypothesis testing. Null and alternative hypotheses Hypothesis testig Aother importat use of samplig distributios is to test hypotheses about populatio parameters, e.g. mea, proportio, regressio coefficiets, etc. For example, it is possible to stipulate

More information

where: T = number of years of cash flow in investment's life n = the year in which the cash flow X n i = IRR = the internal rate of return

where: T = number of years of cash flow in investment's life n = the year in which the cash flow X n i = IRR = the internal rate of return EVALUATING ALTERNATIVE CAPITAL INVESTMENT PROGRAMS By Ke D. Duft, Extesio Ecoomist I the March 98 issue of this publicatio we reviewed the procedure by which a capital ivestmet project was assessed. The

More information

Section 11.3: The Integral Test

Section 11.3: The Integral Test Sectio.3: The Itegral Test Most of the series we have looked at have either diverged or have coverged ad we have bee able to fid what they coverge to. I geeral however, the problem is much more difficult

More information

A Combined Continuous/Binary Genetic Algorithm for Microstrip Antenna Design

A Combined Continuous/Binary Genetic Algorithm for Microstrip Antenna Design A Combied Cotiuous/Biary Geetic Algorithm for Microstrip Atea Desig Rady L. Haupt The Pesylvaia State Uiversity Applied Research Laboratory P. O. Box 30 State College, PA 16804-0030 haupt@ieee.org Abstract:

More information

Department of Computer Science, University of Otago

Department of Computer Science, University of Otago Departmet of Computer Sciece, Uiversity of Otago Techical Report OUCS-2006-09 Permutatios Cotaiig May Patters Authors: M.H. Albert Departmet of Computer Sciece, Uiversity of Otago Micah Colema, Rya Fly

More information

Incremental calculation of weighted mean and variance

Incremental calculation of weighted mean and variance Icremetal calculatio of weighted mea ad variace Toy Fich faf@cam.ac.uk dot@dotat.at Uiversity of Cambridge Computig Service February 009 Abstract I these otes I eplai how to derive formulae for umerically

More information

Chapter 7: Confidence Interval and Sample Size

Chapter 7: Confidence Interval and Sample Size Chapter 7: Cofidece Iterval ad Sample Size Learig Objectives Upo successful completio of Chapter 7, you will be able to: Fid the cofidece iterval for the mea, proportio, ad variace. Determie the miimum

More information

Analyzing Longitudinal Data from Complex Surveys Using SUDAAN

Analyzing Longitudinal Data from Complex Surveys Using SUDAAN Aalyzig Logitudial Data from Complex Surveys Usig SUDAAN Darryl Creel Statistics ad Epidemiology, RTI Iteratioal, 312 Trotter Farm Drive, Rockville, MD, 20850 Abstract SUDAAN: Software for the Statistical

More information

CHAPTER 3 THE TIME VALUE OF MONEY

CHAPTER 3 THE TIME VALUE OF MONEY CHAPTER 3 THE TIME VALUE OF MONEY OVERVIEW A dollar i the had today is worth more tha a dollar to be received i the future because, if you had it ow, you could ivest that dollar ad ear iterest. Of all

More information

Z-TEST / Z-STATISTIC: used to test hypotheses about. µ when the population standard deviation is unknown

Z-TEST / Z-STATISTIC: used to test hypotheses about. µ when the population standard deviation is unknown Z-TEST / Z-STATISTIC: used to test hypotheses about µ whe the populatio stadard deviatio is kow ad populatio distributio is ormal or sample size is large T-TEST / T-STATISTIC: used to test hypotheses about

More information

Estimating Probability Distributions by Observing Betting Practices

Estimating Probability Distributions by Observing Betting Practices 5th Iteratioal Symposium o Imprecise Probability: Theories ad Applicatios, Prague, Czech Republic, 007 Estimatig Probability Distributios by Observig Bettig Practices Dr C Lych Natioal Uiversity of Irelad,

More information

Confidence Intervals. CI for a population mean (σ is known and n > 30 or the variable is normally distributed in the.

Confidence Intervals. CI for a population mean (σ is known and n > 30 or the variable is normally distributed in the. Cofidece Itervals A cofidece iterval is a iterval whose purpose is to estimate a parameter (a umber that could, i theory, be calculated from the populatio, if measuremets were available for the whole populatio).

More information

Systems Design Project: Indoor Location of Wireless Devices

Systems Design Project: Indoor Location of Wireless Devices Systems Desig Project: Idoor Locatio of Wireless Devices Prepared By: Bria Murphy Seior Systems Sciece ad Egieerig Washigto Uiversity i St. Louis Phoe: (805) 698-5295 Email: bcm1@cec.wustl.edu Supervised

More information

Output Analysis (2, Chapters 10 &11 Law)

Output Analysis (2, Chapters 10 &11 Law) B. Maddah ENMG 6 Simulatio 05/0/07 Output Aalysis (, Chapters 10 &11 Law) Comparig alterative system cofiguratio Sice the output of a simulatio is radom, the comparig differet systems via simulatio should

More information

Basic Measurement Issues. Sampling Theory and Analog-to-Digital Conversion

Basic Measurement Issues. Sampling Theory and Analog-to-Digital Conversion Theory ad Aalog-to-Digital Coversio Itroductio/Defiitios Aalog-to-digital coversio Rate Frequecy Aalysis Basic Measuremet Issues Reliability the extet to which a measuremet procedure yields the same results

More information

.04. This means $1000 is multiplied by 1.02 five times, once for each of the remaining sixmonth

.04. This means $1000 is multiplied by 1.02 five times, once for each of the remaining sixmonth Questio 1: What is a ordiary auity? Let s look at a ordiary auity that is certai ad simple. By this, we mea a auity over a fixed term whose paymet period matches the iterest coversio period. Additioally,

More information

Research Article Sign Data Derivative Recovery

Research Article Sign Data Derivative Recovery Iteratioal Scholarly Research Network ISRN Applied Mathematics Volume 0, Article ID 63070, 7 pages doi:0.540/0/63070 Research Article Sig Data Derivative Recovery L. M. Housto, G. A. Glass, ad A. D. Dymikov

More information

Case Study. Normal and t Distributions. Density Plot. Normal Distributions

Case Study. Normal and t Distributions. Density Plot. Normal Distributions Case Study Normal ad t Distributios Bret Halo ad Bret Larget Departmet of Statistics Uiversity of Wiscosi Madiso October 11 13, 2011 Case Study Body temperature varies withi idividuals over time (it ca

More information

A Guide to the Pricing Conventions of SFE Interest Rate Products

A Guide to the Pricing Conventions of SFE Interest Rate Products A Guide to the Pricig Covetios of SFE Iterest Rate Products SFE 30 Day Iterbak Cash Rate Futures Physical 90 Day Bak Bills SFE 90 Day Bak Bill Futures SFE 90 Day Bak Bill Futures Tick Value Calculatios

More information

Chapter 7 Methods of Finding Estimators

Chapter 7 Methods of Finding Estimators Chapter 7 for BST 695: Special Topics i Statistical Theory. Kui Zhag, 011 Chapter 7 Methods of Fidig Estimators Sectio 7.1 Itroductio Defiitio 7.1.1 A poit estimator is ay fuctio W( X) W( X1, X,, X ) of

More information

Convention Paper 6764

Convention Paper 6764 Audio Egieerig Society Covetio Paper 6764 Preseted at the 10th Covetio 006 May 0 3 Paris, Frace This covetio paper has bee reproduced from the author's advace mauscript, without editig, correctios, or

More information

INVESTMENT PERFORMANCE COUNCIL (IPC)

INVESTMENT PERFORMANCE COUNCIL (IPC) INVESTMENT PEFOMANCE COUNCIL (IPC) INVITATION TO COMMENT: Global Ivestmet Performace Stadards (GIPS ) Guidace Statemet o Calculatio Methodology The Associatio for Ivestmet Maagemet ad esearch (AIM) seeks

More information

How to read A Mutual Fund shareholder report

How to read A Mutual Fund shareholder report Ivestor BulletI How to read A Mutual Fud shareholder report The SEC s Office of Ivestor Educatio ad Advocacy is issuig this Ivestor Bulleti to educate idividual ivestors about mutual fud shareholder reports.

More information

Lesson 17 Pearson s Correlation Coefficient

Lesson 17 Pearson s Correlation Coefficient Outlie Measures of Relatioships Pearso s Correlatio Coefficiet (r) -types of data -scatter plots -measure of directio -measure of stregth Computatio -covariatio of X ad Y -uique variatio i X ad Y -measurig

More information

Measures of Spread and Boxplots Discrete Math, Section 9.4

Measures of Spread and Boxplots Discrete Math, Section 9.4 Measures of Spread ad Boxplots Discrete Math, Sectio 9.4 We start with a example: Example 1: Comparig Mea ad Media Compute the mea ad media of each data set: S 1 = {4, 6, 8, 10, 1, 14, 16} S = {4, 7, 9,

More information

Domain 1: Designing a SQL Server Instance and a Database Solution

Domain 1: Designing a SQL Server Instance and a Database Solution Maual SQL Server 2008 Desig, Optimize ad Maitai (70-450) 1-800-418-6789 Domai 1: Desigig a SQL Server Istace ad a Database Solutio Desigig for CPU, Memory ad Storage Capacity Requiremets Whe desigig a

More information

Baan Service Master Data Management

Baan Service Master Data Management Baa Service Master Data Maagemet Module Procedure UP069A US Documetiformatio Documet Documet code : UP069A US Documet group : User Documetatio Documet title : Master Data Maagemet Applicatio/Package :

More information

Biology 171L Environment and Ecology Lab Lab 2: Descriptive Statistics, Presenting Data and Graphing Relationships

Biology 171L Environment and Ecology Lab Lab 2: Descriptive Statistics, Presenting Data and Graphing Relationships Biology 171L Eviromet ad Ecology Lab Lab : Descriptive Statistics, Presetig Data ad Graphig Relatioships Itroductio Log lists of data are ofte ot very useful for idetifyig geeral treds i the data or the

More information

0.7 0.6 0.2 0 0 96 96.5 97 97.5 98 98.5 99 99.5 100 100.5 96.5 97 97.5 98 98.5 99 99.5 100 100.5

0.7 0.6 0.2 0 0 96 96.5 97 97.5 98 98.5 99 99.5 100 100.5 96.5 97 97.5 98 98.5 99 99.5 100 100.5 Sectio 13 Kolmogorov-Smirov test. Suppose that we have a i.i.d. sample X 1,..., X with some ukow distributio P ad we would like to test the hypothesis that P is equal to a particular distributio P 0, i.e.

More information

Properties of MLE: consistency, asymptotic normality. Fisher information.

Properties of MLE: consistency, asymptotic normality. Fisher information. Lecture 3 Properties of MLE: cosistecy, asymptotic ormality. Fisher iformatio. I this sectio we will try to uderstad why MLEs are good. Let us recall two facts from probability that we be used ofte throughout

More information

A probabilistic proof of a binomial identity

A probabilistic proof of a binomial identity A probabilistic proof of a biomial idetity Joatho Peterso Abstract We give a elemetary probabilistic proof of a biomial idetity. The proof is obtaied by computig the probability of a certai evet i two

More information

Automatic Tuning for FOREX Trading System Using Fuzzy Time Series

Automatic Tuning for FOREX Trading System Using Fuzzy Time Series utomatic Tuig for FOREX Tradig System Usig Fuzzy Time Series Kraimo Maeesilp ad Pitihate Soorasa bstract Efficiecy of the automatic currecy tradig system is time depedet due to usig fixed parameters which

More information

Your organization has a Class B IP address of 166.144.0.0 Before you implement subnetting, the Network ID and Host ID are divided as follows:

Your organization has a Class B IP address of 166.144.0.0 Before you implement subnetting, the Network ID and Host ID are divided as follows: Subettig Subettig is used to subdivide a sigle class of etwork i to multiple smaller etworks. Example: Your orgaizatio has a Class B IP address of 166.144.0.0 Before you implemet subettig, the Network

More information

NATIONAL SENIOR CERTIFICATE GRADE 12

NATIONAL SENIOR CERTIFICATE GRADE 12 NATIONAL SENIOR CERTIFICATE GRADE MATHEMATICS P EXEMPLAR 04 MARKS: 50 TIME: 3 hours This questio paper cosists of 8 pages ad iformatio sheet. Please tur over Mathematics/P DBE/04 NSC Grade Eemplar INSTRUCTIONS

More information

Normal Distribution.

Normal Distribution. Normal Distributio www.icrf.l Normal distributio I probability theory, the ormal or Gaussia distributio, is a cotiuous probability distributio that is ofte used as a first approimatio to describe realvalued

More information

Chair for Network Architectures and Services Institute of Informatics TU München Prof. Carle. Network Security. Chapter 2 Basics

Chair for Network Architectures and Services Institute of Informatics TU München Prof. Carle. Network Security. Chapter 2 Basics Chair for Network Architectures ad Services Istitute of Iformatics TU Müche Prof. Carle Network Security Chapter 2 Basics 2.4 Radom Number Geeratio for Cryptographic Protocols Motivatio It is crucial to

More information

Taking DCOP to the Real World: Efficient Complete Solutions for Distributed Multi-Event Scheduling

Taking DCOP to the Real World: Efficient Complete Solutions for Distributed Multi-Event Scheduling Taig DCOP to the Real World: Efficiet Complete Solutios for Distributed Multi-Evet Schedulig Rajiv T. Maheswara, Milid Tambe, Emma Bowrig, Joatha P. Pearce, ad Pradeep araatham Uiversity of Souther Califoria

More information

Non-life insurance mathematics. Nils F. Haavardsson, University of Oslo and DNB Skadeforsikring

Non-life insurance mathematics. Nils F. Haavardsson, University of Oslo and DNB Skadeforsikring No-life isurace mathematics Nils F. Haavardsso, Uiversity of Oslo ad DNB Skadeforsikrig Mai issues so far Why does isurace work? How is risk premium defied ad why is it importat? How ca claim frequecy

More information

Theorems About Power Series

Theorems About Power Series Physics 6A Witer 20 Theorems About Power Series Cosider a power series, f(x) = a x, () where the a are real coefficiets ad x is a real variable. There exists a real o-egative umber R, called the radius

More information

Rainbow options. A rainbow is an option on a basket that pays in its most common form, a nonequally

Rainbow options. A rainbow is an option on a basket that pays in its most common form, a nonequally Raibow optios INRODUCION A raibow is a optio o a basket that pays i its most commo form, a oequally weighted average of the assets of the basket accordig to their performace. he umber of assets is called

More information

Quadrat Sampling in Population Ecology

Quadrat Sampling in Population Ecology Quadrat Samplig i Populatio Ecology Backgroud Estimatig the abudace of orgaisms. Ecology is ofte referred to as the "study of distributio ad abudace". This beig true, we would ofte like to kow how may

More information

Escola Federal de Engenharia de Itajubá

Escola Federal de Engenharia de Itajubá Escola Federal de Egeharia de Itajubá Departameto de Egeharia Mecâica Pós-Graduação em Egeharia Mecâica MPF04 ANÁLISE DE SINAIS E AQUISÇÃO DE DADOS SINAIS E SISTEMAS Trabalho 02 (MATLAB) Prof. Dr. José

More information

University of California, Los Angeles Department of Statistics. Distributions related to the normal distribution

University of California, Los Angeles Department of Statistics. Distributions related to the normal distribution Uiversity of Califoria, Los Ageles Departmet of Statistics Statistics 100B Istructor: Nicolas Christou Three importat distributios: Distributios related to the ormal distributio Chi-square (χ ) distributio.

More information

THE REGRESSION MODEL IN MATRIX FORM. For simple linear regression, meaning one predictor, the model is. for i = 1, 2, 3,, n

THE REGRESSION MODEL IN MATRIX FORM. For simple linear regression, meaning one predictor, the model is. for i = 1, 2, 3,, n We will cosider the liear regressio model i matrix form. For simple liear regressio, meaig oe predictor, the model is i = + x i + ε i for i =,,,, This model icludes the assumptio that the ε i s are a sample

More information

GCSE STATISTICS. 4) How to calculate the range: The difference between the biggest number and the smallest number.

GCSE STATISTICS. 4) How to calculate the range: The difference between the biggest number and the smallest number. GCSE STATISTICS You should kow: 1) How to draw a frequecy diagram: e.g. NUMBER TALLY FREQUENCY 1 3 5 ) How to draw a bar chart, a pictogram, ad a pie chart. 3) How to use averages: a) Mea - add up all

More information

FEATURE BASED RECOGNITION OF TRAFFIC VIDEO STREAMS FOR ONLINE ROUTE TRACING

FEATURE BASED RECOGNITION OF TRAFFIC VIDEO STREAMS FOR ONLINE ROUTE TRACING FEATURE BASED RECOGNITION OF TRAFFIC VIDEO STREAMS FOR ONLINE ROUTE TRACING Christoph Busch, Ralf Dörer, Christia Freytag, Heike Ziegler Frauhofer Istitute for Computer Graphics, Computer Graphics Ceter

More information

PROCEEDINGS OF THE YEREVAN STATE UNIVERSITY AN ALTERNATIVE MODEL FOR BONUS-MALUS SYSTEM

PROCEEDINGS OF THE YEREVAN STATE UNIVERSITY AN ALTERNATIVE MODEL FOR BONUS-MALUS SYSTEM PROCEEDINGS OF THE YEREVAN STATE UNIVERSITY Physical ad Mathematical Scieces 2015, 1, p. 15 19 M a t h e m a t i c s AN ALTERNATIVE MODEL FOR BONUS-MALUS SYSTEM A. G. GULYAN Chair of Actuarial Mathematics

More information

Page 1. Real Options for Engineering Systems. What are we up to? Today s agenda. J1: Real Options for Engineering Systems. Richard de Neufville

Page 1. Real Options for Engineering Systems. What are we up to? Today s agenda. J1: Real Options for Engineering Systems. Richard de Neufville Real Optios for Egieerig Systems J: Real Optios for Egieerig Systems By (MIT) Stefa Scholtes (CU) Course website: http://msl.mit.edu/cmi/ardet_2002 Stefa Scholtes Judge Istitute of Maagemet, CU Slide What

More information

INVESTMENT PERFORMANCE COUNCIL (IPC) Guidance Statement on Calculation Methodology

INVESTMENT PERFORMANCE COUNCIL (IPC) Guidance Statement on Calculation Methodology Adoptio Date: 4 March 2004 Effective Date: 1 Jue 2004 Retroactive Applicatio: No Public Commet Period: Aug Nov 2002 INVESTMENT PERFORMANCE COUNCIL (IPC) Preface Guidace Statemet o Calculatio Methodology

More information

Finding the circle that best fits a set of points

Finding the circle that best fits a set of points Fidig the circle that best fits a set of poits L. MAISONOBE October 5 th 007 Cotets 1 Itroductio Solvig the problem.1 Priciples............................... Iitializatio.............................

More information

Subject CT5 Contingencies Core Technical Syllabus

Subject CT5 Contingencies Core Technical Syllabus Subject CT5 Cotigecies Core Techical Syllabus for the 2015 exams 1 Jue 2014 Aim The aim of the Cotigecies subject is to provide a groudig i the mathematical techiques which ca be used to model ad value

More information

Chapter 6: Variance, the law of large numbers and the Monte-Carlo method

Chapter 6: Variance, the law of large numbers and the Monte-Carlo method Chapter 6: Variace, the law of large umbers ad the Mote-Carlo method Expected value, variace, ad Chebyshev iequality. If X is a radom variable recall that the expected value of X, E[X] is the average value

More information

Multiplexers and Demultiplexers

Multiplexers and Demultiplexers I this lesso, you will lear about: Multiplexers ad Demultiplexers 1. Multiplexers 2. Combiatioal circuit implemetatio with multiplexers 3. Demultiplexers 4. Some examples Multiplexer A Multiplexer (see

More information

Study on the application of the software phase-locked loop in tracking and filtering of pulse signal

Study on the application of the software phase-locked loop in tracking and filtering of pulse signal Advaced Sciece ad Techology Letters, pp.31-35 http://dx.doi.org/10.14257/astl.2014.78.06 Study o the applicatio of the software phase-locked loop i trackig ad filterig of pulse sigal Sog Wei Xia 1 (College

More information

Asymptotic Growth of Functions

Asymptotic Growth of Functions CMPS Itroductio to Aalysis of Algorithms Fall 3 Asymptotic Growth of Fuctios We itroduce several types of asymptotic otatio which are used to compare the performace ad efficiecy of algorithms As we ll

More information

Cooley-Tukey. Tukey FFT Algorithms. FFT Algorithms. Cooley

Cooley-Tukey. Tukey FFT Algorithms. FFT Algorithms. Cooley Cooley Cooley-Tuey Tuey FFT Algorithms FFT Algorithms Cosider a legth- sequece x[ with a -poit DFT X[ where Represet the idices ad as +, +, Cooley Cooley-Tuey Tuey FFT Algorithms FFT Algorithms Usig these

More information

Vladimir N. Burkov, Dmitri A. Novikov MODELS AND METHODS OF MULTIPROJECTS MANAGEMENT

Vladimir N. Burkov, Dmitri A. Novikov MODELS AND METHODS OF MULTIPROJECTS MANAGEMENT Keywords: project maagemet, resource allocatio, etwork plaig Vladimir N Burkov, Dmitri A Novikov MODELS AND METHODS OF MULTIPROJECTS MANAGEMENT The paper deals with the problems of resource allocatio betwee

More information

Overview. Learning Objectives. Point Estimate. Estimation. Estimating the Value of a Parameter Using Confidence Intervals

Overview. Learning Objectives. Point Estimate. Estimation. Estimating the Value of a Parameter Using Confidence Intervals Overview Estimatig the Value of a Parameter Usig Cofidece Itervals We apply the results about the sample mea the problem of estimatio Estimatio is the process of usig sample data estimate the value of

More information

Running Time ( 3.1) Analysis of Algorithms. Experimental Studies ( 3.1.1) Limitations of Experiments. Pseudocode ( 3.1.2) Theoretical Analysis

Running Time ( 3.1) Analysis of Algorithms. Experimental Studies ( 3.1.1) Limitations of Experiments. Pseudocode ( 3.1.2) Theoretical Analysis Ruig Time ( 3.) Aalysis of Algorithms Iput Algorithm Output A algorithm is a step-by-step procedure for solvig a problem i a fiite amout of time. Most algorithms trasform iput objects ito output objects.

More information

1 Correlation and Regression Analysis

1 Correlation and Regression Analysis 1 Correlatio ad Regressio Aalysis I this sectio we will be ivestigatig the relatioship betwee two cotiuous variable, such as height ad weight, the cocetratio of a ijected drug ad heart rate, or the cosumptio

More information

Annuities Under Random Rates of Interest II By Abraham Zaks. Technion I.I.T. Haifa ISRAEL and Haifa University Haifa ISRAEL.

Annuities Under Random Rates of Interest II By Abraham Zaks. Technion I.I.T. Haifa ISRAEL and Haifa University Haifa ISRAEL. Auities Uder Radom Rates of Iterest II By Abraham Zas Techio I.I.T. Haifa ISRAEL ad Haifa Uiversity Haifa ISRAEL Departmet of Mathematics, Techio - Israel Istitute of Techology, 3000, Haifa, Israel I memory

More information

Exploratory Data Analysis

Exploratory Data Analysis 1 Exploratory Data Aalysis Exploratory data aalysis is ofte the rst step i a statistical aalysis, for it helps uderstadig the mai features of the particular sample that a aalyst is usig. Itelliget descriptios

More information

Tradigms of Astundithi and Toyota

Tradigms of Astundithi and Toyota Tradig the radomess - Desigig a optimal tradig strategy uder a drifted radom walk price model Yuao Wu Math 20 Project Paper Professor Zachary Hamaker Abstract: I this paper the author iteds to explore

More information

CS103X: Discrete Structures Homework 4 Solutions

CS103X: Discrete Structures Homework 4 Solutions CS103X: Discrete Structures Homewor 4 Solutios Due February 22, 2008 Exercise 1 10 poits. Silico Valley questios: a How may possible six-figure salaries i whole dollar amouts are there that cotai at least

More information

Discrete Mathematics and Probability Theory Spring 2014 Anant Sahai Note 13

Discrete Mathematics and Probability Theory Spring 2014 Anant Sahai Note 13 EECS 70 Discrete Mathematics ad Probability Theory Sprig 2014 Aat Sahai Note 13 Itroductio At this poit, we have see eough examples that it is worth just takig stock of our model of probability ad may

More information

PSYCHOLOGICAL STATISTICS

PSYCHOLOGICAL STATISTICS UNIVERSITY OF CALICUT SCHOOL OF DISTANCE EDUCATION B Sc. Cousellig Psychology (0 Adm.) IV SEMESTER COMPLEMENTARY COURSE PSYCHOLOGICAL STATISTICS QUESTION BANK. Iferetial statistics is the brach of statistics

More information

Definition. A variable X that takes on values X 1, X 2, X 3,...X k with respective frequencies f 1, f 2, f 3,...f k has mean

Definition. A variable X that takes on values X 1, X 2, X 3,...X k with respective frequencies f 1, f 2, f 3,...f k has mean 1 Social Studies 201 October 13, 2004 Note: The examples i these otes may be differet tha used i class. However, the examples are similar ad the methods used are idetical to what was preseted i class.

More information

Statistical inference: example 1. Inferential Statistics

Statistical inference: example 1. Inferential Statistics Statistical iferece: example 1 Iferetial Statistics POPULATION SAMPLE A clothig store chai regularly buys from a supplier large quatities of a certai piece of clothig. Each item ca be classified either

More information

5.4 Amortization. Question 1: How do you find the present value of an annuity? Question 2: How is a loan amortized?

5.4 Amortization. Question 1: How do you find the present value of an annuity? Question 2: How is a loan amortized? 5.4 Amortizatio Questio 1: How do you fid the preset value of a auity? Questio 2: How is a loa amortized? Questio 3: How do you make a amortizatio table? Oe of the most commo fiacial istrumets a perso

More information

VEHICLE TRACKING USING KALMAN FILTER AND FEATURES

VEHICLE TRACKING USING KALMAN FILTER AND FEATURES Sigal & Image Processig : A Iteratioal Joural (SIPIJ) Vol.2, No.2, Jue 2011 VEHICLE TRACKING USING KALMAN FILTER AND FEATURES Amir Salarpour 1 ad Arezoo Salarpour 2 ad Mahmoud Fathi 2 ad MirHossei Dezfoulia

More information

HCL Dynamic Spiking Protocol

HCL Dynamic Spiking Protocol ELI LILLY AND COMPANY TIPPECANOE LABORATORIES LAFAYETTE, IN Revisio 2.0 TABLE OF CONTENTS REVISION HISTORY... 2. REVISION.0... 2.2 REVISION 2.0... 2 2 OVERVIEW... 3 3 DEFINITIONS... 5 4 EQUIPMENT... 7

More information

3. Greatest Common Divisor - Least Common Multiple

3. Greatest Common Divisor - Least Common Multiple 3 Greatest Commo Divisor - Least Commo Multiple Defiitio 31: The greatest commo divisor of two atural umbers a ad b is the largest atural umber c which divides both a ad b We deote the greatest commo gcd

More information

Sequences and Series

Sequences and Series CHAPTER 9 Sequeces ad Series 9.. Covergece: Defiitio ad Examples Sequeces The purpose of this chapter is to itroduce a particular way of geeratig algorithms for fidig the values of fuctios defied by their

More information

Center, Spread, and Shape in Inference: Claims, Caveats, and Insights

Center, Spread, and Shape in Inference: Claims, Caveats, and Insights Ceter, Spread, ad Shape i Iferece: Claims, Caveats, ad Isights Dr. Nacy Pfeig (Uiversity of Pittsburgh) AMATYC November 2008 Prelimiary Activities 1. I would like to produce a iterval estimate for the

More information

Lecture 4: Cauchy sequences, Bolzano-Weierstrass, and the Squeeze theorem

Lecture 4: Cauchy sequences, Bolzano-Weierstrass, and the Squeeze theorem Lecture 4: Cauchy sequeces, Bolzao-Weierstrass, ad the Squeeze theorem The purpose of this lecture is more modest tha the previous oes. It is to state certai coditios uder which we are guarateed that limits

More information

Data Analysis and Statistical Behaviors of Stock Market Fluctuations

Data Analysis and Statistical Behaviors of Stock Market Fluctuations 44 JOURNAL OF COMPUTERS, VOL. 3, NO. 0, OCTOBER 2008 Data Aalysis ad Statistical Behaviors of Stock Market Fluctuatios Ju Wag Departmet of Mathematics, Beijig Jiaotog Uiversity, Beijig 00044, Chia Email:

More information

Evaluation of Different Fitness Functions for the Evolutionary Testing of an Autonomous Parking System

Evaluation of Different Fitness Functions for the Evolutionary Testing of an Autonomous Parking System Evaluatio of Differet Fitess Fuctios for the Evolutioary Testig of a Autoomous Parkig System Joachim Wegeer 1, Oliver Bühler 2 1 DaimlerChrysler AG, Research ad Techology, Alt-Moabit 96 a, D-1559 Berli,

More information

CS103A Handout 23 Winter 2002 February 22, 2002 Solving Recurrence Relations

CS103A Handout 23 Winter 2002 February 22, 2002 Solving Recurrence Relations CS3A Hadout 3 Witer 00 February, 00 Solvig Recurrece Relatios Itroductio A wide variety of recurrece problems occur i models. Some of these recurrece relatios ca be solved usig iteratio or some other ad

More information

NEW HIGH PERFORMANCE COMPUTATIONAL METHODS FOR MORTGAGES AND ANNUITIES. Yuri Shestopaloff,

NEW HIGH PERFORMANCE COMPUTATIONAL METHODS FOR MORTGAGES AND ANNUITIES. Yuri Shestopaloff, NEW HIGH PERFORMNCE COMPUTTIONL METHODS FOR MORTGGES ND NNUITIES Yuri Shestopaloff, Geerally, mortgage ad auity equatios do ot have aalytical solutios for ukow iterest rate, which has to be foud usig umerical

More information

Partial Di erential Equations

Partial Di erential Equations Partial Di eretial Equatios Partial Di eretial Equatios Much of moder sciece, egieerig, ad mathematics is based o the study of partial di eretial equatios, where a partial di eretial equatio is a equatio

More information

1. C. The formula for the confidence interval for a population mean is: x t, which was

1. C. The formula for the confidence interval for a population mean is: x t, which was s 1. C. The formula for the cofidece iterval for a populatio mea is: x t, which was based o the sample Mea. So, x is guarateed to be i the iterval you form.. D. Use the rule : p-value

More information

The analysis of the Cournot oligopoly model considering the subjective motive in the strategy selection

The analysis of the Cournot oligopoly model considering the subjective motive in the strategy selection The aalysis of the Courot oligopoly model cosiderig the subjective motive i the strategy selectio Shigehito Furuyama Teruhisa Nakai Departmet of Systems Maagemet Egieerig Faculty of Egieerig Kasai Uiversity

More information

1 Computing the Standard Deviation of Sample Means

1 Computing the Standard Deviation of Sample Means Computig the Stadard Deviatio of Sample Meas Quality cotrol charts are based o sample meas ot o idividual values withi a sample. A sample is a group of items, which are cosidered all together for our aalysis.

More information

Math C067 Sampling Distributions

Math C067 Sampling Distributions Math C067 Samplig Distributios Sample Mea ad Sample Proportio Richard Beigel Some time betwee April 16, 2007 ad April 16, 2007 Examples of Samplig A pollster may try to estimate the proportio of voters

More information

A Faster Clause-Shortening Algorithm for SAT with No Restriction on Clause Length

A Faster Clause-Shortening Algorithm for SAT with No Restriction on Clause Length Joural o Satisfiability, Boolea Modelig ad Computatio 1 2005) 49-60 A Faster Clause-Shorteig Algorithm for SAT with No Restrictio o Clause Legth Evgey Datsi Alexader Wolpert Departmet of Computer Sciece

More information

Chapter 5 Unit 1. IET 350 Engineering Economics. Learning Objectives Chapter 5. Learning Objectives Unit 1. Annual Amount and Gradient Functions

Chapter 5 Unit 1. IET 350 Engineering Economics. Learning Objectives Chapter 5. Learning Objectives Unit 1. Annual Amount and Gradient Functions Chapter 5 Uit Aual Amout ad Gradiet Fuctios IET 350 Egieerig Ecoomics Learig Objectives Chapter 5 Upo completio of this chapter you should uderstad: Calculatig future values from aual amouts. Calculatig

More information

(VCP-310) 1-800-418-6789

(VCP-310) 1-800-418-6789 Maual VMware Lesso 1: Uderstadig the VMware Product Lie I this lesso, you will first lear what virtualizatio is. Next, you ll explore the products offered by VMware that provide virtualizatio services.

More information

hp calculators HP 12C Statistics - average and standard deviation Average and standard deviation concepts HP12C average and standard deviation

hp calculators HP 12C Statistics - average and standard deviation Average and standard deviation concepts HP12C average and standard deviation HP 1C Statistics - average ad stadard deviatio Average ad stadard deviatio cocepts HP1C average ad stadard deviatio Practice calculatig averages ad stadard deviatios with oe or two variables HP 1C Statistics

More information

FM4 CREDIT AND BORROWING

FM4 CREDIT AND BORROWING FM4 CREDIT AND BORROWING Whe you purchase big ticket items such as cars, boats, televisios ad the like, retailers ad fiacial istitutios have various terms ad coditios that are implemeted for the cosumer

More information

Lesson 15 ANOVA (analysis of variance)

Lesson 15 ANOVA (analysis of variance) Outlie Variability -betwee group variability -withi group variability -total variability -F-ratio Computatio -sums of squares (betwee/withi/total -degrees of freedom (betwee/withi/total -mea square (betwee/withi

More information

Inference on Proportion. Chapter 8 Tests of Statistical Hypotheses. Sampling Distribution of Sample Proportion. Confidence Interval

Inference on Proportion. Chapter 8 Tests of Statistical Hypotheses. Sampling Distribution of Sample Proportion. Confidence Interval Chapter 8 Tests of Statistical Hypotheses 8. Tests about Proportios HT - Iferece o Proportio Parameter: Populatio Proportio p (or π) (Percetage of people has o health isurace) x Statistic: Sample Proportio

More information