gsl.rstat

D bindings for GSL.

Members

Functions

gsl_rstat_add
int gsl_rstat_add(double x, gsl_rstat_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_rstat_alloc
gsl_rstat_workspace* gsl_rstat_alloc()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_rstat_free
void gsl_rstat_free(gsl_rstat_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_rstat_kurtosis
double gsl_rstat_kurtosis(gsl_rstat_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_rstat_max
double gsl_rstat_max(gsl_rstat_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_rstat_mean
double gsl_rstat_mean(gsl_rstat_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_rstat_median
double gsl_rstat_median(gsl_rstat_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_rstat_min
double gsl_rstat_min(gsl_rstat_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_rstat_n
size_t gsl_rstat_n(gsl_rstat_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_rstat_quantile_add
int gsl_rstat_quantile_add(double x, gsl_rstat_quantile_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_rstat_quantile_alloc
gsl_rstat_quantile_workspace* gsl_rstat_quantile_alloc(double p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_rstat_quantile_free
void gsl_rstat_quantile_free(gsl_rstat_quantile_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_rstat_quantile_get
double gsl_rstat_quantile_get(gsl_rstat_quantile_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_rstat_reset
int gsl_rstat_reset(gsl_rstat_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_rstat_sd
double gsl_rstat_sd(gsl_rstat_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_rstat_sd_mean
double gsl_rstat_sd_mean(gsl_rstat_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_rstat_skew
double gsl_rstat_skew(gsl_rstat_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_rstat_variance
double gsl_rstat_variance(gsl_rstat_workspace* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

gsl_rstat_quantile_workspace
struct gsl_rstat_quantile_workspace
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_rstat_workspace
struct gsl_rstat_workspace
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

Authors

Chibisi Chima-Okereke

License

Boost License 1.0