Uses of Class
dk.alexandra.fresco.stat.survival.SurvivalInfoDiscrete
| Package | Description |
|---|---|
| dk.alexandra.fresco.stat | |
| dk.alexandra.fresco.stat.survival | |
| dk.alexandra.fresco.stat.survival.cox |
-
Uses of SurvivalInfoDiscrete in dk.alexandra.fresco.stat
Method parameters in dk.alexandra.fresco.stat with type arguments of type SurvivalInfoDiscrete Modifier and Type Method Description dk.alexandra.fresco.framework.DRes<List<dk.alexandra.fresco.framework.DRes<dk.alexandra.fresco.lib.fixed.SFixed>>>DefaultStatistics. coxRegressionDiscrete(List<SurvivalInfoDiscrete> data, int iterations, double alpha, double[] beta)dk.alexandra.fresco.framework.DRes<List<dk.alexandra.fresco.framework.DRes<dk.alexandra.fresco.lib.fixed.SFixed>>>Statistics. coxRegressionDiscrete(List<SurvivalInfoDiscrete> data, int iterations, double alpha, double[] beta)Estimate the parameters of a Cox model on the given data. -
Uses of SurvivalInfoDiscrete in dk.alexandra.fresco.stat.survival
Constructor parameters in dk.alexandra.fresco.stat.survival with type arguments of type SurvivalInfoDiscrete Constructor Description SurvivalInfoSorterDiscrete(List<SurvivalInfoDiscrete> data) -
Uses of SurvivalInfoDiscrete in dk.alexandra.fresco.stat.survival.cox
Constructor parameters in dk.alexandra.fresco.stat.survival.cox with type arguments of type SurvivalInfoDiscrete Constructor Description CoxGradientDiscrete(List<SurvivalInfoDiscrete> data, List<dk.alexandra.fresco.framework.DRes<dk.alexandra.fresco.lib.fixed.SFixed>> beta)Compute the gradient of the score function for a Cox model on the given data with coefficients beta and learning rate alpha.CoxRegressionDiscrete(List<SurvivalInfoDiscrete> data, int iterations, double alpha, double[] beta)Estimate the coefficients of a Cox model on the given data using gradient descent.