libsim  Versione 7.1.8
Tipi di dato | Funzioni/Subroutine
Riferimenti per il modulo simple_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_variance
 Compute the variance of the random variable provided, taking into account missing data. Continua...
 
interface  stat_stddev
 Compute the standard deviation of the random variable provided, taking into account missing data. 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_percentile
 Compute a set of percentiles for a random variable. Continua...
 
interface  stat_bin
 Bin a sample into equally spaced intervals to form a histogram. Continua...
 
interface  stat_mode_histogram
 Compute the mode of the random variable provided taking into account missing data. Continua...
 

Funzioni/Subroutine

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

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.


Generated with Doxygen.