Skip to content

Proper way to create a FDataGrid object of curves with various lengths? #384

Answered by vnmabus
hovinh asked this question in Q&A
Discussion options

You must be logged in to vote

What do you mean by different lengths? As far as I know, that could mean two different things:

  • "Partial" curves where some fragments of the curve are missing. This could probably be represented using NaN for missing values, but you should expect most methods to fail, as that case (currently) has not been taken into consideration.
  • Curves in the same interval but sampled at different points, such as longitudinal data. We should create a new FData subclass to handle this kind of data, but currently we are not prioritizing that. A possible workaround is to express your data in a common grid (by interpolation) or project it to a common basis. Once you have both with the exact same representat…

Replies: 1 comment 14 replies

Comment options

You must be logged in to vote
14 replies
@vnmabus
Comment options

@hovinh
Comment options

@hovinh
Comment options

@vnmabus
Comment options

@jdtuck
Comment options

Answer selected by hovinh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants