coefForChisqEachSlice: Compute coeffcients that defines one slice of the truncation...

Description Usage Arguments Details Value

Description

This function computes the coefficients (A, B, C) that defines one slice of the truncation set for the chi-squared statistic.

Usage

1
coefForChisqEachSlice(Q, a = NULL, b = NULL, w, z, sigma)

Arguments

Q,

a matrix.

a,

a vector.

b,

a scaler.

w, z,

coefficients related to chi-squared statistic.

sigma,

the noise level σ.

Details

The constraint in the response {y^T Q y + a^T y + b ≥ 0} is equivalent to {AZ^2 + BZ + C ≥ 0} for some scaler coefficients (A, B, C).

Value

This function returns a vector of scaler coefficients (A, B, C).


shuxiaoc/outference documentation built on July 8, 2019, 8:30 p.m.