Regularization. Stephen Scott and Vinod Variyam. Introduction. Outline. Machine. Learning. Problems. Measuring. Performance.

Size: px
Start display at page:

Download "Regularization. Stephen Scott and Vinod Variyam. Introduction. Outline. Machine. Learning. Problems. Measuring. Performance."

Transcription

1 leaning can geneally be distilled to an optimization poblem Choose a classifie (function, hypothesis) fom a set of functions that minimizes an objective function Clealy we want pat of this function to measue pefomance on the taining set, but this is insufficient Measues / 52 sscott@cse.unl.edu Measues 2 / 52 Types of machine leaning poblems functions pefomance vs taining set pefomance genealization pefomance Supevised : Algoithm is given labeled taining data and is asked to infe a function (hypothesis) fom a family of functions (e.g., set of all As) that is able to pedict well on new, unseen examples Classification: Labels come fom a finite, discete set Regession: Labels ae eal-valued Unsupevised : Algoithm is given data without labels and is asked to model its stuctue Clusteing, density estimation Reinfocement : Algoithm contols an agent that inteacts with its envionment and leans good actions in vaious situations Measues 3 / 52 Measues 4 / 52 Examples of Functions In any leaning poblem, need to be able to quantify pefomance of an algoithm In supevised leaning, we often use a loss function (o eo function) J fo this task Given instance x with tue label y, if the leane s pediction on x is ŷ, then is the loss on that instance J (y, ŷ) - : J (y, ŷ) = if y 6= ŷ, othewise Squae : J (y, ŷ) =(y ŷ) 2 Coss-Entopy: J (y, ŷ) = y ln ŷ ( y) ln ( ŷ) (y and ŷ ae consideed pobabilities of a label; genealizes to multi-class.) Hinge : J (y, ŷ) =max(, y ŷ) (used sometimes fo lage magin classifies like SVMs) All non-negative 5 / 52 6 / 52

2 Taining Expected Given a loss function J and a taining set X, the total loss of the classifie h on X is eo X (h) = X x2x J (y x, ŷ x ), whee y x is x s label and ŷ x is h s pediction Moe impotantly, the leane needs to genealize well: Given a new example dawn iid accoding to unknown pobability distibution D, we want to minimize h s expected loss: eo D (h) =E x D [J (y x, ŷ x )] Is minimizing taining loss the same as minimizing expected loss? 7 / 52 8 / 52 Expected vs Taining x 2 Sufficiently sophisticated leanes (decision tees, multi-laye As) can often achieve abitaily small (o zeo) loss on a taining set A hypothesis (e.g., A with specific paametes) h ovefits the taining data X if thee is an altenative hypothesis h such that eo X (h) < eo X (h ) h 2 h x and eo D (h) > eo D (h ) 9 / 52 / 52 / 52 y: pice x: milage To genealize well, need to balance taining accuacy with simplicity Multitask s 2 / 52 Geneally, if the set of functions H the leane has to choose fom is complex elative to what is equied fo coectly pedicting the labels of X, thee s a lage chance of ovefitting due to the lage numbe of wong choices in H Could be due to an ovely sophisticated set of functions E.g., can fit any set of n eal-valued points with an (n )-degee polynomial, but pehaps only degee 2 is needed E.g., using an A with 5 hidden layes to solve the logical AD poblem Could be due to taining an A too long Ove-taining an A often leads to weights deviating fa fom zeo Makes the function moe non-linea, and moe complex Often, a lage data set mitigates the poblem

3 : Ovetaining Multitask s 3 / 52 Eo Eo vesus weight updates (example ) Taining set eo Validation set eo umbe of weight updates Multitask s 4 / 52 Eo Eo Eo vesus weight updates (example ) Taining set eo Validation set eo umbe of weight updates Eo vesus weight updates (example 2) Taining set eo Validation set eo umbe of weight updates Dange of stopping too soon Patience paamete in Algoithm 7. Can e-stat with small, andom weights (Algoithm 7.2) : L 2 om Still want to minimize taining loss, but balance it against a complexity penalty on the paametes used: J ( ; X, y) =J ( ; X, y)+ ( ) ( ) =(/2)k k 2 2, i.e., sum of squaes of netwok s weights Since = w, this becomes J (w; X, y) =( /2)w > w + J (w; X, y) 2 [, ) weights loss J against penalty As weights deviate fom zeo, activation functions become moe nonlinea, which is highe isk of ovefitting Multitask Multitask s s 5 / 52 6 / 52 Measues Measues : L 2 om : L 2 om Related to ealy stopping: Fo linea model and squae loss, get tajectoy of weight updates that, on aveage, lands in a simila esult Multitask s 7 / 52 w is optimal fo J, optimal fo egulaize J less sensitive to w, so w (optimal fo J ) close to than w 2 Multitask s 8 / 52 Length of tajectoy elated to weight in L 2 egulaize Measues Measues

4 : L om Multitask s 9 / 52 ( ) =k k, i.e., sum of absolute values of netwok s weights J (w; X, y) = kwk + J (w; X, y) As with L 2 egulaization, penalizes lage weights Unlike L 2 egulaization, can dive some weights to zeo Spase solution Sometimes used in featue selection (e.g., LASSO algoithm) Multitask s 2 / 52 If H is poweful and X is small, then a leane can choose some h 2 H that fits the idiosyncasies o noise in the data Deep As would like to have at least thousands o tens of thousands of data points In classification of high-dimensional data (e.g., image classification), expect the classifie to toleate tansfomations and noise ) Can atificially enlage data set by duplicating existing instances and applying tansfomations Tanslating, otating, scaling Be caeful to to change the class, e.g., b vs d o 6 vs 9 ) Can also apply noise injection to input o even hidden layes Multitask Multitask s 2 / 52 If multiple tasks shae geneic paametes, initially pocess inputs via shaed nodes, then do final pocessing via task-specific nodes Backpopagation woks as befoe with multiple output nodes Seves as a egulaize since paamete tuning of shaed nodes is based on backpopagated eo fom multiple tasks Multitask s 22 / 52 Imagine if, fo a netwok, we could aveage ove all netwoks with each subset of nodes deleted Analogous to bagging, whee we aveage ove As tained on andom samples of X In each taining iteation, sample a andom bit vecto µ, which detemines which nodes ae used (e.g., P(µ i = ) =.8 fo input unit,.5 fo hidden unit) Make pedictions by sampling new vectos µ and aveaging Appoaches Appoaches (cont d) Multitask s Paamete Tying: If two leanes ae leaning the same task but diffeent distibutions, can tie thei paametes togethe If w (A) ae weights fo task A and w (B) ae weights fo task B, then can use egulaization tem (w (A), w (B) )=kw (A) w (B) k 2 2 Paamete Shaing: When detecting objects in an image, the same ecognize should apply invaiant to tanslation Can tain a single detecto (subnetwok) fo the object (e.g., cat) by taining full netwok on multiple images with tanslated cats, whee the cat detecto subnetwoks shae paametes (single copy, used multiple times) Multitask s Spase Repesentations: Instead of penalizing lage weights, penalize lage outputs of hidden nodes: J ( ; X, y) =J ( ; X, y)+ (h), whee h is the vecto of hidden unit outputs 23 / / 52

5 Befoe setting up an expeiment, need to undestand exactly what the goal is Estimate the genealization pefomance of a hypothesis Tuning a leaning algoithm s paametes two leaning algoithms on a specific task Etc. Will neve be able to answe the question with % cetainty Due to vaiances in taining set selection, test set selection, etc. Will choose an estimato fo the quantity in question, detemine the pobability distibution of the estimato, and bound the pobability that the estimato is way off Estimato needs to wok egadless of distibution of taining/testing data eed to note that, in addition to statistical vaiations, what we detemine is limited to the application that we ae studying E.g., if A bette than A 2 on speech ecognition, that means nothing about video analysis In planning expeiments, need to ensue that taining data not used fo evaluation I.e., don t test on the taining set! Will bias the pefomance estimato Also holds fo validation set used fo ealy stopping, tuning paametes, etc. Validation set seves as pat of taining set, but not used fo model building 25 / / 52 (cont d) Let eo D (h) be - loss of h on instances dawn accoding to distibution D. If V contains examples, dawn independently of h and each othe 3 Let eo D (h) be - loss of h on instances dawn accoding to distibution D. If V contains examples, dawn independently of h and each othe 3 Then with appoximately 95% pobability, eo D (h) lies in Then with appoximately c% pobability, eo D (h) lies in 27 / 52 eov (h)( eo V (h)) eo V (h) ±.96 E.g. hypothesis h misclassifies 2 of the 4 examples in test set V: eo V (h) = 2 4 =.3 Then with appox. 95% confidence, eo D (h) 2 [.58,.442] 28 / 52 Why? eov (h)( eo V (h)) eo V (h) ± z c %: 5% 68% 8% 9% 95% 98% 99% z c : eo V (h) is a Random Vaiable Binomial Pobability Distibution 29 / 52 Repeatedly un the expeiment, each with diffeent andomly dawn V (each of size ) Pobability of obseving misclassified examples: P() P() = Binomial distibution fo n = 4, p = eo D (h) ( eo D (h)) I.e., let eo D (h) be pobability of heads in biased coin, then P() =pob. of getting heads out of flips 3 / 52 P() = p ( p)! =!( )! p ( p) Pobability P() of heads in coin flips, if p = P(heads) Expected, o mean value of X, E[X] (= # heads on flips = # mistakes on test exs), is X E[X] ip(i) =p = eo D (h) Vaiance of X is i= Va(X) E[(X E[X]) 2 ]=p( p) Standad deviation of X, X, is q E[(X E[X]) 2 ]= p p( p) X

6 Appoximate Binomial Dist. with omal omal Pobability Distibution 3 / 52 eo V (h) =/ is binomially distibuted, with mean µ eov (h) = eo D (h) (i.e., unbiased est.) standad deviation eov (h) eod (h)( eo D (h)) eo V (h) = (inceasing deceases vaiance) Want to compute confidence inteval = inteval centeed at eo D (h) containing c% of the weight unde the distibution Appoximate binomial by nomal (Gaussian) dist: mean µ eov (h) = eo D (h) standad deviation eov (h) eov (h)( eo V (h)) eo V (h) 32 / omal distibution with mean, standad deviation ! p(x) = p exp x µ The pobability that X will fall into the inteval (a, b) is given by R b a p(x) dx Expected, o mean value of X, E[X], is E[X] =µ Vaiance is Va(X) = 2, standad deviation is X = omal Pobability Distibution (cont d) omal Pobability Distibution (cont d) % of aea (pobability) lies in µ ±.28 c% of aea (pobability) lies in µ ± z c c%: 5% 68% 8% 9% 95% 98% 99% z c : Can also have one-sided bounds: c% of aea lies <µ+ z c o >µ z c, whee z c = z ( c)/2 c%: 5% 68% 8% 9% 95% 98% 99% z c: / / 52 Revisited Cental Limit Theoem 35 / 52 If V contains 3 examples, indep. of h and each othe Then with appoximately 95% pobability, eo V (h) lies in eod (h)( eo D (h)) eo D (h) ±.96 Equivalently, eo D (h) lies in eod (h)( eo D (h)) eo V (h) ±.96 which is appoximately eov (h)( eo V (h)) eo V (h) ±.96 (One-sided bounds yield uppe o lowe eo bounds) 36 / 52 How can we justify appoximation? Conside set of iid andom vaiables Y,...,Y, all fom abitay pobability distibution with mean µ and finite vaiance 2. Define sample mean Ȳ (/) P n i= Y i Ȳ is itself a andom vaiable, i.e., esult of an expeiment (e.g., eo S (h) =/) Cental Limit Theoem: As!, the distibution govening Ȳ appoaches nomal distibution with mean µ and vaiance 2 / Thus the distibution of eo S (h) is appoximately nomal fo lage, and its expected value is eo D (h) (Rule of thumb: 3 when estimato s distibution is binomial; might need to be lage fo othe distibutions)

7 Calculating 37 / 52 Pick paamete to estimate: eo D (h) (- loss on distibution D) 2 Choose an estimato: eo V (h) (- loss on independent test set V) 3 Detemine pobability distibution that govens estimato: eo V (h) govened by binomial distibution, appoximated by nomal when 3 4 Find inteval (L, U) such that c% of pobability mass falls in the inteval Could have L = o U = Use table of z c o z c values (if distibution nomal) Distibution 38 / 52 What if we want to compae two leaning algoithms L and L 2 (e.g., two A achitectues, two egulaizes, etc.) on a specific application? Insufficient to simply compae eo ates on a single test set Use K-fold coss validation and a paied t test K-Fold Coss Validation K-Fold Coss Validation (cont d) Distibution 39 / 52 Patition data set X into K equal-sized subsets X, X 2,...,X K, whee X i 3 2 Fo i fom to K, do (Use X i fo testing, and est fo taining) V i = X i 2 T i = X\X i 3 Tain leaning algoithm L on T i to get h i 4 Tain leaning algoithm L 2 on T i to get h 2 i 5 Let p j i be eo of hj i on test set V i 6 p i = p i p 2 i 3 Eo diffeence estimate p =(/K) P K i p i Distibution 4 / 52 ow estimate confidence that tue expected eo diffeence < ) Confidence that L is bette than L 2 on leaning task Use one-sided test, with confidence deived fom student s t distibution with K degees of feedom With appoximately c% pobability, tue diffeence of expected eo between L and L 2 is at most whee p + t c,k s p v u s p t KX (p i p) 2 K(K ) i= Distibution (One-Sided Test) Caveat Distibution 4 / 52 If p + t c,k s p < ou assetion that L has less eo than L 2 is suppoted with confidence c So if K-fold CV used, compute p, look up t c,k and check if p < t c,k s p One-sided test; says nothing about L 2 ove L Distibution 42 / 52 Say you want to show that leaning algoithm L pefoms bette than algoithms L 2, L 3, L 4, L 5 If you use K-fold CV to show supeio pefomance of L ove each of L 2,...,L 5 at 95% confidence, thee s a 5% chance each one is wong ) Thee s an ove 8.5% chance that at least one is wong ) Ou oveall confidence is only just ove 8% eed to account fo this, o use moe appopiate test

8 Moe Specific Measues Confusion Matices So fa, we ve looked at a single eo ate to compae hypotheses/leaning algoithms/etc. This may not tell the whole stoy: test examples: 2 positive, 98 negative h gets 2/2 pos coect, 965/98 neg coect, fo accuacy of ( )/(2 + 98) =.967 Petty impessive, except that always pedicting negative yields accuacy =.98 Would we athe have h 2, which gets 9/2 pos coect and 93/98 neg, fo accuacy =.949? Depends on how impotant the positives ae, i.e., fequency in pactice and/o cost (e.g., cance diagnosis) Beak down eo into type: tue positive, etc. Pedicted Class Tue Class Positive egative Total Positive tp : tue positive fn : false negative p egative fp : false positive tn : tue negative n Total p n Genealizes to multiple classes Allows one to quickly assess which classes ae missed the most, and into what othe class Measues 43 / 52 Measues 44 / 52 ROC Cuves ROC Cuves Plotting tp vesus fp Conside classification via A + linea theshold unit omally theshold f (x; w, b) at, but what if we changed it? Keeping w fixed while changing theshold = fixing hypeplane s slope while moving along its nomal vecto Conside the always hyp. What is fp? What is tp? What about the always + hyp? In between the extemes, we plot TP vesus FP by soting the test examples by the confidence values Measues 45 / 52 b ped all! ped all + Get a set of classifies, one pe labeling of test set Simila situation with any classifie with confidence value, e.g., pobability-based Measues 46 / 52 Ex Confidence label Ex Confidence label x x x x x x x x x x ROC Cuves Plotting tp vesus fp (cont d) ROC Cuves Convex Hull TP x5 x TP ID3 naive Bayes FP Measues 47 / 52 x FP Measues 48 / 52 The convex hull of the ROC cuve yields a collection of classifies, each optimal unde diffeent conditions If FP cost = F cost, then daw a line with slope / P at (, ) and dag it towads convex hull until you touch it; that s you opeating point Can use as a classifie any pat of the hull since can andomly select between two classifies

9 ROC Cuves Convex Hull ROC Cuves Miscellany Measues 49 / 52 TP ID3 naive Bayes Can also compae cuves against single-point classifies when no cuves In plot, ID3 bette than ou SVM iff negatives scace; nb neve bette FP Measues 5 / 52 What is the wost possible ROC cuve? One metic fo measuing a cuve s goodness: aea unde cuve (AUC): P x +2P P x 2 I(h(x +) > h(x )) P i.e., ank all examples by confidence in + pediction, count the numbe of times a positively-labeled example (fom P) is anked above a negatively-labeled one (fom ), then nomalize What is the best value? Distibution appoximately nomal if P, >, so can find confidence intevals Catching on as a bette scala measue of pefomance than eo ate ROC analysis possible (though ticky) with multi-class poblems Pecision-Recall Cuves Pecision-Recall Cuves (cont d) Conside infomation etieval task, e.g., web seach As with ROC, can vay theshold to tade off pecision against ecall Measues 5 / 52 pecision = tp/p = faction of etieved that ae positive ecall = tp/p = faction of positives etieved Measues 52 / 52 Can compae cuves based on containment Use F -measue to combine at a specific point, whee weights pecision vs ecall: F ( + 2 pecision ecall ) ( 2 pecision)+ecall

CSCE 478/878 Lecture 4: Experimental Design and Analysis. Stephen Scott. 3 Building a tree on the training set Introduction. Outline.

CSCE 478/878 Lecture 4: Experimental Design and Analysis. Stephen Scott. 3 Building a tree on the training set Introduction. Outline. In Homewok, you ae (supposedly) Choosing a data set 2 Extacting a test set of size > 3 3 Building a tee on the taining set 4 Testing on the test set 5 Repoting the accuacy (Adapted fom Ethem Alpaydin and

More information

Regularization. CSCE 970 Lecture 3: Regularization. Stephen Scott and Vinod Variyam. Introduction. Outline

Regularization. CSCE 970 Lecture 3: Regularization. Stephen Scott and Vinod Variyam. Introduction. Outline Other Measures 1 / 52 sscott@cse.unl.edu learning can generally be distilled to an optimization problem Choose a classifier (function, hypothesis) from a set of functions that minimizes an objective function

More information

Stephen Scott.

Stephen Scott. 1 / 35 (Adapted from Ethem Alpaydin and Tom Mitchell) sscott@cse.unl.edu In Homework 1, you are (supposedly) 1 Choosing a data set 2 Extracting a test set of size > 30 3 Building a tree on the training

More information

MULTILAYER PERCEPTRONS

MULTILAYER PERCEPTRONS Last updated: Nov 26, 2012 MULTILAYER PERCEPTRONS Outline 2 Combining Linea Classifies Leaning Paametes Outline 3 Combining Linea Classifies Leaning Paametes Implementing Logical Relations 4 AND and OR

More information

4/18/2005. Statistical Learning Theory

4/18/2005. Statistical Learning Theory Statistical Leaning Theoy Statistical Leaning Theoy A model of supevised leaning consists of: a Envionment - Supplying a vecto x with a fixed but unknown pdf F x (x b Teache. It povides a desied esponse

More information

The Substring Search Problem

The Substring Search Problem The Substing Seach Poblem One algoithm which is used in a vaiety of applications is the family of substing seach algoithms. These algoithms allow a use to detemine if, given two chaacte stings, one is

More information

Numerical Integration

Numerical Integration MCEN 473/573 Chapte 0 Numeical Integation Fall, 2006 Textbook, 0.4 and 0.5 Isopaametic Fomula Numeical Integation [] e [ ] T k = h B [ D][ B] e B Jdsdt In pactice, the element stiffness is calculated numeically.

More information

6 Matrix Concentration Bounds

6 Matrix Concentration Bounds 6 Matix Concentation Bounds Concentation bounds ae inequalities that bound pobabilities of deviations by a andom vaiable fom some value, often its mean. Infomally, they show the pobability that a andom

More information

Revision of Lecture Eight

Revision of Lecture Eight Revision of Lectue Eight Baseband equivalent system and equiements of optimal tansmit and eceive filteing: (1) achieve zeo ISI, and () maximise the eceive SNR Thee detection schemes: Theshold detection

More information

Goodness-of-fit for composite hypotheses.

Goodness-of-fit for composite hypotheses. Section 11 Goodness-of-fit fo composite hypotheses. Example. Let us conside a Matlab example. Let us geneate 50 obsevations fom N(1, 2): X=nomnd(1,2,50,1); Then, unning a chi-squaed goodness-of-fit test

More information

Random Variables and Probability Distribution Random Variable

Random Variables and Probability Distribution Random Variable Random Vaiables and Pobability Distibution Random Vaiable Random vaiable: If S is the sample space P(S) is the powe set of the sample space, P is the pobability of the function then (S, P(S), P) is called

More information

Chem 453/544 Fall /08/03. Exam #1 Solutions

Chem 453/544 Fall /08/03. Exam #1 Solutions Chem 453/544 Fall 3 /8/3 Exam # Solutions. ( points) Use the genealized compessibility diagam povided on the last page to estimate ove what ange of pessues A at oom tempeatue confoms to the ideal gas law

More information

Nuclear Medicine Physics 02 Oct. 2007

Nuclear Medicine Physics 02 Oct. 2007 Nuclea Medicine Physics Oct. 7 Counting Statistics and Eo Popagation Nuclea Medicine Physics Lectues Imaging Reseach Laboatoy, Radiology Dept. Lay MacDonald 1//7 Statistics (Summaized in One Slide) Type

More information

Multiple Criteria Secretary Problem: A New Approach

Multiple Criteria Secretary Problem: A New Approach J. Stat. Appl. Po. 3, o., 9-38 (04 9 Jounal of Statistics Applications & Pobability An Intenational Jounal http://dx.doi.og/0.785/jsap/0303 Multiple Citeia Secetay Poblem: A ew Appoach Alaka Padhye, and

More information

Value Prediction with FA. Chapter 8: Generalization and Function Approximation. Adapt Supervised Learning Algorithms. Backups as Training Examples [ ]

Value Prediction with FA. Chapter 8: Generalization and Function Approximation. Adapt Supervised Learning Algorithms. Backups as Training Examples [ ] Chapte 8: Genealization and Function Appoximation Objectives of this chapte:! Look at how expeience with a limited pat of the state set be used to poduce good behavio ove a much lage pat.! Oveview of function

More information

6 PROBABILITY GENERATING FUNCTIONS

6 PROBABILITY GENERATING FUNCTIONS 6 PROBABILITY GENERATING FUNCTIONS Cetain deivations pesented in this couse have been somewhat heavy on algeba. Fo example, detemining the expectation of the Binomial distibution (page 5.1 tuned out to

More information

Chapter 8: Generalization and Function Approximation

Chapter 8: Generalization and Function Approximation Chapte 8: Genealization and Function Appoximation Objectives of this chapte: Look at how expeience with a limited pat of the state set be used to poduce good behavio ove a much lage pat. Oveview of function

More information

Stanford University CS259Q: Quantum Computing Handout 8 Luca Trevisan October 18, 2012

Stanford University CS259Q: Quantum Computing Handout 8 Luca Trevisan October 18, 2012 Stanfod Univesity CS59Q: Quantum Computing Handout 8 Luca Tevisan Octobe 8, 0 Lectue 8 In which we use the quantum Fouie tansfom to solve the peiod-finding poblem. The Peiod Finding Poblem Let f : {0,...,

More information

Topic 4a Introduction to Root Finding & Bracketing Methods

Topic 4a Introduction to Root Finding & Bracketing Methods /8/18 Couse Instucto D. Raymond C. Rumpf Office: A 337 Phone: (915) 747 6958 E Mail: cumpf@utep.edu Topic 4a Intoduction to Root Finding & Backeting Methods EE 4386/531 Computational Methods in EE Outline

More information

Multiple Experts with Binary Features

Multiple Experts with Binary Features Multiple Expets with Binay Featues Ye Jin & Lingen Zhang Decembe 9, 2010 1 Intoduction Ou intuition fo the poect comes fom the pape Supevised Leaning fom Multiple Expets: Whom to tust when eveyone lies

More information

F-IF Logistic Growth Model, Abstract Version

F-IF Logistic Growth Model, Abstract Version F-IF Logistic Gowth Model, Abstact Vesion Alignments to Content Standads: F-IFB4 Task An impotant example of a model often used in biology o ecology to model population gowth is called the logistic gowth

More information

Teachers notes. Beyond the Thrills excursions. Worksheets in this book. Completing the worksheets

Teachers notes. Beyond the Thrills excursions. Worksheets in this book. Completing the worksheets Beyond the Thills excusions Teaches notes Physics is the science of how the wold (and Univese) woks. Luna Pak Sydney is a lage hands-on physics laboatoy full of fee falling objects, otating systems and

More information

3.1 Random variables

3.1 Random variables 3 Chapte III Random Vaiables 3 Random vaiables A sample space S may be difficult to descibe if the elements of S ae not numbes discuss how we can use a ule by which an element s of S may be associated

More information

LET a random variable x follows the two - parameter

LET a random variable x follows the two - parameter INTERNATIONAL JOURNAL OF MATHEMATICS AND SCIENTIFIC COMPUTING ISSN: 2231-5330, VOL. 5, NO. 1, 2015 19 Shinkage Bayesian Appoach in Item - Failue Gamma Data In Pesence of Pio Point Guess Value Gyan Pakash

More information

PROBLEM SET #1 SOLUTIONS by Robert A. DiStasio Jr.

PROBLEM SET #1 SOLUTIONS by Robert A. DiStasio Jr. POBLM S # SOLUIONS by obet A. DiStasio J. Q. he Bon-Oppenheime appoximation is the standad way of appoximating the gound state of a molecula system. Wite down the conditions that detemine the tonic and

More information

Related Rates - the Basics

Related Rates - the Basics Related Rates - the Basics In this section we exploe the way we can use deivatives to find the velocity at which things ae changing ove time. Up to now we have been finding the deivative to compae the

More information

Alternative Tests for the Poisson Distribution

Alternative Tests for the Poisson Distribution Chiang Mai J Sci 015; 4() : 774-78 http://epgsciencecmuacth/ejounal/ Contibuted Pape Altenative Tests fo the Poisson Distibution Manad Khamkong*[a] and Pachitjianut Siipanich [b] [a] Depatment of Statistics,

More information

Temporal-Difference Learning

Temporal-Difference Learning .997 Decision-Making in Lage-Scale Systems Mach 17 MIT, Sping 004 Handout #17 Lectue Note 13 1 Tempoal-Diffeence Leaning We now conside the poblem of computing an appopiate paamete, so that, given an appoximation

More information

Δt The textbook chooses to say that the average velocity is

Δt The textbook chooses to say that the average velocity is 1-D Motion Basic I Definitions: One dimensional motion (staight line) is a special case of motion whee all but one vecto component is zeo We will aange ou coodinate axis so that the x-axis lies along the

More information

FALL 2006 EXAM C SOLUTIONS

FALL 2006 EXAM C SOLUTIONS FALL 006 EXAM C SOLUTIONS Question # Key: E With n + = 6, we need the 0.3(6) = 4.8 and 0.65(6) = 0.4 smallest obsevations. They ae 0.(80) + 0.8(350) = 336 and 0.6(450) + 0.4(490) = 466. The equations to

More information

Central Coverage Bayes Prediction Intervals for the Generalized Pareto Distribution

Central Coverage Bayes Prediction Intervals for the Generalized Pareto Distribution Statistics Reseach Lettes Vol. Iss., Novembe Cental Coveage Bayes Pediction Intevals fo the Genealized Paeto Distibution Gyan Pakash Depatment of Community Medicine S. N. Medical College, Aga, U. P., India

More information

Information Retrieval (Relevance Feedback & Query Expansion)

Information Retrieval (Relevance Feedback & Query Expansion) Infomation Retieval (Relevance Feedback & Quey Epansion) Fabio Aiolli http://www.math.unipd.it/~aiolli Dipatimento di Matematica Univesità di Padova Anno Accademico 1 Relevance feedback and quey epansion

More information

Determining solar characteristics using planetary data

Determining solar characteristics using planetary data Detemining sola chaacteistics using planetay data Intoduction The Sun is a G-type main sequence sta at the cente of the Sola System aound which the planets, including ou Eath, obit. In this investigation

More information

B. Spherical Wave Propagation

B. Spherical Wave Propagation 11/8/007 Spheical Wave Popagation notes 1/1 B. Spheical Wave Popagation Evey antenna launches a spheical wave, thus its powe density educes as a function of 1, whee is the distance fom the antenna. We

More information

A Deep Convolutional Neural Network Based on Nested Residue Number System

A Deep Convolutional Neural Network Based on Nested Residue Number System A Deep Convolutional Neual Netwok Based on Nested Residue Numbe System Hioki Nakahaa Ehime Univesity, Japan Tsutomu Sasao Meiji Univesity, Japan Abstact A pe-tained deep convolutional neual netwok (DCNN)

More information

33. 12, or its reciprocal. or its negative.

33. 12, or its reciprocal. or its negative. Page 6 The Point is Measuement In spite of most of what has been said up to this point, we did not undetake this poject with the intent of building bette themometes. The point is to measue the peson. Because

More information

Markscheme May 2017 Calculus Higher level Paper 3

Markscheme May 2017 Calculus Higher level Paper 3 M7/5/MATHL/HP3/ENG/TZ0/SE/M Makscheme May 07 Calculus Highe level Pape 3 pages M7/5/MATHL/HP3/ENG/TZ0/SE/M This makscheme is the popety of the Intenational Baccalaueate and must not be epoduced o distibuted

More information

Analysis of spatial correlations in marked point processes

Analysis of spatial correlations in marked point processes Analysis of spatial coelations in maked point pocesses with application to micogeogaphic economical data Joint wok with W. Bachat-Schwaz, F. Fleische, P. Gabanik, V. Schmidt and W. Walla Stefanie Eckel

More information

Pearson s Chi-Square Test Modifications for Comparison of Unweighted and Weighted Histograms and Two Weighted Histograms

Pearson s Chi-Square Test Modifications for Comparison of Unweighted and Weighted Histograms and Two Weighted Histograms Peason s Chi-Squae Test Modifications fo Compaison of Unweighted and Weighted Histogams and Two Weighted Histogams Univesity of Akueyi, Bogi, v/noduslód, IS-6 Akueyi, Iceland E-mail: nikolai@unak.is Two

More information

GENLOG Multinomial Loglinear and Logit Models

GENLOG Multinomial Loglinear and Logit Models GENLOG Multinomial Loglinea and Logit Models Notation This chapte descibes the algoithms used to calculate maximum-likelihood estimates fo the multinomial loglinea model and the multinomial logit model.

More information

Spectrum Sensing Using Energy Detectors with Performance Computation Capabilities

Spectrum Sensing Using Energy Detectors with Performance Computation Capabilities th Euopean Signal Pocessing Confeence (EUSIPCO Spectum Sensing Using Enegy etectos with Pefomance Computation Capabilities Luca Rugini, Paolo Banelli epatment of Engineeing Univesity of Peugia Peugia,

More information

Information Retrieval Advanced IR models. Luca Bondi

Information Retrieval Advanced IR models. Luca Bondi Advanced IR models Luca Bondi Advanced IR models 2 (LSI) Pobabilistic Latent Semantic Analysis (plsa) Vecto Space Model 3 Stating point: Vecto Space Model Documents and queies epesented as vectos in the

More information

Lecture 8 - Gauss s Law

Lecture 8 - Gauss s Law Lectue 8 - Gauss s Law A Puzzle... Example Calculate the potential enegy, pe ion, fo an infinite 1D ionic cystal with sepaation a; that is, a ow of equally spaced chages of magnitude e and altenating sign.

More information

Bayesian Congestion Control over a Markovian Network Bandwidth Process

Bayesian Congestion Control over a Markovian Network Bandwidth Process Bayesian Congestion Contol ove a Makovian Netwok Bandwidth Pocess Paisa Mansouifad,, Bhaska Kishnamachai, Taa Javidi Ming Hsieh Depatment of Electical Engineeing, Univesity of Southen Califonia, Los Angeles,

More information

Psychometric Methods: Theory into Practice Larry R. Price

Psychometric Methods: Theory into Practice Larry R. Price ERRATA Psychometic Methods: Theoy into Pactice Lay R. Pice Eos wee made in Equations 3.5a and 3.5b, Figue 3., equations and text on pages 76 80, and Table 9.1. Vesions of the elevant pages that include

More information

10/04/18. P [P(x)] 1 negl(n).

10/04/18. P [P(x)] 1 negl(n). Mastemath, Sping 208 Into to Lattice lgs & Cypto Lectue 0 0/04/8 Lectues: D. Dadush, L. Ducas Scibe: K. de Boe Intoduction In this lectue, we will teat two main pats. Duing the fist pat we continue the

More information

Physics 235 Chapter 5. Chapter 5 Gravitation

Physics 235 Chapter 5. Chapter 5 Gravitation Chapte 5 Gavitation In this Chapte we will eview the popeties of the gavitational foce. The gavitational foce has been discussed in geat detail in you intoductoy physics couses, and we will pimaily focus

More information

New problems in universal algebraic geometry illustrated by boolean equations

New problems in universal algebraic geometry illustrated by boolean equations New poblems in univesal algebaic geomety illustated by boolean equations axiv:1611.00152v2 [math.ra] 25 Nov 2016 Atem N. Shevlyakov Novembe 28, 2016 Abstact We discuss new poblems in univesal algebaic

More information

Surveillance Points in High Dimensional Spaces

Surveillance Points in High Dimensional Spaces Société de Calcul Mathématique SA Tools fo decision help since 995 Suveillance Points in High Dimensional Spaces by Benad Beauzamy Januay 06 Abstact Let us conside any compute softwae, elying upon a lage

More information

The second law of thermodynamics - II.

The second law of thermodynamics - II. Januay 21, 2013 The second law of themodynamics - II. Asaf Pe e 1 1. The Schottky defect At absolute zeo tempeatue, the atoms of a solid ae odeed completely egulaly on a cystal lattice. As the tempeatue

More information

Notes on McCall s Model of Job Search. Timothy J. Kehoe March if job offer has been accepted. b if searching

Notes on McCall s Model of Job Search. Timothy J. Kehoe March if job offer has been accepted. b if searching Notes on McCall s Model of Job Seach Timothy J Kehoe Mach Fv ( ) pob( v), [, ] Choice: accept age offe o eceive b and seach again next peiod An unemployed oke solves hee max E t t y t y t if job offe has

More information

Math 301: The Erdős-Stone-Simonovitz Theorem and Extremal Numbers for Bipartite Graphs

Math 301: The Erdős-Stone-Simonovitz Theorem and Extremal Numbers for Bipartite Graphs Math 30: The Edős-Stone-Simonovitz Theoem and Extemal Numbes fo Bipatite Gaphs May Radcliffe The Edős-Stone-Simonovitz Theoem Recall, in class we poved Tuán s Gaph Theoem, namely Theoem Tuán s Theoem Let

More information

ASTR415: Problem Set #6

ASTR415: Problem Set #6 ASTR45: Poblem Set #6 Cuan D. Muhlbege Univesity of Mayland (Dated: May 7, 27) Using existing implementations of the leapfog and Runge-Kutta methods fo solving coupled odinay diffeential equations, seveal

More information

Topic 5. Mean separation: Multiple comparisons [ST&D Ch.8, except 8.3]

Topic 5. Mean separation: Multiple comparisons [ST&D Ch.8, except 8.3] 5.1 Topic 5. Mean sepaation: Multiple compaisons [ST&D Ch.8, except 8.3] 5. 1. Basic concepts In the analysis of vaiance, the null hypothesis that is tested is always that all means ae equal. If the F

More information

Basic Bridge Circuits

Basic Bridge Circuits AN7 Datafoth Copoation Page of 6 DID YOU KNOW? Samuel Hunte Chistie (784-865) was bon in London the son of James Chistie, who founded Chistie's Fine At Auctionees. Samuel studied mathematics at Tinity

More information

Some technical details on confidence. intervals for LIFT measures in data. mining

Some technical details on confidence. intervals for LIFT measures in data. mining Some technical details on confidence intevals fo LIFT measues in data mining Wenxin Jiang and Yu Zhao June 2, 2014 Abstact A LIFT measue, such as the esponse ate, lift, o the pecentage of captued esponse,

More information

SMT 2013 Team Test Solutions February 2, 2013

SMT 2013 Team Test Solutions February 2, 2013 1 Let f 1 (n) be the numbe of divisos that n has, and define f k (n) = f 1 (f k 1 (n)) Compute the smallest intege k such that f k (013 013 ) = Answe: 4 Solution: We know that 013 013 = 3 013 11 013 61

More information

Suggested Solutions to Homework #4 Econ 511b (Part I), Spring 2004

Suggested Solutions to Homework #4 Econ 511b (Part I), Spring 2004 Suggested Solutions to Homewok #4 Econ 5b (Pat I), Sping 2004. Conside a neoclassical gowth model with valued leisue. The (epesentative) consume values steams of consumption and leisue accoding to P t=0

More information

Quantum Fourier Transform

Quantum Fourier Transform Chapte 5 Quantum Fouie Tansfom Many poblems in physics and mathematics ae solved by tansfoming a poblem into some othe poblem with a known solution. Some notable examples ae Laplace tansfom, Legende tansfom,

More information

ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION. 1. Introduction. 1 r r. r k for every set E A, E \ {0},

ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION. 1. Introduction. 1 r r. r k for every set E A, E \ {0}, ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION E. J. IONASCU and A. A. STANCU Abstact. We ae inteested in constucting concete independent events in puely atomic pobability

More information

Pulse Neutron Neutron (PNN) tool logging for porosity Some theoretical aspects

Pulse Neutron Neutron (PNN) tool logging for porosity Some theoretical aspects Pulse Neuton Neuton (PNN) tool logging fo poosity Some theoetical aspects Intoduction Pehaps the most citicism of Pulse Neuton Neuon (PNN) logging methods has been chage that PNN is to sensitive to the

More information

Research Design - - Topic 17 Multiple Regression & Multiple Correlation: Two Predictors 2009 R.C. Gardner, Ph.D.

Research Design - - Topic 17 Multiple Regression & Multiple Correlation: Two Predictors 2009 R.C. Gardner, Ph.D. Reseach Design - - Topic 7 Multiple Regession & Multiple Coelation: Two Pedictos 009 R.C. Gadne, Ph.D. Geneal Rationale and Basic Aithmetic fo two pedictos Patial and semipatial coelation Regession coefficients

More information

2 x 8 2 x 2 SKILLS Determine whether the given value is a solution of the. equation. (a) x 2 (b) x 4. (a) x 2 (b) x 4 (a) x 4 (b) x 8

2 x 8 2 x 2 SKILLS Determine whether the given value is a solution of the. equation. (a) x 2 (b) x 4. (a) x 2 (b) x 4 (a) x 4 (b) x 8 5 CHAPTER Fundamentals When solving equations that involve absolute values, we usually take cases. EXAMPLE An Absolute Value Equation Solve the equation 0 x 5 0 3. SOLUTION By the definition of absolute

More information

INTRODUCTION. 2. Vectors in Physics 1

INTRODUCTION. 2. Vectors in Physics 1 INTRODUCTION Vectos ae used in physics to extend the study of motion fom one dimension to two dimensions Vectos ae indispensable when a physical quantity has a diection associated with it As an example,

More information

1. Review of Probability.

1. Review of Probability. 1. Review of Pobability. What is pobability? Pefom an expeiment. The esult is not pedictable. One of finitely many possibilities R 1, R 2,, R k can occu. Some ae pehaps moe likely than othes. We assign

More information

EM Boundary Value Problems

EM Boundary Value Problems EM Bounday Value Poblems 10/ 9 11/ By Ilekta chistidi & Lee, Seung-Hyun A. Geneal Desciption : Maxwell Equations & Loentz Foce We want to find the equations of motion of chaged paticles. The way to do

More information

Hypothesis Test and Confidence Interval for the Negative Binomial Distribution via Coincidence: A Case for Rare Events

Hypothesis Test and Confidence Interval for the Negative Binomial Distribution via Coincidence: A Case for Rare Events Intenational Jounal of Contempoay Mathematical Sciences Vol. 12, 2017, no. 5, 243-253 HIKARI Ltd, www.m-hikai.com https://doi.og/10.12988/ijcms.2017.7728 Hypothesis Test and Confidence Inteval fo the Negative

More information

Lecture 7 Topic 5: Multiple Comparisons (means separation)

Lecture 7 Topic 5: Multiple Comparisons (means separation) Lectue 7 Topic 5: Multiple Compaisons (means sepaation) ANOVA: H 0 : µ 1 = µ =... = µ t H 1 : The mean of at least one teatment goup is diffeent If thee ae moe than two teatments in the expeiment, futhe

More information

HOW TO TEACH THE FUNDAMENTALS OF INFORMATION SCIENCE, CODING, DECODING AND NUMBER SYSTEMS?

HOW TO TEACH THE FUNDAMENTALS OF INFORMATION SCIENCE, CODING, DECODING AND NUMBER SYSTEMS? 6th INTERNATIONAL MULTIDISCIPLINARY CONFERENCE HOW TO TEACH THE FUNDAMENTALS OF INFORMATION SCIENCE, CODING, DECODING AND NUMBER SYSTEMS? Cecília Sitkuné Göömbei College of Nyíegyháza Hungay Abstact: The

More information

Introduction to Mathematical Statistics Robert V. Hogg Joeseph McKean Allen T. Craig Seventh Edition

Introduction to Mathematical Statistics Robert V. Hogg Joeseph McKean Allen T. Craig Seventh Edition Intoduction to Mathematical Statistics Robet V. Hogg Joeseph McKean Allen T. Caig Seventh Edition Peason Education Limited Edinbugh Gate Halow Essex CM2 2JE England and Associated Companies thoughout the

More information

Directed Regression. Benjamin Van Roy Stanford University Stanford, CA Abstract

Directed Regression. Benjamin Van Roy Stanford University Stanford, CA Abstract Diected Regession Yi-hao Kao Stanfod Univesity Stanfod, CA 94305 yihaoao@stanfod.edu Benjamin Van Roy Stanfod Univesity Stanfod, CA 94305 bv@stanfod.edu Xiang Yan Stanfod Univesity Stanfod, CA 94305 xyan@stanfod.edu

More information

and the correct answer is D.

and the correct answer is D. @. Assume the pobability of a boy being bon is the same as a gil. The pobability that in a family of 5 childen thee o moe childen will be gils is given by A) B) C) D) Solution: The pobability of a gil

More information

PAPER 39 STOCHASTIC NETWORKS

PAPER 39 STOCHASTIC NETWORKS MATHEMATICAL TRIPOS Pat III Tuesday, 2 June, 2015 1:30 pm to 4:30 pm PAPER 39 STOCHASTIC NETWORKS Attempt no moe than FOUR questions. Thee ae FIVE questions in total. The questions cay equal weight. STATIONERY

More information

MEASURES OF BLOCK DESIGN EFFICIENCY RECOVERING INTERBLOCK INFORMATION

MEASURES OF BLOCK DESIGN EFFICIENCY RECOVERING INTERBLOCK INFORMATION MEASURES OF BLOCK DESIGN EFFICIENCY RECOVERING INTERBLOCK INFORMATION Walte T. Fedee 337 Waen Hall, Biometics Unit Conell Univesity Ithaca, NY 4853 and Tey P. Speed Division of Mathematics & Statistics,

More information

A thermodynamic degree of freedom solution to the galaxy cluster problem of MOND. Abstract

A thermodynamic degree of freedom solution to the galaxy cluster problem of MOND. Abstract A themodynamic degee of feedom solution to the galaxy cluste poblem of MOND E.P.J. de Haas (Paul) Nijmegen, The Nethelands (Dated: Octobe 23, 2015) Abstact In this pape I discus the degee of feedom paamete

More information

( ) F α. a. Sketch! r as a function of r for fixed θ. For the sketch, assume that θ is roughly the same ( )

( ) F α. a. Sketch! r as a function of r for fixed θ. For the sketch, assume that θ is roughly the same ( ) . An acoustic a eflecting off a wav bounda (such as the sea suface) will see onl that pat of the bounda inclined towad the a. Conside a a with inclination to the hoizontal θ (whee θ is necessail positive,

More information

Bayesian Analysis of Topp-Leone Distribution under Different Loss Functions and Different Priors

Bayesian Analysis of Topp-Leone Distribution under Different Loss Functions and Different Priors J. tat. Appl. Po. Lett. 3, No. 3, 9-8 (6) 9 http://dx.doi.og/.8576/jsapl/33 Bayesian Analysis of Topp-Leone Distibution unde Diffeent Loss Functions and Diffeent Pios Hummaa ultan * and. P. Ahmad Depatment

More information

RANSAC for (Quasi-)Degenerate data (QDEGSAC)

RANSAC for (Quasi-)Degenerate data (QDEGSAC) RANSAC fo (Quasi-)Degeneate data (QDEGSAC) Jan-Michael Fahm and Mac Pollefeys Depatment of Compute Science, Univesity of Noth Caolina at Chapel Hill, Chapel Hill, NC 27599 {jmf, mac}@cs.unc.edu Abstact

More information

Boundary Layers and Singular Perturbation Lectures 16 and 17 Boundary Layers and Singular Perturbation. x% 0 Ω0æ + Kx% 1 Ω0æ + ` : 0. (9.

Boundary Layers and Singular Perturbation Lectures 16 and 17 Boundary Layers and Singular Perturbation. x% 0 Ω0æ + Kx% 1 Ω0æ + ` : 0. (9. Lectues 16 and 17 Bounday Layes and Singula Petubation A Regula Petubation In some physical poblems, the solution is dependent on a paamete K. When the paamete K is vey small, it is natual to expect that

More information

MEASURING CHINESE RISK AVERSION

MEASURING CHINESE RISK AVERSION MEASURING CHINESE RISK AVERSION --Based on Insuance Data Li Diao (Cental Univesity of Finance and Economics) Hua Chen (Cental Univesity of Finance and Economics) Jingzhen Liu (Cental Univesity of Finance

More information

A Bijective Approach to the Permutational Power of a Priority Queue

A Bijective Approach to the Permutational Power of a Priority Queue A Bijective Appoach to the Pemutational Powe of a Pioity Queue Ia M. Gessel Kuang-Yeh Wang Depatment of Mathematics Bandeis Univesity Waltham, MA 02254-9110 Abstact A pioity queue tansfoms an input pemutation

More information

MATHEMATICS GRADE 12 SESSION 38 (LEARNER NOTES)

MATHEMATICS GRADE 12 SESSION 38 (LEARNER NOTES) EXAM PREPARATION PAPER (A) Leane Note: In this session you will be given the oppotunity to wok on a past examination pape (Feb/Ma 010 DoE Pape ). The pape consists of 1 questions. Question 1, and will

More information

Likelihood vs. Information in Aligning Biopolymer Sequences. UCSD Technical Report CS Timothy L. Bailey

Likelihood vs. Information in Aligning Biopolymer Sequences. UCSD Technical Report CS Timothy L. Bailey Likelihood vs. Infomation in Aligning Biopolyme Sequences UCSD Technical Repot CS93-318 Timothy L. Bailey Depatment of Compute Science and Engineeing Univesity of Califonia, San Diego 1 Febuay, 1993 ABSTRACT:

More information

Lecture 28: Convergence of Random Variables and Related Theorems

Lecture 28: Convergence of Random Variables and Related Theorems EE50: Pobability Foundations fo Electical Enginees July-Novembe 205 Lectue 28: Convegence of Random Vaiables and Related Theoems Lectue:. Kishna Jagannathan Scibe: Gopal, Sudhasan, Ajay, Swamy, Kolla An

More information

Classical Worm algorithms (WA)

Classical Worm algorithms (WA) Classical Wom algoithms (WA) WA was oiginally intoduced fo quantum statistical models by Pokof ev, Svistunov and Tupitsyn (997), and late genealized to classical models by Pokof ev and Svistunov (200).

More information

OSCILLATIONS AND GRAVITATION

OSCILLATIONS AND GRAVITATION 1. SIMPLE HARMONIC MOTION Simple hamonic motion is any motion that is equivalent to a single component of unifom cicula motion. In this situation the velocity is always geatest in the middle of the motion,

More information

763620SS STATISTICAL PHYSICS Solutions 2 Autumn 2012

763620SS STATISTICAL PHYSICS Solutions 2 Autumn 2012 763620SS STATISTICAL PHYSICS Solutions 2 Autumn 2012 1. Continuous Random Walk Conside a continuous one-dimensional andom walk. Let w(s i ds i be the pobability that the length of the i th displacement

More information

Probablistically Checkable Proofs

Probablistically Checkable Proofs Lectue 12 Pobablistically Checkable Poofs May 13, 2004 Lectue: Paul Beame Notes: Chis Re 12.1 Pobablisitically Checkable Poofs Oveview We know that IP = PSPACE. This means thee is an inteactive potocol

More information

2. Electrostatics. Dr. Rakhesh Singh Kshetrimayum 8/11/ Electromagnetic Field Theory by R. S. Kshetrimayum

2. Electrostatics. Dr. Rakhesh Singh Kshetrimayum 8/11/ Electromagnetic Field Theory by R. S. Kshetrimayum 2. Electostatics D. Rakhesh Singh Kshetimayum 1 2.1 Intoduction In this chapte, we will study how to find the electostatic fields fo vaious cases? fo symmetic known chage distibution fo un-symmetic known

More information

Section 8.2 Polar Coordinates

Section 8.2 Polar Coordinates Section 8. Pola Coodinates 467 Section 8. Pola Coodinates The coodinate system we ae most familia with is called the Catesian coodinate system, a ectangula plane divided into fou quadants by the hoizontal

More information

Estimation of the Correlation Coefficient for a Bivariate Normal Distribution with Missing Data

Estimation of the Correlation Coefficient for a Bivariate Normal Distribution with Missing Data Kasetsat J. (Nat. Sci. 45 : 736-74 ( Estimation of the Coelation Coefficient fo a Bivaiate Nomal Distibution with Missing Data Juthaphon Sinsomboonthong* ABSTRACT This study poposes an estimato of the

More information

MATH 415, WEEK 3: Parameter-Dependence and Bifurcations

MATH 415, WEEK 3: Parameter-Dependence and Bifurcations MATH 415, WEEK 3: Paamete-Dependence and Bifucations 1 A Note on Paamete Dependence We should pause to make a bief note about the ole played in the study of dynamical systems by the system s paametes.

More information

Do Managers Do Good With Other People s Money? Online Appendix

Do Managers Do Good With Other People s Money? Online Appendix Do Manages Do Good With Othe People s Money? Online Appendix Ing-Haw Cheng Haison Hong Kelly Shue Abstact This is the Online Appendix fo Cheng, Hong and Shue 2013) containing details of the model. Datmouth

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department Physics 8.07: Electromagnetism II September 15, 2012 Prof. Alan Guth PROBLEM SET 2

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department Physics 8.07: Electromagnetism II September 15, 2012 Prof. Alan Guth PROBLEM SET 2 MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Depatment Physics 8.07: Electomagnetism II Septembe 5, 202 Pof. Alan Guth PROBLEM SET 2 DUE DATE: Monday, Septembe 24, 202. Eithe hand it in at the lectue,

More information

ac p Answers to questions for The New Introduction to Geographical Economics, 2 nd edition Chapter 3 The core model of geographical economics

ac p Answers to questions for The New Introduction to Geographical Economics, 2 nd edition Chapter 3 The core model of geographical economics Answes to questions fo The New ntoduction to Geogaphical Economics, nd edition Chapte 3 The coe model of geogaphical economics Question 3. Fom intoductoy mico-economics we know that the condition fo pofit

More information

Macro Theory B. The Permanent Income Hypothesis

Macro Theory B. The Permanent Income Hypothesis Maco Theoy B The Pemanent Income Hypothesis Ofe Setty The Eitan Beglas School of Economics - Tel Aviv Univesity May 15, 2015 1 1 Motivation 1.1 An econometic check We want to build an empiical model with

More information

Inverse Square Law and Polarization

Inverse Square Law and Polarization Invese Squae Law and Polaization Objectives: To show that light intensity is invesely popotional to the squae of the distance fom a point light souce and to show that the intensity of the light tansmitted

More information

arxiv: v1 [cs.si] 4 Jul 2012

arxiv: v1 [cs.si] 4 Jul 2012 A Estimating Node Influenceability in Social Netwoks Rong-Hua Li, The Chinese Univesity of Hong Kong Jeffey Xu Yu, The Chinese Univesity of Hong Kong Zechao Shang, The Chinese Univesity of Hong Kong axiv:1207.0913v1

More information

Hopefully Helpful Hints for Gauss s Law

Hopefully Helpful Hints for Gauss s Law Hopefully Helpful Hints fo Gauss s Law As befoe, thee ae things you need to know about Gauss s Law. In no paticula ode, they ae: a.) In the context of Gauss s Law, at a diffeential level, the electic flux

More information

Quasi-Randomness and the Distribution of Copies of a Fixed Graph

Quasi-Randomness and the Distribution of Copies of a Fixed Graph Quasi-Randomness and the Distibution of Copies of a Fixed Gaph Asaf Shapia Abstact We show that if a gaph G has the popety that all subsets of vetices of size n/4 contain the coect numbe of tiangles one

More information