Home
last modified time | relevance | path

Searched refs:STACKED_TIME_SERIES (Results 1 – 13 of 13) sorted by relevance

/dports/math/gretl/gretl-2021d/gui/
H A Ddatawiz.c49 p->structure == STACKED_TIME_SERIES)
52 p->structure == STACKED_TIME_SERIES || \
332 dwinfo->pd = (dwinfo->structure == STACKED_TIME_SERIES)? in dwiz_make_changes()
344 } else if (dwinfo->structure == STACKED_TIME_SERIES) { in dwiz_make_changes()
483 { STACKED_TIME_SERIES, N_("Stacked time series") },
679 (dwinfo->structure == STACKED_TIME_SERIES)? in make_confirmation_text()
827 if (dwinfo->structure == STACKED_TIME_SERIES) { in default_panel_size()
1491 if (s >= STACKED_TIME_SERIES) { in get_dimensions()
1706 dwinfo->structure = STACKED_TIME_SERIES; in dwiz_compute_step()
1746 dwinfo->structure == STACKED_TIME_SERIES) { in dwiz_compute_step()
[all …]
H A Dmenustate.c218 (d)->structure == STACKED_TIME_SERIES)
H A Dselector.c242 (d)->structure == STACKED_TIME_SERIES)
/dports/math/gretl/gretl-2021d/lib/src/
H A Ddataset.h255 #define dataset_is_panel(p) (p != NULL && p->structure == STACKED_TIME_SERIES)
265 p->structure == STACKED_TIME_SERIES && \
285 p->structure == STACKED_TIME_SERIES && \
H A Dgretl_utils.c946 int panel = structure == STACKED_TIME_SERIES || in catch_setobs_errors()
1025 structure == STACKED_TIME_SERIES || in process_starting_obs()
1204 structure = STACKED_TIME_SERIES; in set_obs()
1234 int sts = structure == STACKED_TIME_SERIES; in set_obs()
1304 structure = STACKED_TIME_SERIES; in simple_set_obs()
1323 int sts = structure == STACKED_TIME_SERIES; in simple_set_obs()
H A Dlibgretl.h178 STACKED_TIME_SERIES, enumerator
H A Dgretl_panel.c4919 if (dset->structure != STACKED_TIME_SERIES) { in panel_xdepend_test()
5031 } else if (oldmode != STACKED_TIME_SERIES && in switch_panel_orientation()
5106 dset->structure = STACKED_TIME_SERIES; in switch_panel_orientation()
5736 dset->structure = STACKED_TIME_SERIES; in finalize_panel_datainfo()
6209 dset->structure = STACKED_TIME_SERIES; in guess_panel_structure()
6210 ret = STACKED_TIME_SERIES; in guess_panel_structure()
H A Dgretl_xml.c156 case STACKED_TIME_SERIES: in data_structure_string()
3564 *dattype = STACKED_TIME_SERIES; in xml_get_data_structure()
H A Dtransforms.c426 if (dset->structure == STACKED_TIME_SERIES && in get_diff()
H A Dgenfuncs.c1143 if (dset->structure == STACKED_TIME_SERIES) { in movavg_series()
3368 if (dset->structure != STACKED_TIME_SERIES) { in gen_unit()
3472 if (tm && dset->structure == STACKED_TIME_SERIES) { in gen_time()
H A Dsubsample.c1837 subset->structure = STACKED_TIME_SERIES; in restrict_sample_from_mask()
H A Dgretl_func.c8528 } else if (oi->structure == STACKED_TIME_SERIES) { in restore_obs_info()
H A Dgraphing.c3284 if ((gi->flags & GPT_TS) && dset->structure == STACKED_TIME_SERIES) { in print_gp_data()