If a function is "discrete" it means that its values are limited to certain specific values and do not allow values in between those specific discrete values. For example, if you roll a dice the possible outcomes are 1, 2, 3, 4, 5, or 6 - it is impossible to roll 2.7 or pi, so this a discrete function. A continuous distribution is one in which it's possible to get any value within the function's range. For example, if you plot the velocity of your car as you accelerate from 0 MPH to 10 MPH it will pass through all intermediate values on its way to the top speed - hence for a split seconds it is traveling at 1.5 MPH, or sqrt(2) MPH, or pi MPH - all such values are possible. However, if the car has a digital speedometer then all your velocity readings will be discrete - the speedometer jumps from a reading of 3 MPH to 4 MPH without ever showing pi MPH. Hope this helps.
|