NuMFor 9f2ab49 (2024-04-08)
Numerical (Modern) Fortran. Library for Simple Numerical computing
|
Data Types | |
type | histog |
type histogram holds the data from an histogram More... | |
Modules | |
module | histograms |
The module histograms provides infrastructure for the calculation of histograms. i.e: a count of frequency. | |
Functions/Subroutines | |
type(histog) function, public | histogram (a, nbins, bins, range, weights, density) |
Computes the histogram of an array of data. | |