Minor fix to make comments in C code valid UTF-8.
One can now use exogenous regressors when fitting ACD models using acdFit()
. See the function's help page.
Fixed a bug in the internal C functions getLL_ACDcall, getLL_LACD1call, and getLL_LACD2call that unabled estimating ACD(p, q), LACD1(p, q), and LACD2(p, q) models when p differed from q.
Added the predict()
method.
Added the plotLL()
function.
Changed how the trace
argument inside the control
list in the acdFit()
function works. It will now plot the MLE search path, recorded as the parameter values each time the optimization function calls the log likelihood.
The function now works properly for sub-second precision.
Fixed bug where the duration of the second transaction of a day would sometimes be calculated as the duration from the opening time
Fixed bug where the last duration would sometimes not be added.
Having only one of the price/volume column should not work.
Now checks if any negative durations were computed - if so, checks that the data were given in chronological order.
for method = "cubicSpline"
: now checks if the time stamps of the durations are within the range of the nodes
argument.