msc2norm: Convert the MSC to Standard Normal

Description Usage Arguments

Description

Convert the MSC to Standard Normal

Usage

1
msc2norm(msc, k, J = 1, mu = 0, sd = 1, avoidInf = FALSE)

Arguments

msc

A matrix containing MSC values.

k

An integer representing the number of tapers used in MSC calculation.

J

An integer indicating the number of blocks used in MSC calculation.

mu

The mean of the Standard Normal.

sd

The standard deviation of the Standard Normal.

avoidInf

A logical indicating whether to avoid potential infinite values. Returns 10 or -10 instead.

Do NOT change this parameter. Results are not reliable if changed.


driegert/transfer3 documentation built on May 3, 2019, 8:33 p.m.