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
Smooth scroll fix when i have a anchor with .html
Hi there i have a navigation with scroll intoVIEW , but i want to fix when i click on href like index.html not working , any fixes
document
.querySelector(".navigation__ul")
.addEventLis...
Vladoiu Alexandru
Votes: 0
Answers: 0
Iteratively Optimize SMA Smoothing?
What would be an efficient approach to iterating through simple moving average (SMA) filtering on a mild dataset (<10,000 elements)?
I'm trying to remove vertical tangents and extreme peaks from my...
TidyBigfoot22
Votes: 0
Answers: 0
How should I smooth the outliers on a 3D surface?
I have taken a 3D surface from package akima.
library(akima)
data(akima)
matrix_1 <- akima::interp(x = akima$x, y = akima$y, z = akima$z)
persp(matrix_1$x, matrix_1$y, matrix_1$z)
To this surface...
Saurabh
Votes: 0
Answers: 1