File: README

package info (click to toggle)
octave-econometrics 1%3A1.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 380 kB
  • ctags: 39
  • sloc: makefile: 69; cpp: 32; sh: 4
file content (14 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
The main functions for end users are:

mle_estimate.m  Performs estimation by MLE
mle_results.m   Performs estimatiion by MLE and shows results
mle_example.m   Example


gmm_estimate.m  Performs estimation by GMM
gmm_results.m   Performs estimatiion by GMM and shows results
gmm_example.m   Example


The other functions are mostly for internal use, or for use by
advanced users.