Statistics
| Revision:

gvsig-raster / org.gvsig.raster / branches / org.gvsig.raster.2.4 / org.gvsig.raster / org.gvsig.raster.lib / org.gvsig.raster.lib.buffer / org.gvsig.raster.lib.buffer.impl / src / main / java / org / gvsig / raster / lib / buffer / impl / statistics / DefaultHistogramBand.java @ 8800

History | View | Annotate | Download (7.92 KB)

# Date Author Comment
8582 01/10/2018 02:42 PM Francisco Díaz Carsí

Fixed getFrequencies method and deleted getAccumulateHistogramValue & getReverseAccumulateHistogramValue methods in HistogramBand.
Properly used getFrequencies method in EqualizationOperation.

8577 01/08/2018 01:46 PM Francisco Díaz Carsí

Añadidos dos métodos a HistogramBand para obtener el valor acumulado tanto del histograma normal como del histograma invertido.

5534 05/24/2016 05:23 PM Francisco Díaz Carsí

Fixed TailTrim

5533 05/24/2016 05:12 PM Francisco Díaz Carsí

Fixed calculus of covariance and fixed tests of covariance and tailTrim.

5528 05/24/2016 09:59 AM Lluís Marqués

Fix median operation
Fix second min and max operation
Add statistics test

5523 05/20/2016 12:22 PM Francisco Díaz Carsí

Disregarded NoData values in Statistics & fixed the calculation of covariance.

5493 05/19/2016 10:10 AM Francisco Díaz Carsí

Added tail trim calculation to histogram and statistics

5486 05/18/2016 05:36 PM Francisco Díaz Carsí

Statistics fixed median, implemented covariance.

5482 05/18/2016 02:57 PM Francisco Díaz Carsí

Statistics & Histogram

5473 05/18/2016 12:17 PM Daniel Martinez

Histogram Band development. Lacks a proper constructor

5456 05/18/2016 08:29 AM Daniel Martinez

Statistics Begins