-
- Figure out how the `bagpipes` calibration polynomial is defined and do an initial least-squares fit for the coefficients, assuming a continuum model that is itself a fairly flexible polynomial. Sin…
-
References
- [ ] https://github.com/JuliaMath/Polynomials.jl
See the list of references in above package.
-
**Describe the solution you'd like**
`ulab` already has `polyfit()`, but not `Polynomial`.
I would like to see `Polynomial` implementing `Polynomial.fit()` and `Polynomial.roots()`, as well as `Po…
-
Context: P is a QSP polynomial if $|P(e^{i\theta})| \le 1$ for every $\theta \in [0, 2\pi)$.
When computing polynomial approximations for functions (that have infinite series), the polynomials may …
-
### What happened?
It seems that some examples now have broken colors.
For example, [plot_functional_chaos_graphs.html](https://openturns.github.io/openturns/latest/auto_meta_modeling/polynomial…
-
Consider the following code, which calculates the roots of the polynomial `x^4` using the companion matrix eigenvalues:
```c#
var polynomial = new Polynomial(0, 0, 0, 0, 1);
var rootsReal = polynom…
-
The final task of the build_model script is to create the polynomials. The das3_polynomials.m code was added to the repository but almost certainly won't work. There may be issues related to Opensim…
-
https://numpy.org/doc/stable/reference/routines.polynomials.html
https://numpy.org/doc/stable/reference/generated/numpy.polynomial.polynomial.Polynomial.fit.html#numpy.polynomial.polynomial.Polynomia…
-
Raising as part of JOSS review openjournals/joss-reviews#7241
I found a few small issues in the paper:
1. Citations are missing DOI numbers
2. Title of "Cattaneo, M. D., Chandak, R., Jansson, M.,…
-
Hi, I am a student working on permanent computation. I would like to ask if this program can be used to compute the permanent of a matrix of order 60? If it can be computed, is the computation done in…