?? 分布假設(shè)檢驗m1.bas
字號:
Attribute VB_Name = "modParameter"
'分布假設(shè)檢驗
Option Explicit
Public intRow As Integer '行數(shù)
Public intRowAll As Integer '總行數(shù)
Public intCol As Integer '列數(shù)
Public strFileName As String '數(shù)據(jù)文件
Public strLabelName As String '標題
Public strColLabel() As String '列標行
Public intM As Integer, intN As Integer
Public x0() As Double, x1() As Double '保存分解后的區(qū)間端點值
Public x() As Double, y() As Double '左右端點平均值、觀測區(qū)間頻數(shù)
Public y1() As Double '理論區(qū)間頻數(shù)(二項式或泊松分布使用)
Public n As Integer '數(shù)據(jù)點數(shù)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -