Calculates density values of the null distribution in the Durbin Watson test. Uses the saddlepoint approximation by Paolella (2007).
ddw(x, mod, data = list())
Arguments
x: quantile value(s) at which the density should be determined.
mod: estimated linear model object, formula (with argument data specified), or model matrix.
data: if mod is a formula then the name of the corresponding dataframe has to be specified here.
Returns
Numerical density value(s).
Details
The Durbin Watson Null-Distribution depends on values of the exogenous variables. That is why it must be calculated from each specific data set, respectively.