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! _______________________________________________ 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]
