ele 509 introduction to random processes fall 2019swaszek/ele509/2019_01.pdf– general random...

21
ELE 509 Introduction to Random Processes Fall 2019

Upload: others

Post on 22-Mar-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: ELE 509 Introduction to Random Processes Fall 2019swaszek/ele509/2019_01.pdf– General random processes ... • “Even” chances • Complement probability • Additivity if no

ELE509IntroductiontoRandomProcesses

Fall2019

Page 2: ELE 509 Introduction to Random Processes Fall 2019swaszek/ele509/2019_01.pdf– General random processes ... • “Even” chances • Complement probability • Additivity if no

Iranthesameroutebothdays,what’sgoingon?

Page 3: ELE 509 Introduction to Random Processes Fall 2019swaszek/ele509/2019_01.pdf– General random processes ... • “Even” chances • Complement probability • Additivity if no

Whatdothecirclesreallymean? Howaretheirsizesset?

Page 4: ELE 509 Introduction to Random Processes Fall 2019swaszek/ele509/2019_01.pdf– General random processes ... • “Even” chances • Complement probability • Additivity if no

ModernApplications

• Mobility-on-demand(resourcemanagement)• Circuitdesign(failures)• Wirelesscommunications(channeleffects)• Medicaldiagnosis• Portfoliomanagement• Infrastructurecontrol• Onlinesearch• Voicerecognition• …

Page 5: ELE 509 Introduction to Random Processes Fall 2019swaszek/ele509/2019_01.pdf– General random processes ... • “Even” chances • Complement probability • Additivity if no

AdministrativeIssues

• Classschedule• Officehours• Website• Classplan• Grading• Books• Neededskills:– Linearalgebra,calculus,programming

• UseofMatLab

Page 6: ELE 509 Introduction to Random Processes Fall 2019swaszek/ele509/2019_01.pdf– General random processes ... • “Even” chances • Complement probability • Additivity if no

Topics• Today:concepts,useof

MatLab• StartingnextweekinRoss:

– Chap1:counting– Chap2:probability– Chap3:conditioning– Chap4:discreterandom

variables– Chap5:continuous

randomvariables– Chap6:randomvectors– Chap7:expectation– Chap8:limits

• Multiplesources(remainderofsemester):– Morerigorousmath

development– Generalrandomprocesses– Gaussianprocesses– Poissonprocesses– Markovprocesses/chains– …

Page 7: ELE 509 Introduction to Random Processes Fall 2019swaszek/ele509/2019_01.pdf– General random processes ... • “Even” chances • Complement probability • Additivity if no

Probability

• Intuitivenotion– cointoss– carddrawnfromdeck– lotterynumber

• Fractionvspercentage• “Even”chances• Complementprobability• Additivityifnooverlap– Subtractoffdoublecountedotherwise

Page 8: ELE 509 Introduction to Random Processes Fall 2019swaszek/ele509/2019_01.pdf– General random processes ... • “Even” chances • Complement probability • Additivity if no

• Somesimpleexamples–Winningatroulette– Rollinga7with2dice– Generatinga“random”digitinMatLabusingrandi(k)

Page 9: ELE 509 Introduction to Random Processes Fall 2019swaszek/ele509/2019_01.pdf– General random processes ... • “Even” chances • Complement probability • Additivity if no

• PlayerAthrows6dieandwinsifatleastone“1”showsup;PlayerBthrows12diceandwinsifatleasttwo“1”sshowup.Whohasabetterchanceofwinning?

• SupposedlyaskedofIsaacNewton

Page 10: ELE 509 Introduction to Random Processes Fall 2019swaszek/ele509/2019_01.pdf– General random processes ... • “Even” chances • Complement probability • Additivity if no

• Aparkinglothas12spaces;8carsenterthelotandpark.Anobservernotesthatthe4emptyspacesareadjacenttoeachother.Isthisunexpected?

Page 11: ELE 509 Introduction to Random Processes Fall 2019swaszek/ele509/2019_01.pdf– General random processes ... • “Even” chances • Complement probability • Additivity if no

• Winningatcraps– Rules:• Firstroll:winon7,11,loseon2,3,12,orcontinueon“point”

• Subsequentrolls:loseon7,winonpoint,continueotherwise

– Isitbettertorollorbethehouse?

Page 12: ELE 509 Introduction to Random Processes Fall 2019swaszek/ele509/2019_01.pdf– General random processes ... • “Even” chances • Complement probability • Additivity if no

MatLab

• Generatingrandomnumbers:– randi,rand,randn– histogram

• Suggestions:– Small“samplesize”first

Page 13: ELE 509 Introduction to Random Processes Fall 2019swaszek/ele509/2019_01.pdf– General random processes ... • “Even” chances • Complement probability • Additivity if no

• PlayerAthrows6dieandwinsifatleastone“1”showsup;PlayerBthrows12diceandwinsifatleasttwo“1”sshowup.Whohasabetterchanceofwinning?

• SupposedlyaskedofIsaacNewton

Page 14: ELE 509 Introduction to Random Processes Fall 2019swaszek/ele509/2019_01.pdf– General random processes ... • “Even” chances • Complement probability • Additivity if no

• Aparkinglothas12spaces;8carsenterthelotandpark.Anobservernotesthatthe4emptyspacesareadjacenttoeachother.Isthisunexpected?

Page 15: ELE 509 Introduction to Random Processes Fall 2019swaszek/ele509/2019_01.pdf– General random processes ... • “Even” chances • Complement probability • Additivity if no

• Winningatcraps– Rules:• Firstroll:winon7,11,loseon2,3,12,orcontinueon“point”

• Subsequentrolls:loseon7,winonpoint,continueotherwise

– Isitbettertorollorbethehouse?

Page 16: ELE 509 Introduction to Random Processes Fall 2019swaszek/ele509/2019_01.pdf– General random processes ... • “Even” chances • Complement probability • Additivity if no

MontyHallProblem

• Gameshow(3choices;onegood,twobad)– Contestantselectsone– Shownoneoftheothers(abadprize)– Switchornot

• Approaches:– “oddshavechanged”– “nonewinformationsincethisisalwayspossible”

• Simulation– Generaterandomprizelocation– Generaterandomselection– Simulategame

Page 17: ELE 509 Introduction to Random Processes Fall 2019swaszek/ele509/2019_01.pdf– General random processes ... • “Even” chances • Complement probability • Additivity if no

MatLabSimulation

Page 18: ELE 509 Introduction to Random Processes Fall 2019swaszek/ele509/2019_01.pdf– General random processes ... • “Even” chances • Complement probability • Additivity if no

NeedaMathematicalApproachtoAnalysis

Page 19: ELE 509 Introduction to Random Processes Fall 2019swaszek/ele509/2019_01.pdf– General random processes ... • “Even” chances • Complement probability • Additivity if no

SetTheoryReview

• Venndiagram• Universe,emptyset,subsets• Equality• Complements• Mutuallyexclusive,disjoint• Unionsandintersections

Page 20: ELE 509 Introduction to Random Processes Fall 2019swaszek/ele509/2019_01.pdf– General random processes ... • “Even” chances • Complement probability • Additivity if no

• Unionsandintersections– Associative,commutative,distributivelaws(algebradefinestheseoperationsona“field”)

– DeMorgan’slaws– Powerset– Partitions

• Sigmaalgebra

Page 21: ELE 509 Introduction to Random Processes Fall 2019swaszek/ele509/2019_01.pdf– General random processes ... • “Even” chances • Complement probability • Additivity if no

NextWeek

• Monday• chapter1oncombinatorialanalysis• problems-seewebsite

• Wednesday• chapter2• problems-seewebsite