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