On Sat, Apr 5, 2025 at 2:41 PM Seungwoo (Simon) Kim via NumPy-Discussion <
[email protected]> wrote:

> Hi,
>
> It would be useful to have numpy support for noncentral student's
> t-distribution. Numpy already supports standard t, and it should be a
> straightforward transformation:
> - (scipy noncentral t)
> https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.nct.html
> - (numpy standard t)
> https://numpy.org/doc/2.2/reference/random/generated/numpy.random.standard_t.html
>
> Happy to contribute a PR if others find it useful. Thanks!
>

Hi Seungwoo, thanks for the suggestion. I'm afraid we don't want to do
that. The distribution is already present in SciPy, and we don't want to
duplicate more functionality between NumPy and SciPy.

Cheers,
Ralf



> _______________________________________________
> NumPy-Discussion mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
> Member address: [email protected]
>
_______________________________________________
NumPy-Discussion mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: [email protected]

Reply via email to