E1E2: Calculates the first and second moments of a bsp object at...

Description Usage Arguments Value Examples

Description

Calculates the first and second moments of a bsp object at each spot on the support

Usage

1

Arguments

bsp

The bsp object

Value

Vector of second moments that aligns with bsp$support

Examples

1
2
3
bsp=bsp(c(1:3), centeringMeasure = c(.1,.9, .98), precision = 2)
bsp$E2=E1E2(bsp)
bsp$E2

jntrcs/BnpSysRel documentation built on May 16, 2019, 9:09 p.m.