| Libgretl Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
int boxplots (int *list, double ***pZ, const DATAINFO *pdinfo, gretlopt opt); int boolean_boxplots (const char *str, double ***pZ, DATAINFO *pdinfo, gretlopt opt); int gnuplot_from_boxplot (const char *fname); int boxplot_numerical_summary (const char *fname, PRN *prn); const char * get_last_boxplots_string (void);
int boxplots (int *list,
double ***pZ,
const DATAINFO *pdinfo,
gretlopt opt);
list : |
|
pZ : |
|
pdinfo : |
|
opt : |
|
| Returns : |
int boolean_boxplots (const char *str,
double ***pZ,
DATAINFO *pdinfo,
gretlopt opt);
str : |
|
pZ : |
|
pdinfo : |
|
opt : |
|
| Returns : |
int boxplot_numerical_summary (const char *fname,
PRN *prn);
fname : |
|
prn : |
|
| Returns : |