Skip to content

support for multidimensional nlsfit [draft]#314

Open
kostrzewa wants to merge 1 commit intomasterfrom
nlsfit_multidim
Open

support for multidimensional nlsfit [draft]#314
kostrzewa wants to merge 1 commit intomasterfrom
nlsfit_multidim

Conversation

@kostrzewa
Copy link
Member

@kostrzewa kostrzewa commented Nov 23, 2022

This is just a proposal for now and a real implementation would take some time and effort in order to provide the full functionality including, perhaps, even plotting support.

By relaxing the condition on the lengths of x and y (requiring the former to be divisible by the latter), bootstrap.nlsfit in principle immediately supports fits in more than one dimension by simply concatenating the different X variables that one wants to use and writing an appropriate fit function which indexes into these (the necessary starting indices might be passed as a vector themselves, for example).

@kostrzewa
Copy link
Member Author

@simone-romiti this is required to make the first fit pass

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant