Skip to content

Type of marks #43

@jucheval

Description

@jucheval

Hi,

In the current implementation, the mark type M is as follows in the exemples:

  1. Univariate point process: M == Int
  2. Multivariate point process: M == Int
  3. Univariate marked point process: M == Mprime where Mprime is the inherent type of the marks

I think there could be confusion between cases 2. and 3. above when Mprime == Int.

Hence, I am considering to:

  • add a ndims argument to the History and concrete subtypes of AbstractPointProcess,
  • replace M == Int by M == Nothing in case 1.,
  • design Multivariate marked point processes as M == Tuple{Int,Mprime}.

What do you think of that ?

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