PRTools contents

PRTools manual

pinvr

PINVR

PSEUDO-INVERSE REGRESSION (PCR)

    [W,J,C] = PINVR(A,TYPE,PAR,C,SVR_TYPE,EPS_TOL,MC,PD)

Input
 A Dataset
 TYPE Type of the kernel (optional; default: 'p')
 PAR Kernel parameter (optional; default: 1)
     MC    Do or do not data mean-centering (optional; default: 1 (to do))
     PD    Do or do not the check of the positive definiteness (optional;
           default: 1 (to do)) (not implemented) 

Output
 W Mapping
 J Object identifiers of support objects

Description

See also

mappings, datasets, proxm,

PRTools contents

PRTools manual