wiki:Internal/StudentPages/XiruoLiu
close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Version 4 (modified by sissiok, 12 years ago) ( diff )

--

Transition prob matrix generation:

  1. convert timestamp to serial number and then sort
  2. divide area into grids
  3. loop: for each taxiid, find current grid & next grid, fill into grid matrix (row is current grid #, column is next grid #)
  4. get prob matrix by normalizing grid matrix

Update generation:

  1. divide updates into three different speed groups
  2. in each speed group, set timestamp(poisson distribution) for each update
  3. pick GUID (and its corresponding source AS) for each update randomly
  4. compute destination AS (prob: how to match AS to grid in probability matrix)

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.