|
subroutine, public normalizeddensityindex |
( |
real, dimension(:), intent(in) |
rnum, |
|
|
real, dimension(:), intent(in) |
perc_vals, |
|
|
real, dimension(:), intent(out) |
ndi, |
|
|
real, dimension(:), intent(out) |
nlimbins |
|
) |
| |
Compute Normalized Density Index.
- Parametri
-
[in] | rnum | data to analize |
[in] | perc_vals | the percentiles values to be computed, between 0. and 100. |
[out] | ndi | normalized density index |
[out] | nlimbins | the extreme values of data taken in account for ndi computation |
Definizione alla linea 1335 del file simple_stat.f90.
|