Grocer Function

NAME

tobit - Tobit estimation

CALLING SEQUENCE

[rtobit]=tobit(grocer_namey,varargin)

PARAMETERS

Input

Output

DESCRIPTION

Computes Tobit Regression. If the user has not given the argument 'noprint', the results of the regression and various diagnostics.

EXAMPLE

tobit('y','x','hess=dfp','maxit=1000');

Example taken from tobit_d. The endogenous varaible is y, x is a matrix of exogenous variables. Hessain calcualtion method is dfp and maximum # of iterations is set to 1000.

AUTHOR

Eric Dubois 2002