Grocer Function

NAME

stcd - mimics gauss function stcd

CALLING SEQUENCE

v=stcd(mat)

PARAMETERS

Input

Output

DESCRIPTION

Function that mimics gauss function stcd: takes the standard deviations of each column of a matrix and stores them in a column

EXAMPLE

load('SCI/macros/grocer/db/bdhenderic.dat') ; mat=explox(['delts(lm1)','delts(lp)','delts(ly)','rnet'],'',[]);v=stcd(mat)    

Example gives the vector:
  v  =
!    .0205913 !
!    .0141534 !
!    .0142649 !
!    .0376221 !

AUTHOR

Eric Dubois 2003