FGSL
Fortran interface for the GNU scientific library
|
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) |
integer(c_int) function gsl_rstat_add | ( | real(c_double), value | x, |
type(c_ptr), value | w | ||
) |
type(c_ptr) function gsl_rstat_alloc |
subroutine gsl_rstat_free | ( | type(c_ptr), value | w | ) |
real(c_double) function gsl_rstat_kurtosis | ( | type(c_ptr), value | w | ) |
real(c_double) function gsl_rstat_max | ( | type(c_ptr), value | w | ) |
real(c_double) function gsl_rstat_mean | ( | type(c_ptr), value | w | ) |
real(c_double) function gsl_rstat_median | ( | type(c_ptr), value | w | ) |
real(c_double) function gsl_rstat_min | ( | type(c_ptr), value | w | ) |
integer(c_size_t) function gsl_rstat_n | ( | type(c_ptr), value | w | ) |
integer(c_int) function gsl_rstat_quantile_add | ( | real(c_double), value | x, |
type(c_ptr), value | w | ||
) |
type(c_ptr) function gsl_rstat_quantile_alloc | ( | real(c_double), value | p | ) |
subroutine gsl_rstat_quantile_free | ( | type(c_ptr), value | w | ) |
real(c_double) function gsl_rstat_quantile_get | ( | type(c_ptr), value | w | ) |
integer(c_int) function gsl_rstat_quantile_reset | ( | type(c_ptr), value | w | ) |
integer(c_int) function gsl_rstat_reset | ( | type(c_ptr), value | w | ) |
real(c_double) function gsl_rstat_rms | ( | type(c_ptr), value | w | ) |
real(c_double) function gsl_rstat_sd | ( | type(c_ptr), value | w | ) |
real(c_double) function gsl_rstat_sd_mean | ( | type(c_ptr), value | w | ) |
real(c_double) function gsl_rstat_skew | ( | type(c_ptr), value | w | ) |
real(c_double) function gsl_rstat_variance | ( | type(c_ptr), value | w | ) |