model
sgp.models.model.ANN
sgp.models.model.MPD
Bases: PredictionBase
Multivariate Distribution (MPD) model.
sgp.models.model.MPD.corr_bootstrap
Calculate the correlation matrix.
sgp.models.model.MPD.fit
Fit the Johnson distribution to the data.
| RETURNS | DESCRIPTION |
|---|---|
A tuple containing the distributions, the optimization results, the statistics, and the p-values.
|
|
sgp.models.model.MPD.optimize
optimize(df: DataFrame, *, method: Optimizers, **kwargs)
Optimize the z-value for the Johnson distribution.
sgp.models.model.Model
The prediction model
sgp.models.model.SGPIO
Bases: HashableBaseModelIO