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

Multivariate functions #8

Open
TomDeRybel opened this issue Nov 7, 2023 · 0 comments
Open

Multivariate functions #8

TomDeRybel opened this issue Nov 7, 2023 · 0 comments

Comments

@TomDeRybel
Copy link

TomDeRybel commented Nov 7, 2023

Hello,

I'm trying to fit a multivariate function. While I've had success with PolyRat, implementing the resulting fit in embedded code is rather ... complex. (And using a rational function converted from that unfortunately fails hard in numerical instability.)

After some digging, it seems that the baricentric formulae used in BaryRat are much more friendly to have a go at, while still offering (hopefully) enough numerical stability.

Q: May I ask if it is possible to do such a thing with BaryRat? And if so, how?

Q: The function I'm working with takes 2 real-valued inputs, for one output. Could it perhaps be possible to treat the inputs as a complex number and fit that?

Thank you,
Tom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant