Assert Scipy Univariate Spline Strictly Increasing

后端 未结 0 445
执笔经年
执笔经年 2021-01-21 13:19

I\'m working with univariate splines from scipy. A simple example of one is as follows:

import scipy    

x = [1, 2, 3, 4, 5]
y = [1, 4, 9, 16, 25]
f = scipy.inte         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题