Uses of Enum
org.biojava.nbio.survival.cox.CoxMethod
Packages that use CoxMethod
-
Uses of CoxMethod in org.biojava.nbio.survival.cox
Methods in org.biojava.nbio.survival.cox that return CoxMethodModifier and TypeMethodDescriptionstatic CoxMethod
Returns the enum constant of this type with the specified name.static CoxMethod[]
CoxMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.biojava.nbio.survival.cox with parameters of type CoxMethodModifier and TypeMethodDescriptionstatic double[]
CoxMart.process
(CoxMethod method, ArrayList<SurvivalInfo> survivalInfoList, boolean useStrata) CoxR.process
(ArrayList<String> variables, ArrayList<SurvivalInfo> data, int maxiter, CoxMethod method, double eps, double toler, double[] beta, int doscale, boolean useStrata, boolean useWeighted, boolean robust, boolean cluster) static double[][]
CoxScore.process
(CoxMethod method, ArrayList<SurvivalInfo> survivalInfoList, CoxInfo coxInfo, boolean useStrata) -
Uses of CoxMethod in org.biojava.nbio.survival.cox.stats
Methods in org.biojava.nbio.survival.cox.stats with parameters of type CoxMethodModifier and TypeMethodDescriptionstatic double[][]
AgScore.process
(CoxMethod method, ArrayList<SurvivalInfo> survivalInfoList, CoxInfo coxInfo, boolean useStrata)