Py-school-match
Py-school-match: Matching algorithms to assign students to schools - Published in JOSS (2019)
@stdlib/stats-base-dists-t-cdf
Student's t distribution cumulative distribution function (CDF).
@stdlib/stats-base-dists-t-quantile
Student's t distribution quantile function.
@stdlib/stats-base-dists-t-logcdf
Natural logarithm of the cumulative distribution function (CDF) for a Student's t distribution.
@stdlib/stats-base-dists-studentized-range-quantile
Studentized range distribution quantile function.
@stdlib/random-streams-t
Create a readable stream for generating pseudorandom numbers drawn from a Student's t distribution.
@stdlib/random-iter-t
Create an iterator for generating pseudorandom numbers drawn from a Student's t distribution.
@stdlib/random-strided-t
Fill a strided array with pseudorandom numbers drawn from a Student's t distribution.
stats-base-dists-t-logpdf
Natural logarithm of the probability density function (PDF) for a Student's t distribution.
stats-base-dists-studentized-range-cdf
Studentized range cumulative distribution function (CDF).
@stdlib/random-array-t
Create an array containing pseudorandom numbers drawn from a Student's t-distribution.