HappyDoc Generated Documentation Class: Matrix_Value_Statistics

. / VolumeData / arrays.py / Matrix_Value_Statistics 

Minimum, maximum, and sampled matrix values.

Methods   
  data_value_rank 
data_value_rank ( self,  value )

Find the fraction of voxels that hove lower data value. Result is an approximation using binned data.

  cumulative_counts 
cumulative_counts ( self )
  mass_rank_data_value 
mass_rank_data_value ( self,  fraction )

Find the data value where a specified fraction of total mass above that data value is a given fraction of total mass of non-negative voxels. Result is an approximation using binned data.

  bin_counts 
bin_counts ( self,  bins )

Compute histogram from binned data using a different number of bins.

  rank_data_value 
rank_data_value ( self,  fraction )

Find the data value where a specified fraction of voxels have lower value. Result is an approximation using binned data.

  cumulative_mass 
cumulative_mass ( self )
  bin_range 
bin_range ( self,  bins )

Return center positions of first and last bin, and bin size.

  __init__ 
__init__ (
        self,
        matrix,
        bins=None,
        )

This document was automatically generated Fri May 30 21:13:41 2008 by HappyDoc version 3.1