-
@dannyparsons and @jkmusyoka I keep re-discovering periodic splines that I suggest we should consider as an alternative to the current circular functions for our Markov chain modelling.
a) There is…
-
cqid: VisIt00008453cqsubmitter: Mark Millercqsubmitdate: 01/22/08 When we do lineouts of zone-centered quantities, it is possible to obtain to plots that contain other than perfectly flat (slope=0) or…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
It should not be possible to select B-splines for the two Sketcher fillet tools as they ca…
-
The TF graphics library currently only supports B-Spline interpolation for uniform b-splines. Are there any plans to extend this to Non-Uniform Rational B-Splines (NURBS)? This would essentially mean …
-
I just started using Interpolations, being interested to interpolate time values stored in a vector of array.
While linear interpolation works
```
julia> itp = LinearInterpolation([1,2,3],[rand(2…
-
Currently this only works with `Linear`:
```julia
julia> data = [[1 2; 3 4], [5 6; 7 8]]
2-element Array{Array{Int64,2},1}:
[1 2; 3 4]
[5 6; 7 8]
julia> itp = interpolate(data, BSpline(Lin…
-
We are definitely not going to implement the Spline logic on our own. We should look into other libraries to see who has it implemented and wrap around it.
-
Issue imported from https://tracker.freecad.org/view.php?id=3500
* **Reporter:** dbecad
* **Date submitted:** 6/4/2018
* **FreeCAD version:** 0.18
* **Category:** Feature
* **Status:** assigned
* **T…
-
### Description
Multivariate adaptive regression splines
### Purpose
Output similar to ordinary regression for high dimensional data. The method allows testing of non-linear associations alon…
-
We have a preliminary working set of vector tiles being created with a new data type that includes splines. The type of splines being used are b-splines. The control points of the spline are encoded i…