-
Hello, I was wondering what the timeline is on adding interpolation routines for nd rectilinear grids. I am currently a user of `jax.scipy.map_coordinates` for data on a 3D cartesian grid, and I’m hop…
mjo22 updated
9 months ago
-
In the averaging code, UVW coordinates are linearly interpolated which probably introduces slight error. At the moment this seems to be acceptable (https://github.com/ska-sa/xova/issues/8#issuecomment…
-
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 …
-
### Feature description
Currently PyBOP supports inference of some equivalent circuit model parameters, where those parameters remain constant across the depth of discharge. Cell kinetics and resista…
-
Ability to easily create collision objects that can (but don't have to) follow a spline directly in fast64.
* creating moving platform object behavior
* creating the levelscript command
* creatin…
-
#### Code Sample, a copy-pastable example if possible
```python
from io import StringIO
import numpy as np
import pandas as pd
from scipy import interpolate
import matplotlib.pyplot as plt
…
-
The roadmap discusses the various issues with the point vs pixel boundary modes. There was some follow-up discussion to an edit by @stefanv to that text here: https://github.com/scipy/scipy/pull/9537#…
-
I am trying to insert the graph legend on the a combined graph (lines and bars). It seems i cant get the legend shown in any of the graph position. My code is as follow:
var jsdom = new JSDOM('', {…
-
I'm trying to fit a set of data points with a closed B-spline using `ts_bspline_interpolate_cubic()`, but the resulted curve is not smooth at the joining point. Is there any way to generate a smooth i…
-
Hi, I am trying to construct a spline model using `ulam()`. Here is my R code:
```
library(rethinking)
library(splines)
data(cherry_blossoms)
d