-
step input, bspline output please
-
### Request
Following the provided example for `GLMGam`, it appears that the b-spline terms to have penalized estimation must be input via the `smoother` argument and must be a `BSpline()` object. Ho…
-
```
using Interpolations
xs = 0.5:0.1:5
A = [log(x) for x in xs]
interp_cubic = CubicSplineInterpolation(xs, A)
g = zeros(1)
Interpolations.gradient!(g,interp_cubic,1.0)
```
you get
```
…
-
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…
-
This might be opening a can of worms, but the 1D bspline implementation has been really nice to use - It would be really nice to have multidimensional splines, like tensor interaction (`ti`) or tensor…
-
If I've got some gridded `x` and `y` data already sitting around, its a bit of a pain to interpolate. AFAICT the best way to do it is something like this:
``` julia
x = [2,4,6,8]
y = [1,4,3,6]
itp =…
-
To be fair, the docs for [Constant ](https://docs.juliahub.com/General/Interpolations/stable/api/#Interpolations.Constant) does mention possibility of numerical errors but this seems quite wrong...
…
-
CMake Error at /opt/ros/noetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by "active_perception"
with any of the following name…
-
Hello,
when I try to call the trilinear interpolation method I get the following error:
**ModuleNotFoundError: No module named 'tensorflow_graphics.math.interpolation.trilinear'**
After inspe…
-
I tweaked the [example](https://github.com/rdeits/RegionTrees.jl/blob/master/examples/adaptive_distance_fields/adaptive_distances.ipynb) as follows:
```
import StaticArrays: SVector
using RegionTre…