libsim  Versione7.1.6
Tipi di dato | Membri pubblici | Membri privati | Elenco di tutti i membri
Riferimenti per il modulosimple_stat

Module for basic statistical computations taking into account missing data. Continua...

Tipi di dato

interface  stat_average
 Compute the average of the random variable provided, taking into account missing data. Continua...
 
interface  stat_bin
 Bin a sample into equally spaced intervals to form a histogram. Continua...
 
interface  stat_linear_corr
 Compute the linear correlation coefficient between the two random variables provided, taking into account missing data. Continua...
 
interface  stat_linear_regression
 Compute the linear regression coefficients between the two random variables provided, taking into account missing data. Continua...
 
interface  stat_mode_histogram
 Compute the mode of the random variable provided taking into account missing data. Continua...
 
interface  stat_percentile
 Compute a set of percentiles for a random variable. Continua...
 
interface  stat_stddev
 Compute the standard deviation of the random variable provided, taking into account missing data. Continua...
 
interface  stat_variance
 Compute the variance of the random variable provided, taking into account missing data. Continua...
 

Membri pubblici

subroutine, public normalizeddensityindex (rnum, perc_vals, ndi, nlimbins)
 Compute Normalized Density Index. Continua...
 

Membri privati

subroutine densityindex (di, nlimbins, occu, rnum, limbins)
 

Descrizione dettagliata

Module for basic statistical computations taking into account missing data.

The functions provided are average, variance, linear correlation coefficient and percentile for a population. Missing data are excluded from computations and from weighing. Both REAL and DOUBLE PRECISION functions are available.

Definizione alla linea 25 del file simple_stat.f90.


Generated with Doxygen.