代码搜索:arima
找到约 35 项符合「arima」的源代码
代码结果 35
www.eeworm.com/read/430783/8728282
txt arima.txt
x = [5272.814;5319.861;5361.574;5393.343;5386.531;5435.807;5456.541;5484.677;5497.901;5443.791;5290.606;5151.626;5180.514;4914.435;4559.751;4703.047;4717.734;4761.688;4419.294;4457.944;4417.849;4383.3
www.eeworm.com/read/273525/4207682
dlg arima.dlg
/*
arima
*! VERSION 1.1.4 25mar2005
*/
VERSION 9.0
INCLUDE _std_glm
INCLUDE header
HELP hlp1, view("help arima")
RESET res1
DIALOG main, tabtitle("Model") ///
label("arima - A
www.eeworm.com/read/273525/4207722
hlp arima.hlp
{smcl}
{* 09mar2005}{...}
{cmd:help arima} {right:dialog: {bf:{dialog arima}}{space 15}}
{right:also see: {help arima postestimation}}
{hline}
{title:Title}
{p2colset 5 19 21 2}{...}
{p2c
www.eeworm.com/read/273525/4207742
ado arima.ado
*! version 7.0.6 11apr2005
program define arima, eclass byable(recall)
version 7, missing
/* limits, etc. */
local gtol .05 /* gradient tolerance */
local infty 1e9 /* diffuse P_0 di
www.eeworm.com/read/273525/4209012
idlg _arima.idlg
/*
_arima.idlg
*! VERSION 1.0.2 15jul2004
To be included within a DIALOG.
Note that macro _y must already be DEFINEd.
Note that _arima_main_sc.idlg and _arima_main_pr.idlg assume
www.eeworm.com/read/205038/15327946
tgz arima.tgz
www.eeworm.com/read/451894/7454690
m x_arima.m
%function [Yo_train,Yo_test,Yt_train,Yt_test,m,p_test,d_test,q_test] = x_arima(filename,test_num)
clear;
data=w_lodedata('aa.txt');
test_num=200;
n=size(data,1);
test = [];
ll = length(data);
www.eeworm.com/read/441027/7677195
pdf 7arima.pdf
www.eeworm.com/read/320178/13431423
sav arima1.sav
www.eeworm.com/read/273525/4207716
ado arima_estat.ado
*! version 1.0.0 16feb2005
program arima_estat, rclass
version 9
if "`e(cmd)'" != "arima" {
error 301
}
gettoken key rest : 0, parse(", ")
local lkey = length(`"`key'"')
if `"`key