Skip to contents

var(x) / var(y); Inf if var(y) == 0.

Usage

morie_dsp_variance_ratio(x, y)

Arguments

x

Numeric vector.

y

Numeric vector.

Value

Scalar.

References

Rangayyan & Krishnan (2015), Ch. 5.

Examples

morie_dsp_variance_ratio(c(1, 2, 3), c(10, 20, 30))
#> [1] 0.01