What This Document Is
This is the first project assignment for EE 511: Simulation Methods for Stochastic Systems, offered at the University of Southern California. It’s a practical exercise designed to reinforce core concepts related to random number generation and statistical testing. The project centers around utilizing computational tools – specifically, Matlab – to explore the properties of random sequences and distributions. It requires students to apply theoretical knowledge to a hands-on simulation task.
Why This Document Matters
This assignment is crucial for students enrolled in EE 511, or anyone studying stochastic processes and simulation techniques. It’s particularly beneficial for those needing to develop skills in validating random number generators, assessing statistical independence, and applying discrete distribution transformations. Successfully completing this project will build a foundational understanding necessary for more complex simulation projects later in the course and in related fields like communications, signal processing, and control systems. It’s best used *after* initial lectures on random variable properties and Matlab programming.
Common Limitations or Challenges
This assignment focuses on the *application* of statistical tests, not the derivation of those tests. It assumes a working knowledge of basic statistical concepts like mean, variance, and covariance. The project does not provide pre-written code or detailed step-by-step instructions; students are expected to independently implement the required procedures in Matlab. It also doesn’t cover advanced topics like different random number generation algorithms beyond the standard `rand` function.
What This Document Provides
* A clearly defined project scope with specific tasks.
* Instructions to generate a substantial sequence of random numbers using a common software package.
* Requirements for performing statistical analysis to evaluate the characteristics of the generated sequence.
* Tasks involving assessing uniformity and independence of random variables.
* A challenge to transform the random data into a discrete uniform distribution and analyze its properties.
* Guidance to consider statistical significance when interpreting results.