particles.distributions.Student

class Student(df=3.0, loc=0.0, scale=1.0)[source]

Student distribution.

__init__(df=3.0, loc=0.0, scale=1.0)[source]

Methods

__init__([df, loc, scale])

logpdf(x)

pdf(x)

ppf(u)

rvs([size])

shape(size)

Attributes

dim