Home > SurfStat > I.m

I

PURPOSE ^

Identity matrix for the variance in a model formula, same as I=random(1).

SYNOPSIS ^

function m=I

DESCRIPTION ^

Identity matrix for the variance in a model formula, same as I=random(1).

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function m=I
0002 %Identity matrix for the variance in a model formula, same as I=random(1).
0003 m=random(1);

Generated on Fri 26-Sep-2008 14:05:29 by m2html © 2003