Hanan


Microsoft

自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
How to impute missing values using mean for a table
m = nanmean(x); % the mean mean_value_at_nan = bsxfun(@times, isnan(x), m); % mean value just at nans, otherwise zero x...

9 years 前 | 0