Skip to content

Problem with mem_prv_observ argument #76

@bradduthie

Description

@bradduthie

The mem_prv_observ argument takes a boolean value, but it is unclear to me why we would ever need this value to be TRUE. Should it not always be TRUE when using the trajectory method of prediction?

Additionally, there is an error in the code on this line, which reads:

if(mem == FALSE){

FALSE is equivalent to 0 in R, but not C, so I will change this to 0. and push a new version.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions