码迷,mamicode.com
首页 > 其他好文 > 详细

robustcov

时间:2019-03-05 09:27:08      阅读:180      评论:0      收藏:0      [点我收藏+]

标签:nta   not   syntax   signature   str   work   ecif   sign   lan   

https://de.mathworks.com/help/stats/robustcov.html

 

robustcov

Robust multivariate covariance and mean estimate

 

Syntax

sig = robustcov(x)
[sig,mu] = robustcov(x)
[sig,mu,mah] = robustcov(x)
[sig,mu,mah,outliers] = robustcov(x)
[sig,mu,mah,outliers,s] = robustcov(x)
[___] = robustcov(x,Name,Value)
 

Description

example

sig = robustcov(x) returns the robust covariance estimate sig of the multivariate data contained in x.

[sig,mu] = robustcov(x) also returns an estimate of the robust Minimum Covariance Determinant (MCD) mean, mu.

[sig,mu,mah] = robustcov(x) also returns the robust distances mah, computed as the Mahalanobis distances of the observations using the robust estimates of the mean and covariance.

[sig,mu,mah,outliers] = robustcov(x) also returns the indices of the observations retained as outliers in the sample data, outliers.

example

[sig,mu,mah,outliers,s] = robustcov(x) also returns a structure s that contains information about the estimate.

example

[___] = robustcov(x,Name,Value) returns any of the arguments shown in the previous syntaxes, using additional options specified by one or more Name,Value pair arguments. For example, you can specify which robust estimator to use or the start method to use for the attractors.

 

Examples

robustcov

标签:nta   not   syntax   signature   str   work   ecif   sign   lan   

原文地址:https://www.cnblogs.com/gisalameda/p/10474478.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!