Go to the source code of this file.
Functions | |
gpointer | statx_make (void) |
Create one-dimension container. | |
void | statx_free (gpointer ox) |
Destroy one-dimension container. | |
void | statx_clear (gpointer ox) |
Clear container. | |
void | statx_add (gpointer ox, gdouble val) |
Add data point to container. | |
void | statx_remove (gpointer ox, gdouble val) |
Remove data point from container. | |
gint | statx_n (gpointer ox) |
gdouble | statx_avg (gpointer ox) |
gdouble | statx_sdev (gpointer ox) |
gdouble | statx_var (gpointer ox) |
gdouble * | statx_data (gpointer ox) |
|
Add data point to container.
|
|
|
|
Clear container.
|
|
|
|
Destroy one-dimension container.
|
|
Create one-dimension container.
|
|
|
|
Remove data point from container.
|
|
|
|
|