ratioScore

PURPOSE ^

x should be in alpha coordinates.

SYNOPSIS ^

function [out] = ratioScore(x,Prob)

DESCRIPTION ^

 x should be in alpha coordinates.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [out] = ratioScore(x,Prob)
0002 % x should be in alpha coordinates.
0003 
0004 %expdata = Prob.user.expdata;
0005 
0006 %model = Prob.user.model;
0007 %N = model.N;
0008 ration = Prob.user.ration;
0009 ratiod = Prob.user.ratiod;
0010 
0011 out = (ration'*x)/(ratiod'*x);
0012 
0013 return;

Generated on Thu 21-Jun-2012 15:39:23 by m2html © 2003