runstatsNS: mean and std dev of transform differenced with the signal...

View source: R/Equitable_Transform.R

runstatsNSR Documentation

mean and std dev of transform differenced with the signal data set

Description

Finds mean and standard deviations of transforms and residuals between transfgorms and signal

Usage

runstatsNS(Tx, T_noise)

Arguments

Tx

signal transform information from transformE

T_noise

noisy transform information from transformE

extraf

ignore

Value

None

Examples

#first construct transfor of data and trnasform of signal
d<-eg4(2,2)
Td<-transformE(d)
d_noise<-d+rnorm(prod(dim(d)),mean=0,sd=(1/4*sd(d,na.rm=TRUE)))
Td_noise<-transformE(d_noise)
runstatsNS(Tx=Td_noise,T=Td)  #


celphin/Equitable documentation built on Jan. 23, 2023, 11:02 p.m.