⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 d2.gnu

📁 时间序列工具
💻 GNU
字号:
! echo ""! echo "**********************************************************************"! echo "*  Correlation dimension                                             *"! echo "**********************************************************************"! echo ""pause 1set title "Correlation dimension"set logscale xset yran [0:3]set title "local slopes"plot '< henon -l5000 | d2 -d1 -t50; cat stdin.d2' with lines, 1.2pause -1 "Press <return> when finished"set title "local slopes, smoothed"plot '< henon -l5000 | d2 -d1 -t50; av-d2 -a5 stdin.d2' with lines, 1.2pause -1 "Press <return> when finished"set title "Takens' estimator"plot '< henon -l5000 | d2 -d1 -t50; c2t stdin.c2' with lines, 1.2pause -1 "Press <return> when finished"set title "Gaussian kernel"plot '< henon -l5000 | d2 -d1 -t50; c2g stdin.c2' u 1:3 with lines, 1.2pause -1 "Press <return> when finished"! rm stdin.*

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -