-
At the 2015-08-20 Meeting, Bekele expressed concern that the Spatial CIMIS data was introducing a Bias w.r.t. the CIMIS Station data. He had concerns about both the difference in calculation of Solar…
-
`na.fill` or `na.approx` or `na.spline` should be done on each of the two separate data frames after they have been joined to the new shared time stamps.
-
Trying to generate splines with GHE19_00a : 'gmkspl -p 16 -t 1000080160 -n 100 -e 10000000 -o mysplines_O_100.xml --tune GHE19_00a_00_000'
It's aborted after the following warnings :
> 168120…
-
Currently, calling `interpolate`, `derivative`, or `antiderivative` on an instance of ModesTimeSeries will construct a `scipy.interpolate.CubicSpline` interpolant, and then throw it out when the funct…
-
_Issue was originally in [d3-interpolate#49](https://github.com/d3/d3-interpolate/issues/49)_
I'm proposing the addition of a new type of curve for d3-shape — aptly called _curveCubicX_ by @mbostoc…
-
I want to add automatic parameter selection for λ
```julia
function cross_validate_spline(x, y, smoothing_parameter_grid, nfolds = length(X) -1)
function my_cumsum(x)
n = length(x)
…
-
Hi,
I am getting an overlapping of text in the _Coupling Schemes_ block:
![Screenshot 2021-07-20 14 16 53](https://user-images.githubusercontent.com/83708903/126322251-fc284d13-a040-421c-9c9d-fdcf…
-
Use of the EDR API continues to grow with time. It has been used in recent Disaster Pilots and now the Climate Pilot provide both Analysis Ready Data (ARD) and Decision Ready Data (DRD) to users. Us…
-
**Description:**
Let's turn this into a documentation about what features has been added and what are missing.
Since the rework of the waypoint movement the node-to-node movement works pretty much a…
-
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…