Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MeanFilterOptions

Hierarchy

  • MeanFilterOptions

Index

Properties

Optional factor

factor?: number

The values under the median times this factor are removed.

default

2

Optional force

force?: boolean

Force replacement of existing series. If false, trying to add an already existing series will throw an error.

default

false

Optional seriesName

seriesName?: string

Name of the created series.

default

'msMean'