|
freq_count_sum
|
v
|
Frequency dustribution and sum with varying intervals.
|
|
freq_dist_count
|
v
|
Frequency distribution of data.
|
|
freq_dist_countv
|
v
|
Frequency distribution of data with varying intervals.
|
|
histogram
|
v
|
Generates histogram from data.
|
|
interval
|
v
|
Whether a number is contained in the z0 <= z <= z1.
|
|
interval_count
|
v
|
Count the numer of items in an interval z0 <= z <= z1.
|
|
interval_countr
|
v
|
Count the numer of items in an interval z0 < z <= z1.
|
|
intervalr
|
v
|
Whether number is contained in z0 < z <= z1.
|
|
sum_intervalr
|
v
|
Sum of numbers that is contained in the z0 < z <= z1.
|