notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

RandomExperiment.md (376B)


      1 # Random Experiment
      2 
      3 Ch 1.1
      4 
      5 **Definition:** A random experiment is a specified set of procedures that result in a truly random outcome (not necessarily uniformly) in the sample space.
      6 
      7 This is different than a [RandomVariables](RandomVariables.md) in the sense that a random variable maps the outcomes of a given experiment to another value whereas this outputs the outcome.