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) |