# Automatically generated file --- DO NOT EDIT
2007-07-11 21:23  adb014

	* DESCRIPTION: Update version numbers of changed packages since
	  last release

2007-07-11 10:22  mcreel

	* inst/: __kernel_epanechnikov.m, delta_method.m, gmm_estimate.m,
	  kernel_example.m, kernel_optimal_bandwidth.m,
	  kernel_regression.m, kernel_regression_nodes.m, mle_estimate.m,
	  mle_results.m, mle_variance.m, scale_data.m: Little thing here
	  and there, mostly related to working better with Octave 2.9.x

2007-06-29 13:22  mcreel

	* inst/__kernel_weights.m: alternate version of weights. The good
	  one is an oct file, for performance. This one is for reference.

2007-06-29 13:18  mcreel

	* src/: Makefile, __kernel_weights.cc: New function for kernel
	  weights, done as oct file for performance.

2007-06-29 13:15  mcreel

	* inst/kernel_example.m: minor improvements

2007-06-29 13:15  mcreel

	* inst/: __kernel_epanechnikov.m, kernel_density_cvscore.m,
	  kernel_density_nodes.m, kernel_optimal_bandwidth.m,
	  kernel_regression_nodes.m: new versions that split out
	  calculation of weights (now in oct file). Other minor improvements,
	  and proper copyrights.

2007-05-17 21:16  adb014

	* DESCRIPTION: Update version numbers of changed packages

2007-03-29 14:41  mcreel

	* inst/: gmm_example.m, mle_example.m: don't use reserved word
	  "title" as a variable name

2007-03-29 13:08  mcreel

	* inst/kernel_example.m: turn off attempt to run in parallel, fix
	  plotting for 2.6.10

2007-03-29 13:07  mcreel

	* inst/gmm_example.m: adjust to use new bfgsmin controls

2007-03-23 17:14  adb014

	* inst/: __kernel_epanechnikov.m, __kernel_normal.m,
	  average_moments.m, delta_method.m, gmm_estimate.m, gmm_example.m,
	  gmm_obj.m, gmm_results.m, gmm_variance.m,
	  gmm_variance_inefficient.m, kernel_density.m,
	  kernel_density_nodes.m, kernel_example.m, kernel_regression.m,
	  kernel_regression_nodes.m, mle_estimate.m, mle_example.m,
	  mle_obj.m, mle_obj_nodes.m, mle_results.m, mle_variance.m,
	  nls_estimate.m, nls_example.m, nls_obj.m, nls_obj_nodes.m,
	  parameterize.m, poisson.m, poisson_moments.m, prettyprint.m,
	  prettyprint_c.m, scale_data.m, sum_moments_nodes.m,
	  unscale_parameters.m: Update the FSF address

2007-02-16 11:12  mcreel

	* inst/kernel_example.m: clean up a bit, add a nice plot of
	  parallel performance

2007-02-14 12:42  mcreel

	* inst/: gmm_example.m, mle_example.m: randp -> poisson_rnd (using
	  deprecated for compatibility with 2.1.x)

2007-01-31 10:24  mcreel

	* inst/kernel_regression.m: Fix up documentation string

2007-01-30 23:23  adb014

	* DESCRIPTION: Add Autoload field to DESCRIPTION of main/ packages

2007-01-30 21:31  adb014

	* INDEX: INDEX new functions

2007-01-24 11:55  mcreel

	* inst/: __kernel_epanechnikov.m, __kernel_normal.m,
	  kernel_density.m, kernel_density_cvscore.m,
	  kernel_density_nodes.m, kernel_example.m,
	  kernel_optimal_bandwidth.m, kernel_regression.m,
	  kernel_regression_cvscore.m, kernel_regression_nodes.m: initial
	  commit of functions for nonparametric smoothing. Includes kernel
	  regression and density. Can make use of MPITB for parallel computing
	  if it's available.

2007-01-24 11:50  mcreel

	* inst/: gmm_estimate.m, mle_estimate.m, nls_obj.m: minor cleanup

2006-10-14 19:39  hauberg

	* COPYING: Removed unvalid characters from all GPL licenses in the
	  packages

2006-10-06 22:49  adb014

	* INDEX: more INDEX fixes

2006-10-03 14:56  hauberg

	* INDEX: Fixed various INDEX files

2006-10-02 21:47  adb014

	* DESCRIPTION: Latest mega package manager update

2006-09-10 23:18  adb014

	* Makefile: Simplify package Makefiles, package all default package
	  files, and remove the redundant Makefiles

2006-08-28 22:06  adb014

	* Makefile: More package manager stuff

2006-08-24 01:42  adb014

	* Makefile: toplevel makefile to allow docs to be included in
	  package

2006-08-20 14:18  hauberg

	* COPYING, DESCRIPTION, README, average_moments.m, delta_method.m,
	  gmm_estimate.m, gmm_example.m, gmm_obj.m, gmm_results.m,
	  gmm_variance.m, gmm_variance_inefficient.m, mle_estimate.m,
	  mle_example.m, mle_obj.m, mle_obj_nodes.m, mle_results.m,
	  mle_variance.m, nls_estimate.m, nls_example.m, nls_obj.m,
	  nls_obj_nodes.m, parameterize.m, poisson.m, poisson_moments.m,
	  prettyprint.m, prettyprint_c.m, scale_data.m,
	  sum_moments_nodes.m, unscale_parameters.m, doc/README,
	  inst/average_moments.m, inst/delta_method.m, inst/gmm_estimate.m,
	  inst/gmm_example.m, inst/gmm_obj.m, inst/gmm_results.m,
	  inst/gmm_variance.m, inst/gmm_variance_inefficient.m,
	  inst/mle_estimate.m, inst/mle_example.m, inst/mle_obj.m,
	  inst/mle_obj_nodes.m, inst/mle_results.m, inst/mle_variance.m,
	  inst/nls_estimate.m, inst/nls_example.m, inst/nls_obj.m,
	  inst/nls_obj_nodes.m, inst/parameterize.m, inst/poisson.m,
	  inst/poisson_moments.m, inst/prettyprint.m, inst/prettyprint_c.m,
	  inst/scale_data.m, inst/sum_moments_nodes.m,
	  inst/unscale_parameters.m: Altered the directory structure to
	  match the package system

2006-07-10 09:59  mcreel

	* gmm_variance_inefficient.m: another fix due to old interface
	  change

2006-06-13 15:25  mcreel

	* nls_example.m: Example for nonlinear least squares estimation

2006-05-23 16:52  mcreel

	* delta_method.m: bug in return

2006-04-24 10:13  mcreel

	* nls_estimate.m: improve help string

2006-04-07 14:29  mcreel

	* gmm_variance_inefficient.m: bug related to ancient interface
	  change

2005-12-21 22:00  adb014

	* INDEX: Index updates

2005-11-23 09:59  mcreel

	* mle_estimate.m: [no log message]

2005-09-28 09:12  mcreel

	* mle_results.m: minor improvements

2005-09-08 04:00  pkienzle

	* prettyprint.m: [for Bill Denney] isstr -> ischar

2005-05-30 17:16  mcreel

	* average_moments.m, gmm_estimate.m, gmm_example.m, gmm_results.m,
	  mle_example.m, mle_obj.m, mle_obj_nodes.m, mle_results.m,
	  mle_variance.m, nls_obj.m, nls_obj_nodes.m, sum_moments_nodes.m:
	  cleanups and documentation

2005-05-25 15:04  pkienzle

	* average_moments.m, delta_method.m, gmm_estimate.m, gmm_example.m,
	  gmm_obj.m, gmm_results.m, gmm_variance.m,
	  gmm_variance_inefficient.m, mle_estimate.m, mle_example.m,
	  mle_obj.m, mle_obj_nodes.m, mle_results.m, mle_variance.m,
	  nls_estimate.m, nls_obj.m, nls_obj_nodes.m, parameterize.m,
	  poisson.m, poisson_moments.m, prettyprint.m, prettyprint_c.m,
	  scale_data.m, sum_moments_nodes.m, unscale_parameters.m:
	  Consistent author/copyright notice

2005-05-13 12:31  mcreel

	* README, average_moments.m, gmm_estimate.m, gmm_example.m,
	  gmm_obj.m, gmm_results.m, mle_estimate.m, mle_example.m,
	  mle_obj.m, mle_obj_nodes.m, mle_results.m, nls_estimate.m,
	  nls_obj.m, nls_obj_nodes.m, poisson.m, poisson_moments.m,
	  sum_moments_nodes.m: update to allow parallel if available, add
	  nls

2005-02-28 12:07  mcreel

	* gmm_example.m, gmm_results.m: clean up example

2005-02-09 17:19  mcreel

	* average_moments.m, delta_method.m, gmm_estimate.m, gmm_example.m,
	  gmm_obj.m, gmm_results.m, gmm_variance.m,
	  gmm_variance_inefficient.m, mle_estimate.m, mle_example.m,
	  mle_obj.m, mle_results.m, mle_variance.m, parameterize.m,
	  prettyprint.m, prettyprint_c.m, scale_data.m,
	  unscale_parameters.m: cleaning and beginnings of help messages

2004-11-16 10:18  pkienzle

	* INDEX: Add new functions

2004-10-21 16:54  mcreel

	* mle_estimate.m: little bugfix

2004-10-20 12:31  mcreel

	* average_moments.m, gmm_estimate.m, gmm_example.m, gmm_obj.m,
	  gmm_results.m, gmm_variance.m, gmm_variance_inefficient.m:
	  initial commit of gmm functions

2004-10-20 11:14  mcreel

	* mle_example.m: indicate it's a script, with a "1;"

2004-10-20 11:12  mcreel

	* delta_method.m, mle_estimate.m, mle_example.m, mle_obj.m,
	  mle_results.m, mle_variance.m, parameterize.m, prettyprint.m,
	  prettyprint_c.m, scale_data.m, unscale_parameters.m: initial
	  commit of econometrics functions

