How to display BBpress statistics?

It seems BBPress got a function called bbp_get_statistics() read source. You can throw an array of $args = array(); in it.

You also have a filter to modify the output:

apply_filters( 'bbp_get_statistics', $statistics, $args );

Disclaimer: I’m no BBPress expert – I haven’t even installed it somewhere, just found this via google.