gsl.histogram

D bindings for GSL.

Members

Functions

gsl_histogram2d_accumulate
int gsl_histogram2d_accumulate(gsl_histogram2d* h, double x, double y, double weight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_add
int gsl_histogram2d_add(gsl_histogram2d* h1, const(gsl_histogram2d)* h2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_alloc
gsl_histogram2d* gsl_histogram2d_alloc(size_t nx, size_t ny)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_calloc
gsl_histogram2d* gsl_histogram2d_calloc(size_t nx, size_t ny)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_calloc_range
gsl_histogram2d* gsl_histogram2d_calloc_range(size_t nx, size_t ny, double* xrange, double* yrange)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_calloc_uniform
gsl_histogram2d* gsl_histogram2d_calloc_uniform(size_t nx, size_t ny, double xmin, double xmax, double ymin, double ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_clone
gsl_histogram2d* gsl_histogram2d_clone(const(gsl_histogram2d)* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_cov
double gsl_histogram2d_cov(const(gsl_histogram2d)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_div
int gsl_histogram2d_div(gsl_histogram2d* h1, const(gsl_histogram2d)* h2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_equal_bins_p
int gsl_histogram2d_equal_bins_p(const(gsl_histogram2d)* h1, const(gsl_histogram2d)* h2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_find
int gsl_histogram2d_find(const(gsl_histogram2d)* h, double x, double y, size_t* i, size_t* j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_fprintf
int gsl_histogram2d_fprintf(FILE* stream, const(gsl_histogram2d)* h, const(char)* range_format, const(char)* bin_format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_fread
int gsl_histogram2d_fread(FILE* stream, gsl_histogram2d* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_free
void gsl_histogram2d_free(gsl_histogram2d* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_fscanf
int gsl_histogram2d_fscanf(FILE* stream, gsl_histogram2d* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_fwrite
int gsl_histogram2d_fwrite(FILE* stream, const(gsl_histogram2d)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_get
double gsl_histogram2d_get(const(gsl_histogram2d)* h, size_t i, size_t j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_get_xrange
int gsl_histogram2d_get_xrange(const(gsl_histogram2d)* h, size_t i, double* xlower, double* xupper)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_get_yrange
int gsl_histogram2d_get_yrange(const(gsl_histogram2d)* h, size_t j, double* ylower, double* yupper)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_increment
int gsl_histogram2d_increment(gsl_histogram2d* h, double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_max_bin
void gsl_histogram2d_max_bin(const(gsl_histogram2d)* h, size_t* i, size_t* j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_max_val
double gsl_histogram2d_max_val(const(gsl_histogram2d)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_memcpy
int gsl_histogram2d_memcpy(gsl_histogram2d* dest, const(gsl_histogram2d)* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_min_bin
void gsl_histogram2d_min_bin(const(gsl_histogram2d)* h, size_t* i, size_t* j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_min_val
double gsl_histogram2d_min_val(const(gsl_histogram2d)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_mul
int gsl_histogram2d_mul(gsl_histogram2d* h1, const(gsl_histogram2d)* h2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_nx
size_t gsl_histogram2d_nx(const(gsl_histogram2d)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_ny
size_t gsl_histogram2d_ny(const(gsl_histogram2d)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_pdf_alloc
gsl_histogram2d_pdf* gsl_histogram2d_pdf_alloc(size_t nx, size_t ny)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_pdf_free
void gsl_histogram2d_pdf_free(gsl_histogram2d_pdf* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_pdf_init
int gsl_histogram2d_pdf_init(gsl_histogram2d_pdf* p, const(gsl_histogram2d)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_pdf_sample
int gsl_histogram2d_pdf_sample(const(gsl_histogram2d_pdf)* p, double r1, double r2, double* x, double* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_reset
void gsl_histogram2d_reset(gsl_histogram2d* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_scale
int gsl_histogram2d_scale(gsl_histogram2d* h, double scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_set_ranges
int gsl_histogram2d_set_ranges(gsl_histogram2d* h, const(double)* xrange, size_t xsize, const(double)* yrange, size_t ysize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_set_ranges_uniform
int gsl_histogram2d_set_ranges_uniform(gsl_histogram2d* h, double xmin, double xmax, double ymin, double ymax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_shift
int gsl_histogram2d_shift(gsl_histogram2d* h, double shift)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_sub
int gsl_histogram2d_sub(gsl_histogram2d* h1, const(gsl_histogram2d)* h2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_sum
double gsl_histogram2d_sum(const(gsl_histogram2d)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_xmax
double gsl_histogram2d_xmax(const(gsl_histogram2d)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_xmean
double gsl_histogram2d_xmean(const(gsl_histogram2d)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_xmin
double gsl_histogram2d_xmin(const(gsl_histogram2d)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_xsigma
double gsl_histogram2d_xsigma(const(gsl_histogram2d)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_ymax
double gsl_histogram2d_ymax(const(gsl_histogram2d)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_ymean
double gsl_histogram2d_ymean(const(gsl_histogram2d)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_ymin
double gsl_histogram2d_ymin(const(gsl_histogram2d)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_ysigma
double gsl_histogram2d_ysigma(const(gsl_histogram2d)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_accumulate
int gsl_histogram_accumulate(gsl_histogram* h, double x, double weight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_add
int gsl_histogram_add(gsl_histogram* h1, const(gsl_histogram)* h2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_alloc
gsl_histogram* gsl_histogram_alloc(size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_bins
size_t gsl_histogram_bins(const(gsl_histogram)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_calloc
gsl_histogram* gsl_histogram_calloc(size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_calloc_range
gsl_histogram* gsl_histogram_calloc_range(size_t n, double* range)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_calloc_uniform
gsl_histogram* gsl_histogram_calloc_uniform(size_t n, double xmin, double xmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_clone
gsl_histogram* gsl_histogram_clone(const(gsl_histogram)* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_div
int gsl_histogram_div(gsl_histogram* h1, const(gsl_histogram)* h2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_equal_bins_p
int gsl_histogram_equal_bins_p(const(gsl_histogram)* h1, const(gsl_histogram)* h2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_find
int gsl_histogram_find(const(gsl_histogram)* h, double x, size_t* i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_fprintf
int gsl_histogram_fprintf(FILE* stream, const(gsl_histogram)* h, const(char)* range_format, const(char)* bin_format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_fread
int gsl_histogram_fread(FILE* stream, gsl_histogram* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_free
void gsl_histogram_free(gsl_histogram* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_fscanf
int gsl_histogram_fscanf(FILE* stream, gsl_histogram* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_fwrite
int gsl_histogram_fwrite(FILE* stream, const(gsl_histogram)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_get
double gsl_histogram_get(const(gsl_histogram)* h, size_t i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_get_range
int gsl_histogram_get_range(const(gsl_histogram)* h, size_t i, double* lower, double* upper)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_increment
int gsl_histogram_increment(gsl_histogram* h, double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_max
double gsl_histogram_max(const(gsl_histogram)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_max_bin
size_t gsl_histogram_max_bin(const(gsl_histogram)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_max_val
double gsl_histogram_max_val(const(gsl_histogram)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_mean
double gsl_histogram_mean(const(gsl_histogram)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_memcpy
int gsl_histogram_memcpy(gsl_histogram* dest, const(gsl_histogram)* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_min
double gsl_histogram_min(const(gsl_histogram)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_min_bin
size_t gsl_histogram_min_bin(const(gsl_histogram)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_min_val
double gsl_histogram_min_val(const(gsl_histogram)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_mul
int gsl_histogram_mul(gsl_histogram* h1, const(gsl_histogram)* h2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_pdf_alloc
gsl_histogram_pdf* gsl_histogram_pdf_alloc(size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_pdf_free
void gsl_histogram_pdf_free(gsl_histogram_pdf* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_pdf_init
int gsl_histogram_pdf_init(gsl_histogram_pdf* p, const(gsl_histogram)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_pdf_sample
double gsl_histogram_pdf_sample(const(gsl_histogram_pdf)* p, double r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_reset
void gsl_histogram_reset(gsl_histogram* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_scale
int gsl_histogram_scale(gsl_histogram* h, double scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_set_ranges
int gsl_histogram_set_ranges(gsl_histogram* h, const(double)* range, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_set_ranges_uniform
int gsl_histogram_set_ranges_uniform(gsl_histogram* h, double xmin, double xmax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_shift
int gsl_histogram_shift(gsl_histogram* h, double shift)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_sigma
double gsl_histogram_sigma(const(gsl_histogram)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_sub
int gsl_histogram_sub(gsl_histogram* h1, const(gsl_histogram)* h2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_sum
double gsl_histogram_sum(const(gsl_histogram)* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

gsl_histogram
struct gsl_histogram
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d
struct gsl_histogram2d
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram2d_pdf
struct gsl_histogram2d_pdf
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_histogram_pdf
struct gsl_histogram_pdf
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