plot_gmwm_and_datasheet: Plot GMWM with datasheet characteristics

Description Usage Arguments Author(s) Examples

Description

Plot empirical WV of a sensors together the empirical WV implied by the datasheet of the manufacture as well as GMWM solution

Usage

1
2
3
plot_gmwm_and_datasheet(object, datasheet,
  axis.x.label = expression(paste("Scale ", tau)), axis.y.label,
  prov_title = NULL)

Arguments

object

A gmwm object.

datasheet

A vector with the implied WV of the datasheet.

axis.x.label

A string for the label of the "x-axis".

prov_title

A string for the title of the graph.

datasheet_bi

A value with the bias-instabulity value.

Author(s)

Stephane Guerrier

Examples

1
2
3
4
Zt = rnorm(1000000)
wv = gmwm(WN(), Zt, freq = 500)
datasheet = wn_to_wv(sigma2 = 1, tau = wv$scales)
plot_gmwm_and_datasheet(wv, datasheet/500)

SMAC-Group/gui4gmwm documentation built on May 24, 2019, 2:47 p.m.