??
字號:
Attribute VB_Name = "modParameter"
'多項式逐步回歸
Option Explicit
Public intRow As Integer '行數
Public intRowAll As Integer '總行數
Public intCol As Integer '列數
Public strFileName As String '數據文件
Public strLabelName As String '標題
Public intM As Integer, intN As Integer
Public XY() As Double '試驗數據
Public xMy() As Double '滿足逐步回歸要求的數據
Public b() As Single '回歸系數
Public t() As Single 't檢驗值
Public m As Integer, n As Integer
Public L As Integer '選中的自變量個數
Public Key As Integer '=1:預測。=2:平滑=3:等距
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -