databionics.esom.renderer
Class HeightStatistics

java.lang.Object
  extended by databionics.esom.renderer.HeightStatistics

public class HeightStatistics
extends java.lang.Object

Author:
stammi

Field Summary
protected static org.apache.log4j.Logger log
          interface to log4j system
protected  double[] sortedHeights
           
 
Constructor Summary
HeightStatistics(cern.colt.matrix.DoubleMatrix2D matrix)
           
 
Method Summary
 double getMin()
           
 double getQuantil(int x)
           
 int getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.log4j.Logger log
interface to log4j system


sortedHeights

protected double[] sortedHeights
Constructor Detail

HeightStatistics

public HeightStatistics(cern.colt.matrix.DoubleMatrix2D matrix)
Method Detail

getQuantil

public double getQuantil(int x)

getSize

public int getSize()

getMin

public double getMin()


Copyright © 2005-2006 Databionics Research Group. All Rights Reserved.