A results class for the discrete dependent variable models.
..Warning :
The following description has not been updated to this version/class. Where are AIC, BIC, ....? docstring looks like copy from discretemod
| Parameters : | model : A DiscreteModel instance mlefit : instance of LikelihoodResults
|
|---|---|
| Returns : | *Attributes* : Warning most of these are not available yet : aic : float
bic : float
bse : array
df_resid : float
df_model : float
fitted_values : array
llf : float
llnull : float
llr : float
llr_pvalue : float
prsquared : float
|
Methods
| bootstrap([nrep, method, disp, store]) | simple bootstrap to get mean and variance of estimator |
| conf_int([alpha, cols, method]) | Returns the confidence interval of the fitted parameters. |
| cov_params([r_matrix, column, scale, other]) | Returns the variance/covariance matrix. |
| f_test(r_matrix[, q_matrix, scale, invcov]) | Compute an Fcontrast/F-test for a contrast matrix. |
| get_nlfun(fun) | |
| initialize(model, params, **kwd) | |
| normalized_cov_params() | |
| t([column]) | deprecated: Return the t-statistic for a given parameter estimate. |
| t_test(r_matrix[, q_matrix, scale]) | Compute a tcontrast/t-test for a row vector array of the form Rb = q |