Interface for creating new histogram instance that contains either integer counts, or normalised real data. More...
Public Member Functions | |
| subroutine | new_int_histogram (this, length, unit_width, opt_initial_value) |
| Create a new histogram instance. | |
| subroutine | new_real_histogram (this, length, unit_width, opt_initial_value) |
| Create a new real histogram instance for storing normalised data. | |
Interface for creating new histogram instance that contains either integer counts, or normalised real data.
| subroutine mod_histogram::new_histogram::new_int_histogram | ( | type(type_int_hist), intent(inout) | this, |
| integer, intent(in) | length, | ||
| real(kind=8), intent(in) | unit_width, | ||
| real(kind=8), intent(in), optional | opt_initial_value | ||
| ) |
Create a new histogram instance.
| this | : histogram instance to be created |
| length | : number of elements in histogram array |
| unit_width | : unit value of one bin width |
| opt_initial_value | : unit value of beginning of first bin (zero if not set) |
| subroutine mod_histogram::new_histogram::new_real_histogram | ( | type(type_real_hist), intent(inout) | this, |
| integer, intent(in) | length, | ||
| real(kind=8), intent(in) | unit_width, | ||
| real(kind=8), intent(in), optional | opt_initial_value | ||
| ) |
Create a new real histogram instance for storing normalised data.
| this | : histogram instance to be created |
| length | : number of elements in histogram array |
| unit_width | : unit value of one bin width |
| opt_initial_value | : unit value of first bin (start from zero if not set) |
1.9.8
Imprint/Privacy