public class StepwiseSampleRpiEstimate extends java.lang.Object implements SampleRpiEstimate
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommaSeparatedHeader() |
double |
getEstimate() |
java.util.List<java.lang.Double> |
getIntensities() |
double |
getMeanRatio() |
Sample |
getNormalizer() |
Sample |
getNrmSample() |
double |
getR() |
double |
getrSquared() |
double |
getSlope() |
java.lang.String |
toCommaSeparatedString() |
public Sample getNrmSample()
getNrmSample in interface SampleRpiEstimatepublic Sample getNormalizer()
public java.util.List<java.lang.Double> getIntensities()
public double getMeanRatio()
public double getSlope()
public double getR()
public double getrSquared()
public java.lang.String toCommaSeparatedString()
toCommaSeparatedString in interface SampleRpiEstimateSampleRpiEstimate.getCommaSeparatedHeader()public java.lang.String getCommaSeparatedHeader()
getCommaSeparatedHeader in interface SampleRpiEstimateSampleRpiEstimate.toCommaSeparatedString()SampleRpiEstimate.toCommaSeparatedString()public double getEstimate()
getEstimate in interface SampleRpiEstimate