public class ConfidenceIntervalAutoscaleMethod<T extends RealType<T>> extends AbstractAutoscaleMethod<T>
IterableInterval
.Constructor and Description |
---|
ConfidenceIntervalAutoscaleMethod()
Construct a confidence interval that contains 95% of the data range.
|
ConfidenceIntervalAutoscaleMethod(double lowerTailProportion,
double upperTailProportion)
Construct a confidence interval with user specified percentages of the data
range.
|
Modifier and Type | Method and Description |
---|---|
double |
getLowerTailProportion()
Returns the fractional proportion of the distribution to count as in lower
tail.
|
DataRange |
getRange(IterableInterval<T> interval)
Calculates the range of interest from the data contained in the given
IterableInterval . |
double |
getUpperTailProportion()
Returns the fractional proportion of the distribution to count as in upper
tail.
|
void |
setTailProportions(double lower,
double upper)
Sets the fractional proportions of the distribution.
|
getInfo, getPriority, setInfo, setPriority, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
public ConfidenceIntervalAutoscaleMethod()
public ConfidenceIntervalAutoscaleMethod(double lowerTailProportion, double upperTailProportion)
lowerTailProportion
- The proportion of the distribution to be treated
as lower tail valuesupperTailProportion
- The proportion of the distribution to be treated
as upper tail valuespublic double getLowerTailProportion()
public double getUpperTailProportion()
public void setTailProportions(double lower, double upper)
lower
- A fraction of 1 specifying the size of the lower tailupper
- A fraction of 1 specifying the size of the upper tailpublic DataRange getRange(IterableInterval<T> interval)
AutoscaleMethod
IterableInterval
.Copyright © 2014–2022 ImageJ. All rights reserved.