Skip to content

eps should be converted to a matrix #1

Description

@XilinMao

If eps is a data.frame, there will be an error in line 233 of BEKK function

Error in buff.par.transposed[[tmp.count + 1]] %*% as.matrix(eps[count -  : 
  non-conformable arguments

Because one row of a data.frame is stiil a data.frame, and it can not be converted to a matrix with one column.
So, convet eps to a matrix at first in BEKK function can solve this hug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions