URLs to particular tabs on Special:Investigate can be built using getTabParam and getTabName, since the URL param and tab name are the same (discussed in T253823#6204129).
However, it's more correct to use getTabParam. This also makes it easier to decouple the URL param and tab name in the future, if necessary.