Estimated parameter specification -syntax
Posted: Mon Mar 20, 2006 8:29 am
Dear all,
Is there a way to replace prior by symbol?
I want to replace:
esimated_params;
bet, normal_pdf, 1, 0.05;
end;
by:
prior_bet=1;
estimated_params;
bet,normal_pdf, prior_bet, 0.05;
end;
Cheers,
Mika
Is there a way to replace prior by symbol?
I want to replace:
esimated_params;
bet, normal_pdf, 1, 0.05;
end;
by:
prior_bet=1;
estimated_params;
bet,normal_pdf, prior_bet, 0.05;
end;
Cheers,
Mika