我是靠谱客的博主 高高身影,最近开发中收集的这篇文章主要介绍matlab中tau 8. tau,利用Thompson Tau方法进行异常值替换,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

Remove outliers

This function accepts a vector or matrix and detects the outlier values in the vector/matrix using Thopson Tau method, which is based on the absolute deviation of each record from the mean of the entire vector/matrix, and fills the outliers with NaNs in the returned output.

The magnitude of Thompson's Tau value corresponding to the number of records in the input vector (m) or matrix (m*n) to the Standard Deviation of the input vector/matrix is the rule to decide if any record is in the outliers. The mean, standard deviation (std) and the magnitude of Thompson's Tau (tau*std) are calculated again after removal of each outlier. If the input is matrix, it will be converted to a vector before detecting the outliers, however, the output will be a matrix with the same m*n dimensions as input. Indexes of the outleirs also will be returned, where if the input was a vector, the index vector also will be a vector, howev

最后

以上就是高高身影为你收集整理的matlab中tau 8. tau,利用Thompson Tau方法进行异常值替换的全部内容,希望文章能够帮你解决matlab中tau 8. tau,利用Thompson Tau方法进行异常值替换所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(38)

评论列表共有 0 条评论

立即
投稿
返回
顶部