[Master Index] [Index for export/brede]

brede_mat_glm_est

(export/brede/brede_mat_glm_est.m)


Function Synopsis

[B, MSSE] = brede_mat_glm_est(X, Y, varargin)

Help text

 brede_mat_glm_est    - General linear model estimation

       [B, MSSE] = brede_mat_glm_est(X, Y)

       Input:  X    'Mat' structure with design matrix
               Y    'Mat' structure with dependent variables
        
       Output: B    'Mat' structure with parameters
               MSSE 'Mat' structure with mean square standard error

       Estimation of the parameters in the general linear model: 

                 Y = X*B + U

       The mean square standard error is calculated column-wise for Y.

       See also BREDE, BREDE_MAT, BREDE_MAT_GLM.

 $Id: brede_mat_glm_est.m,v 1.3 2008/02/13 18:05:59 fn Exp $

Cross-Reference Information

This function calls
This function is called by

Produced by mat2html on Fri Jun 20 17:43:05 2008
Cross-Directory links are: OFF