Definition
A Counting Process is a stochastic process where represents the total number of “events” that occur by time .
The process must satisfy:
- is integer valued
- If , then (non-decreasing)
- For , equals the number of events that occur in the interval
Interpretation
Think of a counter that clicks up each time an event happens. It never goes down, only counts upward in whole numbers. Examples: number of customers entering a store, number of goals scored by a player, number of births in a population.
Examples
- Customers in a store: = number of persons who enter by time
- Births: = total number of babies born by time
- Soccer scores: = number of goals a player makes by time
Related
- Poisson Process — the most important counting process
- Independent and Stationary Increments — properties many counting processes possess