Home > p2plib > xinorm.m

xinorm

PURPOSE ^

compute xi-norm of z

SYNOPSIS ^

function xin=xinorm(z,xi)

DESCRIPTION ^

 compute xi-norm of z

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function xin=xinorm(z,xi)
0002 % compute xi-norm of z
0003 len=length(z); ul2=norm(z(1:len-1)); lamd=z(len); 
0004 xin=sqrt(xi*ul2^2+(1-xi)*lamd^2);

Generated on Wed 15-Aug-2012 10:09:15 by m2html © 2005