public class StrataInfo extends Object
Constructor and Description |
---|
StrataInfo() |
Modifier and Type | Method and Description |
---|---|
String |
f(Double d) |
ArrayList<Double> |
getLower() |
ArrayList<Double> |
getNcens() |
LinkedHashMap<Double,Integer> |
getNdead() |
Double |
getNearestAtRisk(double t)
Selection of number of risk will depend on the precision and rounding of
time in the survival table.
|
Double |
getNearestTime(double timePercentage)
Need to find the actual time for the nearest time represented as a
percentage Would be used to then look up the number at risk at that
particular time
|
ArrayList<Double> |
getNevent() |
ArrayList<Double> |
getNrisk() |
ArrayList<Integer> |
getStatus() |
ArrayList<Double> |
getStderr() |
ArrayList<Double> |
getStdlow() |
ArrayList<Double> |
getSurv() |
ArrayList<Double> |
getTime() |
ArrayList<Double> |
getUpper() |
ArrayList<Double> |
getVarhaz() |
ArrayList<Double> |
getWeight() |
void |
setStdlow(ArrayList<Double> stdlow) |
String |
toString() |
public StrataInfo()
public Double getNearestTime(double timePercentage)
timePercentage
- public Double getNearestAtRisk(double t)
t
- public LinkedHashMap<Double,Integer> getNdead()
Copyright © 2000–2019 BioJava. All rights reserved.