|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SurvivalEstimateInterface
This interface defines the required methods for estimating the survival function.
| Method Summary | |
|---|---|
double[][] |
confidenceInterval(double alpha,
double[] time,
double[] censor)
The confidence intervals for the survival function, |
double[] |
estimate(double[] time,
double[] censor)
The estimate of the survival function. |
| Method Detail |
|---|
double[] estimate(double[] time,
double[] censor)
time - the survival times of the patients.censor - the censor indicators for the patients.
double[][] confidenceInterval(double alpha,
double[] time,
double[] censor)
alpha - the level of significance.time - the survival times of the patients.censor - the censor indicators for the patients.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||