FGSL
Fortran interface for the GNU scientific library
Functions/Subroutines
rstat.finc File Reference
This graph shows which files directly or indirectly include this file:

Functions/Subroutines

type(c_ptr) function gsl_rstat_quantile_alloc (p)
 
integer(c_int) function gsl_rstat_quantile_reset (w)
 
subroutine gsl_rstat_quantile_free (w)
 
integer(c_int) function gsl_rstat_quantile_add (x, w)
 
real(c_double) function gsl_rstat_quantile_get (w)
 
type(c_ptr) function gsl_rstat_alloc ()
 
subroutine gsl_rstat_free (w)
 
integer(c_size_t) function gsl_rstat_n (w)
 
integer(c_int) function gsl_rstat_add (x, w)
 
real(c_double) function gsl_rstat_min (w)
 
real(c_double) function gsl_rstat_max (w)
 
real(c_double) function gsl_rstat_mean (w)
 
real(c_double) function gsl_rstat_rms (w)
 
real(c_double) function gsl_rstat_variance (w)
 
real(c_double) function gsl_rstat_sd (w)
 
real(c_double) function gsl_rstat_sd_mean (w)
 
real(c_double) function gsl_rstat_median (w)
 
real(c_double) function gsl_rstat_skew (w)
 
real(c_double) function gsl_rstat_kurtosis (w)
 
integer(c_int) function gsl_rstat_reset (w)
 

Function/Subroutine Documentation

◆ gsl_rstat_add()

integer(c_int) function gsl_rstat_add ( real(c_double), value  x,
type(c_ptr), value  w 
)

◆ gsl_rstat_alloc()

type(c_ptr) function gsl_rstat_alloc

◆ gsl_rstat_free()

subroutine gsl_rstat_free ( type(c_ptr), value  w)

◆ gsl_rstat_kurtosis()

real(c_double) function gsl_rstat_kurtosis ( type(c_ptr), value  w)

◆ gsl_rstat_max()

real(c_double) function gsl_rstat_max ( type(c_ptr), value  w)

◆ gsl_rstat_mean()

real(c_double) function gsl_rstat_mean ( type(c_ptr), value  w)

◆ gsl_rstat_median()

real(c_double) function gsl_rstat_median ( type(c_ptr), value  w)

◆ gsl_rstat_min()

real(c_double) function gsl_rstat_min ( type(c_ptr), value  w)

◆ gsl_rstat_n()

integer(c_size_t) function gsl_rstat_n ( type(c_ptr), value  w)

◆ gsl_rstat_quantile_add()

integer(c_int) function gsl_rstat_quantile_add ( real(c_double), value  x,
type(c_ptr), value  w 
)

◆ gsl_rstat_quantile_alloc()

type(c_ptr) function gsl_rstat_quantile_alloc ( real(c_double), value  p)

◆ gsl_rstat_quantile_free()

subroutine gsl_rstat_quantile_free ( type(c_ptr), value  w)

◆ gsl_rstat_quantile_get()

real(c_double) function gsl_rstat_quantile_get ( type(c_ptr), value  w)

◆ gsl_rstat_quantile_reset()

integer(c_int) function gsl_rstat_quantile_reset ( type(c_ptr), value  w)

◆ gsl_rstat_reset()

integer(c_int) function gsl_rstat_reset ( type(c_ptr), value  w)

◆ gsl_rstat_rms()

real(c_double) function gsl_rstat_rms ( type(c_ptr), value  w)

◆ gsl_rstat_sd()

real(c_double) function gsl_rstat_sd ( type(c_ptr), value  w)

◆ gsl_rstat_sd_mean()

real(c_double) function gsl_rstat_sd_mean ( type(c_ptr), value  w)

◆ gsl_rstat_skew()

real(c_double) function gsl_rstat_skew ( type(c_ptr), value  w)

◆ gsl_rstat_variance()

real(c_double) function gsl_rstat_variance ( type(c_ptr), value  w)