-
Hi Brent, first of all thanks a lot for building this tool, it's a truly amazing work!
I wanted to get your advice on a somewhat niche use case.
I want to draw multiple splines in Viser and updat…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Forums discussion
https://forum.freecad.org/viewtopic.php?t=75752
### Version
0.21 (Development)
…
-
You cover LOESS, polynomials and breakpoint modelling nonlinear patterns, but oddly do not cover splines (breakpoint modelling is a subset of regression splines limited to linear, slope = 0 models) in…
-
您好,我最近刚开始接触B样条,在阅读您的论文的时候,有提到:
"Specifically, given a series of linear scale control points(also known as knots)"
随后,在Basalt-Calib相关的论文《Efficient Derivative Computation for Cumulative B-Splines on L…
-
Currently implementing some interpolation functionality in the SpecificEntropy class (in order to calculate entropy; issue #1167), and I suspect it should just be included in the BaseProfile1D method …
-
Unit test needed similar to test_MO with large numbers of (fake) splines to catch errors such as #4439 . See discussion in #4443 . The number of splines should be significantly larger than all of the…
-
I would like to have a spline that starts with predicted value of 0 and ends at predicted value of 1 (outside of x-range) with slope (or asymptotic slope) equal to zero.
example spline fit for rese…
-
### Graph based
Outlier removal happens first based on edge lengths of the MST.
- [ ] clumpy
- [x] striated
- [x] stringy
- [x] convex
- [x] skinny
- [x] sparse
- [x] skewed
- [x] outlyin…
-
Hello there,
Great library!
Am i right, that your implementation of interp2 supports structured grids, but not scattered points data ?
So to compare it to the old scipy version of [scipy interp2d](…
-
AFAICS, patsy sets all exterior knots in `BS` at the same points, i.e. lower_bound and upper_bound.
https://github.com/pydata/patsy/blob/master/patsy/splines.py#L229
I'm trying to replicate some…