ProphetGamma
Bases: Prophetverse
Prophet forecaster with a gamma likelihood.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
noise_scale
|
float
|
Scale parameter for observation noise. (default: 0.05) |
0.05
|
trend
|
str
|
Trend type, either "linear" or "logistic". (default: "logistic") |
'logistic'
|
exogenous_effects
|
optional
|
List of exogenous effect objects. |
None
|
default_effect
|
optional
|
Default effect for variables without a specified effect. |
None
|
scale
|
optional
|
Scaling factor inferred from data. |
None
|
rng_key
|
optional
|
A jax.random.PRNGKey instance, or None. |
None
|