RandomState.standard_t()

numpy.random.RandomState.standard_t

RandomState.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:

df : int or array_like of ints

Degrees of freedom, should be > 0.

si