python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Smoothing spline with continuous 4th and 5th order derivatives in Python?
I have some noisy time series that represent input parameters as a function of time for a set of ODEs. These noisy time series need to be interpolated and the derivatives of that interpolation functio...
quantumflash
Votes: 0
Answers: 1
Maximum rate of curve change on a smoothed curve
I have a time series dataset and I am trying to calculate the maximum rate of change to estimate greenup date on NDVI data. My data is below:
date NDVI
1 2021-01-01 0.307
2 2021-01-17 0.29...
Amanda Goldberg
Votes: 0
Answers: 3
Interpolation using Smooth Bivariate Splines
I'm using Python in order to do my Master's Project. As I'm a beginner and learning by myself, there are some difficulties that I found while doing the tasks proposed by my teachers.
The particular pr...
Alejandro Campanales
Votes: 0
Answers: 0
Producing a regplot in metafor for multivariable model with a spline (marginal relation)
I was trying to produce a regression plot with the regplot() in the metafor package, fitting a continuous predictor as a restricted cubic spline through the use of the rms package in R, in the context...
userq8957289475
Votes: 0
Answers: 1