We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The doc https://fityk.nieto.pl/data.html#dataset-transformations says " returns @n with added y values from interpolated @m" How exactly @m will be interpolated relative to @n ? I.e, how should X values of @m be relative to Xs of @n for y values to be added?
From experiments, I see that when @n and @m have same X values, then new @ has same Xs and y vals are added.
Once I know, I can edit the doc myself.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The doc https://fityk.nieto.pl/data.html#dataset-transformations says
" returns @n with added y values from interpolated @m"
How exactly @m will be interpolated relative to @n ? I.e, how should X values of @m be relative to Xs of @n for y values to be added?
From experiments, I see that when @n and @m have same X values, then new @ has same Xs and y vals are added.
Once I know, I can edit the doc myself.
The text was updated successfully, but these errors were encountered: