Spline curve smoothness is depending on the which kind of spline model is used. The smoothness of the spline curve is expressed as C_0, C_1, and so on. This representation represents continuity of the ...
plt.plot(x, spline(x, nu=1), '--', label='1st derivative') plt.plot(x, spline(x, nu=2), '--', label='2nd derivative') plt.plot(x, spline(x, nu=3), '--', label='3rd ...
一部の結果でアクセス不可の可能性があるため、非表示になっています。
アクセス不可の結果を表示する