-
The number of independent variables for the `bspline` method of the `GEKKO` class is only two, while for the `cspline` method it is only one. I am making a feature request of increasing the number of …
-
aside: pygam has penalized Expectile regression according to the examples/documentation
Currently RLM and QuantileRegression only use a IRLS algorithm
For RLM we can add gradient fit with scipy …
-
Thanks Moritz for this!
Interpolation is a huge subject, I understand your choices (Left, Right, and Linear), but it might be better to use the [Interpolations.jl](https://github.com/JuliaMath/Inte…
-
This follows up on #2508 and is related to #2320 (and the associated PR #2512).
**Is your feature request related to a problem? Please describe.**
When drawing fast with a high latency device, we …
-
This would be data that is decomposed into report and reference dates. Current functionality would then be a special case of this.
It would need.
- [ ] An additional delay spline in the model…
-
Hey @annakat & @ashiklom. This is a preliminary list of features that I think we ultimately want to see implemented in spectrolab. Most of them are ready to go (unmarked).
__\*__ = Features that s…
-
Dear @sghr San,
I am trying to understand the logic behind the motion of the particles in your **A(g)ntense** project.
Based on your (remarkable) tutorials I see that your are probably using a mix…
-
Hi,
I found this weird bug when plotting the estimated curve against the observed data. Any idea why this is happening? I only adapted your code to include my data (matrix X). Thank you!
`for i, t…
-
Someone may want to consider looking into whether someone has coded 2D BSplines in Python. In case people don't know, this was a technique for background subtracted that was "invented" by Kelson et a…
-
Not sure if this branches too far from the intended purpose of the package, but boosted conditional logit models as described in "Shi, H., Yin, G., Boosting conditional logit model". R package locate…