Advertisement
Guest User

Untitled

a guest
Jun 4th, 2012
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.22 KB | None | 0 0
  1. \paragraph{Methods}
  2.  
  3. \begin{longtable}{ll}
  4. \hline
  5. \endfirsthead
  6.  
  7. \multicolumn{2}{c}%
  8. {{\bfseries \tablename\ \thetable{} -- continued from previous page}} \\
  9. \hline
  10. \endhead
  11.  
  12. \hline {2}{|r|}{{Continued on next page}} \\ \hline
  13. \endfoot
  14.  
  15. \hline
  16. \endlastfoot
  17.  
  18.  
  19. {\hyperref[EmpiricalCovariance.error_norm]{\code{error\_norm}}}(comp\_cov{[}, norm, scaling, squared{]})
  20. &
  21. Computes the Mean Squared Error between two covariance estimators.
  22. \\\hline
  23.  
  24. {\hyperref[EmpiricalCovariance.fit]{\code{fit}}}(X)
  25. &
  26. Fits the Maximum Likelihood Estimator covariance model
  27. \\\hline
  28.  
  29. {\hyperref[EmpiricalCovariance.get_params]{\code{get\_params}}}({[}deep{]})
  30. &
  31. Get parameters for the estimator
  32. \\\hline
  33.  
  34. {\hyperref[EmpiricalCovariance.mahalanobis]{\code{mahalanobis}}}(observations)
  35. &
  36. Computes the mahalanobis distances of given observations.
  37. \\\hline
  38.  
  39. {\hyperref[EmpiricalCovariance.score]{\code{score}}}(X\_test{[}, assume\_centered{]})
  40. &
  41. Computes the log-likelihood of a gaussian data set with \emph{self.covariance\_} as an estimator of its covariance matrix.
  42. \\\hline
  43.  
  44. {\hyperref[EmpiricalCovariance.set_params]{\code{set\_params}}}(**params)
  45. &
  46. Set the parameters of the estimator.
  47. \\\hline
  48. \end{longtable}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement