Update: since there were no objections regarding the deprecation of `stats.betai` and `stats.chisqprob`, we have moved forward with it. 

The functions will go through a normal deprecation cycle, so we expect them to be removed somewhere around version 0.19

For further details please refer to:

Cheers,
Abraham.

2015-07-04 0:46 GMT-05:00 Abraham Escalante <aeklant@gmail.com>:
Hello all,

In continuing with the statistics module cleanup `stats.betai` and `stats.chisqprob` were identified as candidates for deprecation. These functions are basically just aliases, delegating to `special.betainc` and `special.chdtrc` respectively.

In accordance to gh-2741, the preferred way to use these distributions is via the corresponding `stats.distribution` function or by calling the `scipy.special` function directly.

If there are any objections to deprecating these functions, please voice them here so we can ponder and make a decision.

For more details refer to the following issues:
For details on the PR refer to:

Cheers,
Abraham.