Home > code > util > parameter_transformation > mappings > cf_wasc_v_theta.m

cf_wasc_v_theta

PURPOSE ^

SYNOPSIS ^

function phi = cf_wasc_v_theta(decode, omega, theta, y_t, tau)

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function phi = cf_wasc_v_theta(decode, omega, theta, y_t, tau)
0002   [mu, Sigma_0, M, Q, rho, beta] = decode_wasc_param(theta, decode);
0003   phi = cf_wasc_v(mu, Sigma_0, M, Q, rho, beta, omega, y_t, tau);
0004 end

Generated on Mon 29-Apr-2013 19:29:13 by m2html © 2005