Uses of Package
Facemorph.Stats

Packages that use Facemorph.Stats
Facemorph.Stats   
 

Classes in Facemorph.Stats used by Facemorph.Stats
DataReducer
          This class maps a higher dimensional vector to a lower dimensional vector (and vice-versa) @Note there is not requirement for the mapping to be exactly invertable i.e.
ImageDataHandler
          A interface for regression and factor analysis classes than can handle image data.
ImagePLS
          Implements an iterative version of PLS based on the method by Milidi and Reteria, "DPLS and PPLS: two PLS algorithms got large data sets." Computation Statisitics and Data Analysis vol.48 pp125-138 (2005)
Model.DataDescription
           
ModelInformation
          Basic information about a statistical model
ModelResults
          A system for querying a model to get details of it's components As most models are linear, consisting of a either matrix multiplication, or multiplication by a vector of weights the output is a list of named vectors
PLSReducer
           
Regressor
           
StatisticalModel
          A base class for statistical models
WeightedPLS