/ . / VolumeData / arrays.py / Matrix_Value_Statistics
Minimum, maximum, and sampled matrix values.
Methods
|
|
|
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.
|
|
bin_range
|
bin_range ( self, bins )
Return center positions of first and last bin, and bin size.
|
|
__init__
|
__init__ (
self,
matrix,
bins=10000,
)
|
|
|