statsmodels.nonparametric.kernel_regression.KernelCensoredReg.sig_test

KernelCensoredReg.sig_test(var_pos, nboot=50, nested_res=25, pivot=False)

Significance test for the variables in the regression.

Parameters: var_pos (sequence) – The position of the variable in exog to be tested.
Returns: sig

The level of significance:

  • * : at 90% confidence level
  • ** : at 95% confidence level
  • *** : at 99* confidence level
  • ”Not Significant” : if not significant
Return type: str

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.nonparametric.kernel_regression.KernelCensoredReg.sig_test.html