This repo provides code for estimating expected signatures
from a collection of paths
We implement both the naive estimator
and the martingale-corrected estimator
where
The code is compatible with numpy
arrays and torch
tensors, using iisignature
and signatory
for signature computations.
These functions can be used directly into more general ML pipelines/models, as illustrated in the forks: