gsl v0.1.8 (2017-02-24T13:32:01Z)
Home
Dub
Repo
gsl_rstat_workspace
gsl
rstat
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
gsl_rstat_workspace {
double
min
;
double
max
;
double
mean
;
double
M2
;
double
M3
;
double
M4
;
size_t
n
;
gsl_rstat_quantile_workspace
*
median_workspace_p
;
}
Members
Variables
M2
double
M2
;
Undocumented in source.
M3
double
M3
;
Undocumented in source.
M4
double
M4
;
Undocumented in source.
max
double
max
;
Undocumented in source.
mean
double
mean
;
Undocumented in source.
median_workspace_p
gsl_rstat_quantile_workspace
*
median_workspace_p
;
Undocumented in source.
min
double
min
;
Undocumented in source.
n
size_t
n
;
Undocumented in source.
Meta
Source
See Implementation
gsl
rstat
functions
gsl_rstat_add
gsl_rstat_alloc
gsl_rstat_free
gsl_rstat_kurtosis
gsl_rstat_max
gsl_rstat_mean
gsl_rstat_median
gsl_rstat_min
gsl_rstat_n
gsl_rstat_quantile_add
gsl_rstat_quantile_alloc
gsl_rstat_quantile_free
gsl_rstat_quantile_get
gsl_rstat_reset
gsl_rstat_sd
gsl_rstat_sd_mean
gsl_rstat_skew
gsl_rstat_variance
structs
gsl_rstat_quantile_workspace
gsl_rstat_workspace