cenreg
Models
Nonparametric Models
Models for Individual Survival Functions
Additional Documentation
API Reference
cenreg
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
K
|
L
|
M
|
N
|
P
|
R
|
S
|
T
|
V
A
average_cdf() (cenreg.distribution.empirical.EmpiricalCDF method)
(cenreg.distribution.linear.LinearCDF method)
(cenreg.distribution.linear.LinearQuantileFunction method)
(cenreg.model.copula_graphic.CopulaGraphicDistribution method)
(cenreg.model.kaplan_meier.KaplanMeierDistribution method)
(cenreg.pytorch.distribution.LinearCDF method)
(cenreg.pytorch.distribution.LinearQuantileFunction method)
B
Brier (class in cenreg.pytorch.loss_cdf)
(class in cenreg.pytorch.loss_cjd)
brier() (in module cenreg.metric.cdf)
(in module cenreg.metric.cjd)
(in module cenreg.pytorch.loss_cdf)
C
cdf() (cenreg.distribution.empirical.EmpiricalCDF method)
(cenreg.distribution.linear.LinearCDF method)
(cenreg.distribution.linear.LinearQuantileFunction method)
(cenreg.model.copula_graphic.CopulaGraphicDistribution method)
(cenreg.model.copula_np.FrankCopula method)
(cenreg.model.copula_np.IndependenceCopula method)
(cenreg.model.copula_np.SurvivalCopula method)
(cenreg.model.kaplan_meier.KaplanMeierDistribution method)
(cenreg.pytorch.copula_torch.ClaytonCopula method)
(cenreg.pytorch.copula_torch.FrankCopula method)
(cenreg.pytorch.copula_torch.GumbelCopula method)
(cenreg.pytorch.copula_torch.IndependenceCopula method)
(cenreg.pytorch.copula_torch.SurvivalCopula method)
(cenreg.pytorch.distribution.LinearCDF method)
(cenreg.pytorch.distribution.LinearQuantileFunction method)
cenreg
module
cenreg.distribution
module
cenreg.distribution.empirical
module
cenreg.distribution.linear
module
cenreg.metric
module
cenreg.metric.cdf
module
cenreg.metric.cjd
module
cenreg.metric.quantile
module
cenreg.model
module
cenreg.model.cjd2F_np
module
cenreg.model.copula_graphic
module
cenreg.model.copula_np
module
cenreg.model.F2cjd_np
module
cenreg.model.kaplan_meier
module
cenreg.pytorch
module
cenreg.pytorch.cjd2F
module
cenreg.pytorch.copula_torch
module
cenreg.pytorch.datamodule
module
cenreg.pytorch.distribution
module
cenreg.pytorch.loss_cdf
module
cenreg.pytorch.loss_cjd
module
cenreg.pytorch.loss_cont
module
cenreg.pytorch.mlp
module
cenreg.pytorch.utils
module
cenreg.utils
module
cjd2surv() (in module cenreg.model)
(in module cenreg.model.cjd2F_np)
ClaytonCopula (class in cenreg.pytorch.copula_torch)
CNLL_CR (class in cenreg.pytorch.loss_cdf)
configure_optimizers() (cenreg.pytorch.cjd2F.MseModel method)
convert() (in module cenreg.model.F2cjd_np)
CopulaGraphicDistribution (class in cenreg.model.copula_graphic)
CopulaNegativeLogLikelihood (class in cenreg.pytorch.loss_cont)
create() (in module cenreg.model.copula_np)
(in module cenreg.pytorch.copula_torch)
create_bins() (in module cenreg.utils)
create_discretized_labels() (in module cenreg.utils)
createCdfLinear() (in module cenreg.model.kaplan_meier)
createQuantilesLinear() (in module cenreg.model.kaplan_meier)
D
d_calibration() (in module cenreg.metric.quantile)
denormalize_pred() (in module cenreg.pytorch.utils)
E
EmpiricalCDF (class in cenreg.distribution.empirical)
estimate() (in module cenreg.model.copula_graphic)
F
fit() (cenreg.model.kaplan_meier.KaplanMeierDistribution method)
forward() (cenreg.pytorch.cjd2F.MseModel method)
(cenreg.pytorch.mlp.Linear method)
(cenreg.pytorch.mlp.MLP method)
(cenreg.pytorch.mlp.MLP_MultiHead method)
(cenreg.pytorch.mlp.SMM method)
(cenreg.pytorch.mlp.SMM_MultiHead method)
FrankCopula (class in cenreg.model.copula_np)
(class in cenreg.pytorch.copula_torch)
G
get_boundary_lengths() (cenreg.distribution.linear.LinearCDF method)
(cenreg.pytorch.distribution.LinearCDF method)
get_qk_lengths() (cenreg.distribution.linear.LinearQuantileFunction method)
(cenreg.pytorch.distribution.LinearQuantileFunction method)
GumbelCopula (class in cenreg.pytorch.copula_torch)
I
icdf() (cenreg.distribution.empirical.EmpiricalCDF method)
(cenreg.distribution.linear.LinearCDF method)
(cenreg.distribution.linear.LinearQuantileFunction method)
(cenreg.model.copula_graphic.CopulaGraphicDistribution method)
(cenreg.model.kaplan_meier.KaplanMeierDistribution method)
(cenreg.pytorch.distribution.LinearCDF method)
(cenreg.pytorch.distribution.LinearQuantileFunction method)
IndependenceCopula (class in cenreg.model.copula_np)
(class in cenreg.pytorch.copula_torch)
K
KaplanMeierDistribution (class in cenreg.model.kaplan_meier)
km_calibration() (in module cenreg.metric.cdf)
kolmogorov_smirnov_calibration_error() (in module cenreg.metric.cjd)
L
len_feature() (cenreg.pytorch.datamodule.ProbDataset method)
(cenreg.pytorch.datamodule.SurvDataset method)
Linear (class in cenreg.pytorch.mlp)
LinearCDF (class in cenreg.distribution.linear)
(class in cenreg.pytorch.distribution)
LinearQuantileFunction (class in cenreg.distribution.linear)
(class in cenreg.pytorch.distribution)
loss() (cenreg.pytorch.cjd2F.MseModel method)
(cenreg.pytorch.loss_cdf.Brier method)
(cenreg.pytorch.loss_cdf.CNLL_CR method)
(cenreg.pytorch.loss_cdf.NegativeLogLikelihood method)
(cenreg.pytorch.loss_cdf.RankedProbabilityScore method)
(cenreg.pytorch.loss_cjd.Brier method)
(cenreg.pytorch.loss_cjd.NegativeLogLikelihood method)
(cenreg.pytorch.loss_cjd.RankedProbabilityScore method)
(cenreg.pytorch.loss_cont.CopulaNegativeLogLikelihood method)
(cenreg.pytorch.loss_cont.NegativeLogLikelihood method)
M
minimize_mse() (in module cenreg.pytorch.cjd2F)
MLP (class in cenreg.pytorch.mlp)
MLP_MultiHead (class in cenreg.pytorch.mlp)
module
cenreg
cenreg.distribution
cenreg.distribution.empirical
cenreg.distribution.linear
cenreg.metric
cenreg.metric.cdf
cenreg.metric.cjd
cenreg.metric.quantile
cenreg.model
cenreg.model.cjd2F_np
cenreg.model.copula_graphic
cenreg.model.copula_np
cenreg.model.F2cjd_np
cenreg.model.kaplan_meier
cenreg.pytorch
cenreg.pytorch.cjd2F
cenreg.pytorch.copula_torch
cenreg.pytorch.datamodule
cenreg.pytorch.distribution
cenreg.pytorch.loss_cdf
cenreg.pytorch.loss_cjd
cenreg.pytorch.loss_cont
cenreg.pytorch.mlp
cenreg.pytorch.utils
cenreg.utils
MseModel (class in cenreg.pytorch.cjd2F)
N
negative_log_likelihood() (in module cenreg.pytorch.loss_cdf)
negative_loglikelihood() (in module cenreg.metric.cdf)
(in module cenreg.metric.cjd)
NegativeLogLikelihood (class in cenreg.pytorch.loss_cdf)
(class in cenreg.pytorch.loss_cjd)
(class in cenreg.pytorch.loss_cont)
nll_sc() (in module cenreg.metric.cdf)
normalize_y() (in module cenreg.pytorch.utils)
P
ProbDataModule (class in cenreg.pytorch.datamodule)
ProbDataset (class in cenreg.pytorch.datamodule)
R
ranked_probability_score() (in module cenreg.metric.cdf)
(in module cenreg.metric.cjd)
(in module cenreg.pytorch.loss_cdf)
RankedProbabilityScore (class in cenreg.pytorch.loss_cdf)
(class in cenreg.pytorch.loss_cjd)
S
set() (cenreg.distribution.empirical.EmpiricalCDF method)
set_knot_values() (cenreg.distribution.linear.LinearCDF method)
(cenreg.distribution.linear.LinearQuantileFunction method)
(cenreg.pytorch.distribution.LinearCDF method)
(cenreg.pytorch.distribution.LinearQuantileFunction method)
SMM (class in cenreg.pytorch.mlp)
SMM_MultiHead (class in cenreg.pytorch.mlp)
SurvDataModule (class in cenreg.pytorch.datamodule)
SurvDataset (class in cenreg.pytorch.datamodule)
survival_function() (cenreg.model.copula_graphic.CopulaGraphicDistribution method)
(cenreg.model.kaplan_meier.KaplanMeierDistribution method)
SurvivalCopula (class in cenreg.model.copula_np)
(class in cenreg.pytorch.copula_torch)
T
test_dataloader() (cenreg.pytorch.datamodule.ProbDataModule method)
(cenreg.pytorch.datamodule.SurvDataModule method)
train_dataloader() (cenreg.pytorch.datamodule.ProbDataModule method)
(cenreg.pytorch.datamodule.SurvDataModule method)
V
val_dataloader() (cenreg.pytorch.datamodule.ProbDataModule method)
(cenreg.pytorch.datamodule.SurvDataModule method)