Return a schedule of Poisson-distributed events
Parameters: | avg_interval : float
t_start : float
duration : float
t_unit : string
seed : int, long or hashable type, optional
event_generator : callable
*args : argument list
**kwargs : keyworded argument list
|
---|---|
Returns: | event_schedule : EventSchedule
|