Main Content
iqr
Interquartile range of timeseries
data
Description
tsiqr = iqr(
specifies additional options when computing the interquartile range using one or
more name-value pair arguments. For example, ts
,Name,Value
)tsiqr =
iqr(
defines -99 as the missing sample quality code, and removes the missing samples
before computing the interquartile range.ts
,'Quality',-99,'MissingData','remove')
Examples
Input Arguments
Version History
Introduced before R2006a
See Also
mean
| std
| timeseries
| var