英文: Generate several smooth curves passing through a given set of points 问题 我正在尝试生成大约5000条不同的曲线,这些曲线...
从贝塞尔曲线或钟形/三次/二次函数在一系列整数范围内生成高度?
英文: Generating heights from a Bezier curve or bell / cubic/ quadratic function over a range of integ...
有没有一种方法可以插值一个带有预定义节点数量的样条曲线?
英文: python - Is there a way to interpolate a spline with a predefined number of knots? 问题 我基本上正在尝试做的...
使用B样条方法,形式为z = f(x, y),拟合z = f(x)。
英文: Using B-spline method of the form z = f(x, y) to fit z = f(x) 问题 作为对这个问题的潜在解决方案,如何强制GEKKO的m.bspl...
如何避免在GEKKO中创建许多二进制开关变量
英文: How to avoid creating many binary switching variables in GEKKO 问题 我正在通过在GEKKO中使用IMODE = 3来最小化数千个...
平滑样条,是否有一种方法可以自动将s()添加到每个列名称中?
英文: Smoothing splines, is there a way to automatically add s() to each column name? 问题 I can provide...
如何查找具有三个或更少不同值的列
英文: How to find columns with three or fewer distinct values 问题 "使用MASS包的波士顿房屋数据集,并使用R中的gam包中的样条...
从R中的smooth.spline检索/重现设计矩阵。
英文: Retrieve/reproduce design matrix from smooth.spline in R 问题 我想知道如何检索或复现smooth.spline在内部使用的设计矩阵。似...
如何在Julia中执行B样条插值?
英文: How to perform the B-spline interpolation in Julia? 问题 我想要插值以下的2x1矩阵(为了问题更清晰的示例): x=collect(300:...
Scipy平滑样条的偏导数不起作用。
英文: partial derivatives of Scipy smooth spline not working 问题 spline = SmoothBivariateSpline(x, y, z...