filtered_mean | R Documentation |
Given a numeric vector, calculate the filtered mean, filtered standard deviation, and coefficient of variation (filtered standard deviation over filtered mean). NA values are removed before performing the calculations.
filtered_mean(var)
var |
Numeric vector or matrix |
Dataframe containing the filtered mean, filtered standard deviation, and coefficient of variation
Bailey, Sean & Werdell, Jeremy. (2006). A multi-sensor approach for the on-orbit validation of ocean color satellite data products. Remote Sensing of Environment. 102. 12-23. 10.1016/j.rse.2006.01.015.
filtered_mean(rnorm(50))
filtered_mean(matrix(rnorm(60),nrow=12,ncol=5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.