Commit Graph

5871 Commits (0d9cf39fa0e2f88d24c5990449a2001f0a96720e)

Author SHA1 Message Date
Houtan Bastani 0d9cf39fa0 reporting: @report: bug fix: test for os x on octave 2013-05-16 14:31:50 +02:00
Houtan Bastani 08d1d0b521 reporting: @report: simplify test for os x 2013-05-16 14:31:49 +02:00
Houtan Bastani 9d8c135f59 reporting: use matlab2tikz when using Octave w OS X 2013-05-16 14:31:49 +02:00
Houtan Bastani 7037e2a4bc reporting: centralize/automate display.m 2013-05-16 14:31:40 +02:00
Houtan Bastani 965f54884d reporting: @seriesElements: rename numElements to numSeriesElements to conform with other numClass methods 2013-05-16 14:31:40 +02:00
Houtan Bastani 7428ea2cc6 reporting: @objArray: change numObjs to numObjArray to conform with other numClass methods 2013-05-16 14:31:40 +02:00
Houtan Bastani f877620b93 reporting: remove footnote option 2013-05-15 16:28:32 +02:00
Houtan Bastani 20e5a4d4b6 reporting: remove config option 2013-05-15 16:23:58 +02:00
Houtan Bastani 5920457437 reporting: aesthetic change 2013-05-15 13:05:33 +02:00
Houtan Bastani 8d19a322b0 doc: comment example & and spacing to make more legible 2013-05-15 13:05:33 +02:00
Houtan Bastani 1a83647928 reporting: @report: add compiler option to compile() as alternative method to pass compiler information 2013-05-15 13:05:33 +02:00
Houtan Bastani fe68b69302 reporting: @report: throw explicit error if user has not passed compiler option on Windows 2013-05-15 13:05:26 +02:00
Houtan Bastani 55a782711a doc: use @ref{} as opposed to @code{} when referring to an option 2013-05-15 11:47:46 +02:00
Houtan Bastani 0dd7a2988b doc: use @math{} 2013-05-15 11:45:05 +02:00
Sébastien Villemot 5a91cdc8e4 Ref. manual: fix incorrect uses of @xref 2013-05-15 10:19:26 +02:00
Sébastien Villemot 1bbbfce2f4 Ref. manual: fix menus 2013-05-15 10:16:15 +02:00
Houtan Bastani 374ec36714 reporting: doc: documentation for reporting features 2013-05-14 18:48:34 +02:00
Houtan Bastani e6b99ad617 reporting: @graph: only take string representation of color 2013-05-14 18:36:01 +02:00
Houtan Bastani cbd43ee9df reporting: on error reading user options, print actual option passed not lowercase version of it 2013-05-14 17:24:41 +02:00
Houtan Bastani d6210a4a34 reporting: @series: fix display 2013-05-14 16:52:09 +02:00
Houtan Bastani a4a5eb6022 reporting: @series: change showTableMarkers to tableShowMarkers 2013-05-14 16:52:09 +02:00
Houtan Bastani b631fc1d7f reporting: @series: change lineWidth to graphLineWidth 2013-05-14 16:52:09 +02:00
Houtan Bastani f6ff010b36 reporting: @series: rename lineStyle as graphLineStyle 2013-05-14 16:52:08 +02:00
Houtan Bastani 8a45999e19 reporting: change color to graphLineColor 2013-05-14 16:52:08 +02:00
Houtan Bastani df3b337924 reporting: @series: remove unnecessary assertion 2013-05-14 16:52:08 +02:00
Houtan Bastani 022ae5bb1a doc: replace TeX with @TeX{} and LaTeX with @LaTeX{} 2013-05-14 15:18:07 +02:00
Houtan Bastani e185ee7172 reporting: fix typos in validity checks 2013-05-14 13:11:46 +02:00
Houtan Bastani 710fb9e225 doc: fix typo 2013-05-14 13:11:46 +02:00
Houtan Bastani 0c6f7dd8cd reporting: change hlines to showHlines 2013-05-14 13:11:46 +02:00
Houtan Bastani af094d0271 reporting: implement hlines option 2013-05-14 13:11:46 +02:00
Houtan Bastani e437480d26 reporting: change vlines to showVlines 2013-05-14 13:11:46 +02:00
Stéphane Adjemian fc83427185 Merge pull request #393 from JohannesPfeifer/display_tables
Add function for displaying estimation results
2013-05-14 03:18:19 -07:00
Sébastien Villemot aacced64cc Merge pull request #397 from JohannesPfeifer/master
Make manual on drop-option more explicit
2013-05-14 02:48:30 -07:00
Johannes Pfeifer 787b361afa Make manual on drop-option more explicit
Closes #396
2013-05-14 11:29:12 +02:00
Sébastien Villemot 0d5a9e3a06 Merge pull request #391 from JohannesPfeifer/master
Small bugfix in k_order_pert and check for stale order loglinear
2013-05-14 01:08:21 -07:00
Johannes Pfeifer cc5527c843 Move filling of decision rules to respective orders
Previously, with pruning set to 1 and the option k_order_solver, the
fields like dr.ghu were not set in k_order_pert, even at order=1. But
stoch_simul tries to use them to display the decision rules. Similarly
for order 2. The respective setting of the decision rule fields is now
moved to the respective cases and always conducted at order 1 and
conducted at order 2. This avoids crashes if decision rules of
theoretical moments are requested.
2013-05-13 19:23:38 +02:00
Houtan Bastani df0749d166 reporting: change zeroline to showZeroline 2013-05-13 18:48:43 +02:00
Houtan Bastani 788b7e3d11 reporting: bug fix: only assign a tempname to figname when one doesn't already exist 2013-05-13 18:19:16 +02:00
Houtan Bastani 9fa99b5337 reporting: make option names uniform by removing underscores to conform with Matlab style options
Conflicts:
	matlab/reports/@series/series.m
	matlab/reports/@series/write.m
2013-05-13 18:16:52 +02:00
Houtan Bastani bd11ea293e reporting: change tableMarkers to showTableMarkers 2013-05-13 18:16:52 +02:00
Houtan Bastani f03bf0a615 reporting: preserve case when assigning method options while allowing user to enter any case 2013-05-13 18:16:52 +02:00
Houtan Bastani 333d515fe9 reporting: change legend_boxoff to showLegendBox 2013-05-13 18:16:52 +02:00
Houtan Bastani 80c9bf6c4c reporting: change legend to showLegend 2013-05-13 18:16:52 +02:00
Houtan Bastani 36ee655d03 reporting: change showdate to showDate 2013-05-13 18:16:52 +02:00
Houtan Bastani 89b0bd0904 reporting: change grid option to showGrid 2013-05-13 18:16:52 +02:00
Houtan Bastani a5194b4f5e doc: update octaverc info for os x 2013-05-13 18:16:51 +02:00
Houtan Bastani b3daefcf03 doc: fix typo 2013-05-13 18:16:51 +02:00
Sébastien Villemot 03ec4fa88d Merge pull request #394 from JohannesPfeifer/k_order_pert_pruning_simult
Bugfix for simult_.m when used with k_order_pert and pruning at order=1
2013-05-13 08:34:31 -07:00
Stéphane Adjemian (Charybdis) 86ee57876d Fixed bug when NAMES__ is not defined. 2013-05-13 16:27:37 +02:00
Stéphane Adjemian (Charybdis) ccaefc4032 Added @dynSeries/lag method. 2013-05-13 13:53:25 +02:00