Esc
Ask AIAnswers may be inaccurate; check the linked pages.Esc
Ask anything about these docs, like how to get started or what a function does.

DistributionOutput

chronax.distribution.DistributionOutput · inherits ABC, torch.nn.Module

(undocumented)

StudentTOutput

chronax.distribution.StudentTOutput · inherits DistributionOutput

(undocumented)

__init__(self, embed_dim)

(undocumented)

Parameter Type Default Description
embed_dim - - (undocumented)

forward(self, inputs, loc=None, scale=None)

(undocumented)

Parameter Type Default Description
inputs - - (undocumented)
loc - None (undocumented)
scale - None (undocumented)

MixtureOfStudentTsOutput

chronax.distribution.MixtureOfStudentTsOutput · inherits DistributionOutput

(undocumented)

__init__(self, embed_dim, k_components)

(undocumented)

Parameter Type Default Description
embed_dim - - (undocumented)
k_components - - (undocumented)

forward(self, inputs, loc=None, scale=None)

(undocumented)

Parameter Type Default Description
inputs - - (undocumented)
loc - None (undocumented)
scale - None (undocumented)