skew: Compute some components utilized in the third moment fomulas.

View source: R/RcppExports.R

skewR Documentation

Compute some components utilized in the third moment fomulas.

Description

This function provides some components used in the third moment fomulas.

Usage

skew(K, Rtemp, Rtemp2, R0, R2)

Arguments

K

A kernel matrix of observations in the sequence.

Rtemp

A numeric vector of k_{i.}, the sum of kernel values for each row i.

Rtemp2

A numeric vector, the sum of squared kernel values for each row i.

R0

The term R_{0}, defined in the paper.

R2

The term R_{2}, defined in the paper.

Value

Returns a list of components used in the third moment fomulas.


kerSeg documentation built on Aug. 23, 2023, 1:07 a.m.