cupynumeric.random.standard_t#
- cupynumeric.random.standard_t(df, size=None)#
Draw samples from a standard Student’s t distribution with df degrees of freedom.
A special case of the hyperbolic distribution. As df gets large, the result resembles that of the standard normal distribution (standard_normal).
- Parameters:
- Returns:
out – Drawn samples from the parameterized standard Student’s t distribution.
- Return type:
ndarray or scalar
See also
- Availability:
Multiple GPUs, Multiple CPUs