标签:nta not syntax signature str work ecif sign lan
https://de.mathworks.com/help/stats/robustcov.html
Robust multivariate covariance and mean estimate
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)
[___] = 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.
标签:nta not syntax signature str work ecif sign lan
原文地址:https://www.cnblogs.com/gisalameda/p/10474478.html