-
I recently was trying `geom_xspline` from the `ggalt` to replace an existing `geom_line` in my ggplot object. When using `ggarrange` and `geom_xspline`, a blank screen was output and no other plots c…
-
I've been trying to use the SmoothLinearSpline functionality, and I've found that for the data set I'm using, I get absolutely huge deviations in position for the points I've defined. That is, points …
-
There is an interpolation issue when plotting uncertainties in regions of high gradient. @mreboud mentioned Runge's phenomenon.
One (extreme) example plot:
![image](https://github.com/user-attachm…
-
https://bookdown.org/xiao/RAnalysisBook/r-markdown.html
https://www.jianshu.com/p/503877661a57
https://bookdown.org/zbw2101211203/bookdown/appendix_1.html
https://www.runoob.com/r/r-string.ht…
-
Hi Team!
I would have a question/request: i have a function that requires a matrix as an input for the user_info parameter (a function that depends on x1 and x2). Do you have an example that already …
-
I'm going to collect here what I do just playing around with varying the number of components (hope you don't mind me using the issues Colm).
Here is just a quick run using the `SplineLorentizian` …
-
Hi,
Any indication on when B-spline will be able to work with incomplete grids ? Does an implementation / hack exists for 2D grids ?
Thanks,
-
-
This works for me.
```
name: cdvae
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- python=3.8
- cudatoolkit=10.2.89
- pip
- numpy=1.24.4
- pandas=2.0.3
…
-
- [x] natural splines
- [ ] restricted cubic splines
- [x] orthogonal polynomials
- [x] [periodic splines](https://stat.ethz.ch/R-manual/R-devel/library/splines/html/periodicSpline.html)