Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for multidimensional nlsfit [draft] #314

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

1 participant