Uses of Class
net.grelf.Statistics

Packages that use Statistics
net.grelf This package contains general-purpose Java classes: non-astronomical and not specific to GRIP. 
net.grelf.grip This package contains the Java classes which are specific to the image processing application GRIP.

GRIP is available as a free download from www.grelf.net - please always quote this URL in connection with GRIP.
Version: 12.4.3 
net.grelf.image This package contains Java classes defining and processing images. 
 

Uses of Statistics in net.grelf
 

Methods in net.grelf that return Statistics
 Statistics Statistics.clone()
          Returns a new Statistics object with the same data.
 

Uses of Statistics in net.grelf.grip
 

Fields in net.grelf.grip declared as Statistics
 Statistics[] BlobMeas.backgroundStatistics
          As measured from a guard ring, null if not done.
 

Methods in net.grelf.grip that return Statistics
 Statistics[] HistogramBlobs.getStatistics()
           
 Statistics[] Profile1D.getStatistics(int start, int end)
          Calculate all statistics, returning as an array index by channel (band).
 

Uses of Statistics in net.grelf.image
 

Methods in net.grelf.image that return Statistics
 Statistics[] HistogramAll.getStatistics()
          Calculate all statistics, returning as an array index by channel (band).
 Statistics[] HistogramAll.getStatistics(int start, int end)
          Calculate all statistics, returning as an array index by channel (band).