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

📄 els_ro_aicdlg.h

📁 时间序列分析
💻 H
字号:
// ELS_RO_AICDlg.h : header file
//

#if !defined(AFX_ELS_RO_AICDLG_H__E195A73C_C6C9_47BA_BF40_0585ECA137CA__INCLUDED_)
#define AFX_ELS_RO_AICDLG_H__E195A73C_C6C9_47BA_BF40_0585ECA137CA__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "StaticGraph.h"

/////////////////////////////////////////////////////////////////////////////
// CELS_RO_AICDlg dialog

class CELS_RO_AICDlg : public CDialog
{
// Construction
public:
	int m_nIndex;
	void PrintTextandGraph(int order_num);
	void aic(int num, int order_num);
	void WriteMatrix2File(char *filename, double *a, int Length, int column);
	void brmul(double *a, double *b, int m, int n, int k, double *c);
	void brinv(double *a, int n);
	void junyun(int n, double x[], double y[]);
	CELS_RO_AICDlg(CWnd* pParent = NULL);	// standard constructor
	CStaticGraph	m_ctrStaticGraph;
	CStaticGraph	m_ctrStaticRefText;
	CStaticGraph	m_ctrStaticIDRefText;
	CStaticGraph	m_ctrStaticErrText;
	int * m_tempInt;
	double *z,*u,*e;
    int nabc0;
	bool model;
	double sita0[30],sita1[30];
	double AIC0,AIC[10];
	int *ZZZ;//模型输出数据、CAR模型辨识输出、CARMA模型辨识输出;
	double *zzz;

// Dialog Data
	//{{AFX_DATA(CELS_RO_AICDlg)
	enum { IDD = IDD_ELS_RO_AIC_DIALOG };
	CEdit	m_CEdit_MLOC;
	CSpinButtonCtrl	m_ctrMLOC;
	double	m_dwnVAR;
	double	m_dwnMEAN;
	int		m_nwnLEN;
	int		m_nmVALn;
	int		m_nmLOC;
	int		m_nmLEN;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CELS_RO_AICDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CELS_RO_AICDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnBUTTONwhitenoiseMAKE();
	afx_msg void OnBUTTONmSerialMAKE();
	afx_msg void OnButtonElsRoAic();
	afx_msg void OnChangeEDITmVALn();
	afx_msg void OnDestroy();
	afx_msg void OnRadioModel1();
	afx_msg void OnRadioModel2();
	afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_ELS_RO_AICDLG_H__E195A73C_C6C9_47BA_BF40_0585ECA137CA__INCLUDED_)

⌨️ 快捷键说明

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