IndependenceLinearStatistic-class {coin}R Documentation

Class "IndependenceLinearStatistic"

Description

Representing linear statistics

Objects from the Class

Objects can be created by calls of the form new("IndependenceLinearStatistic", ip, xtrafo, ytrafo, ...).

Slots

linearstatistic:
Object of class "numeric"
expectation:
Object of class "numeric"
covariance:
Object of class "VarCovar"
xtrans:
Object of class "matrix"
ytrans:
Object of class "matrix"
xtrafo:
Object of class "function"
ytrafo:
Object of class "function"
x:
Object of class "data.frame"
y:
Object of class "data.frame"
weights:
Object of class "numeric"
block:
Object of class "factor"

Extends

Class "IndependenceTestProblem", directly. Class "IndependenceProblem", by class "IndependenceTestProblem", distance 2.

Methods

No methods defined with class "IndependenceLinearStatistic" in the signature.


[Package coin version 1.0-10 Index]