public class ErrorStatistic extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
max |
double |
mean |
double |
median |
double |
min |
ArrayList<Double> |
slope |
ArrayList<Double> |
sortedValues |
double |
std |
double |
std0 |
ArrayList<Double> |
values |
double |
var |
double |
var0 |
| Constructor and Description |
|---|
ErrorStatistic() |
public double var0
public double var
public double std0
public double std
public double mean
public double median
public double min
public double max
public final void add(double new_value)
public final double getWideSlope(int width)
throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionCopyright © 2015–2021 Fiji. All rights reserved.