-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Hi,
In the current implementation, the mark type M is as follows in the exemples:
- Univariate point process:
M == Int - Multivariate point process:
M == Int - Univariate marked point process:
M == MprimewhereMprimeis 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
ndimsargument to theHistoryand concrete subtypes ofAbstractPointProcess, - replace
M == IntbyM == Nothingin case 1., - design Multivariate marked point processes as
M == Tuple{Int,Mprime}.
What do you think of that ?
Metadata
Metadata
Assignees
Labels
No labels