I think you can customize the options using statistic profile. I used RESTORE DB (the manual mentions UPGRADE DB) to migrate the databases and db2 collected stats on most catalog tables, but I can redo it with the appropriate runstats options (for catalog tables/indexes):
IBM DB2 9.7 for Linux, UNIX and Windows Information Center
I'm not sure whether to collect stats on user tables/indexes as part of db2 migration. I checked the databases and many user tables/indexes don't have any stats collected at all or stats are very old. One of the environments has 25 db's, so not sure if it's worth to spend time collecting stats during the migration weekend or do it during some other maintanence window. Their system seems to performing *ok* with no stats / old stats up to now.