robustcov
Posted gisalameda
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了robustcov相关的知识,希望对你有一定的参考价值。
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
[___] = robustcov(
returns any of the arguments shown in the previous syntaxes, using additional options specified by one or more x
,Name,Value
)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的主要内容,如果未能解决你的问题,请参考以下文章