On Sat, Apr 5, 2025 at 2:41 PM Seungwoo (Simon) Kim via NumPy-Discussion <
numpy-discussion@python.org> 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 -- numpy-discussion@python.org
> To unsubscribe send an email to numpy-discussion-le...@python.org
> https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
> Member address: ralf.gomm...@gmail.com
>
_______________________________________________
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com

Reply via email to