transformation of tvp parameters into kalman compatible ones
[Q,R]=tvp_param2ad(param)
param = vector of parameters
Q = variance of the state equation
R = variance of the observation equation
// This function should have no other use than providing the transformation of the parameters that must be estimated into the matrices used in the kalman filter.