Re: Dble exponential error model
From: LSheiner <lewis@c255.ucsf.edu>
Subject: Re: Dble exponential error model
Date: Thu, 07 Jan 1999 17:17:41 -0800
As usual, Mats is right -
The original model is equivalent to
Y = F + F*EPS(1) + THETA(10) + THETA(10)*EPS(2)
so indeed, THETA(10) acts as a bias offset ...What I wrote assumes taht the intended model was
Y = F + F*EPS(1) + THETA(10)*EPS(2).
LBS.