GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
Go to the source code of this file.
Typedefs | |
typedef void | stat_func(DCELL *, DCELL *, int, const void *) |
typedef void | stat_func_w(DCELL *, DCELL(*)[2], int, const void *) |
Functions | |
int | sort_cell (DCELL *, int) |
int | sort_cell_w (DCELL(*)[2], int) |
Definition at line 4 of file defs/stats.h.
Definition at line 5 of file defs/stats.h.
int sort_cell | ( | DCELL * | , |
int | |||
) |
Definition at line 28 of file sort_cell.c.
References Rast_is_d_null_value.
Referenced by c_divr(), c_median(), and c_quant().
int sort_cell_w | ( | DCELL(*) | [2], |
int | |||
) |
Definition at line 47 of file sort_cell.c.
References Rast_is_d_null_value.
Referenced by w_median(), and w_quant().
stat_func c_ave |
stat_func c_count |
stat_func c_divr |
stat_func c_intr |
stat_func c_kurt |
stat_func c_max |
stat_func c_maxx |
stat_func c_median |
stat_func c_min |
stat_func c_minx |
stat_func c_mode |
stat_func c_perc90 |
stat_func c_quant |
stat_func c_quart1 |
stat_func c_quart3 |
stat_func c_range |
stat_func c_reg_c |
stat_func c_reg_m |
stat_func c_reg_r2 |
stat_func c_reg_t |
stat_func c_skew |
stat_func c_stddev |
stat_func c_sum |
stat_func c_thresh |
stat_func c_var |
Referenced by c_stddev().
stat_func_w w_ave |
stat_func_w w_count |
stat_func_w w_kurt |
stat_func_w w_max |
stat_func_w w_median |
stat_func_w w_min |
stat_func_w w_mode |
stat_func_w w_perc90 |
stat_func_w w_quant |
stat_func_w w_quart1 |
stat_func_w w_quart3 |
stat_func_w w_reg_c |
stat_func_w w_reg_m |
stat_func_w w_reg_r2 |
stat_func_w w_reg_t |
stat_func_w w_skew |
stat_func_w w_stddev |
stat_func_w w_sum |
stat_func_w w_var |
Referenced by w_stddev().