Skip to content

Add type parameter to Hawkes processes #17

Description

@cswaney

The type parameters will match with the type parameters of the component models. E.g.,

mutable struct DiscreteNetworkHawkesProcess{T<:AbstractFloat}
    baseline::DiscreteMultivariateBaseline{T}
    impulse_response::DiscreteMultivariateImpulseResponse{T}
    # ...
end

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions